.teacher-entry-card{
  display:grid;
  gap:8px;
  margin-bottom:18px;
  padding:18px;
  border-radius:18px;
  text-decoration:none;
  color:#f4f8ff;
  background:linear-gradient(180deg, rgba(63,135,255,.18), rgba(23,52,95,.65));
  border:1px solid rgba(143,199,255,.25);
}
.teacher-entry-card strong{
  font-size:1.05rem;
  line-height:1.35;
}
.teacher-entry-card span{
  line-height:1.65;
  color:#d8e7ff;
}
.teacher-entry-eyebrow{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#9fc6ff;
}

.teacher-entry-card--cta{
  gap:16px;
  padding:22px;
  border-radius:22px;
  background:
    linear-gradient(180deg, rgba(53,120,255,.22), rgba(15,39,80,.80)),
    radial-gradient(circle at top right, rgba(143,215,255,.22), transparent 35%);
  border:1px solid rgba(143,199,255,.32);
  box-shadow:0 14px 34px rgba(0,0,0,.18);
}

.teacher-entry-topline{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.teacher-entry-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  color:#eef6ff;
  font-size:12px;
  font-weight:700;
  line-height:1;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.teacher-entry-main{
  display:grid;
  gap:10px;
}

.teacher-entry-main h3{
  margin:0;
  font-size:28px;
  line-height:1.12;
  color:#ffffff;
  font-weight:800;
  letter-spacing:-.02em;
}

.teacher-entry-main p{
  margin:0;
  color:#dbe9fb;
  font-size:15px;
  line-height:1.8;
}

.teacher-entry-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.teacher-entry-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:14px;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  transition:.2s ease;
}

.teacher-entry-btn--primary{
  background:#ffffff;
  color:#0f2446;
  border:1px solid rgba(255,255,255,.85);
}

.teacher-entry-btn--primary:hover{
  transform:translateY(-1px);
  background:#f2f7ff;
}

.teacher-entry-btn--secondary{
  background:rgba(255,255,255,.08);
  color:#eef6ff;
  border:1px solid rgba(255,255,255,.16);
}

.teacher-entry-btn--secondary:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.13);
}

.teacher-entry-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.teacher-entry-points span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color:#dcecff;
  font-size:12px;
  font-weight:700;
  line-height:1;
}

.teacher-auth-layout{
  display:grid;
  grid-template-columns:minmax(0, 1.1fr) 420px;
  gap:24px;
  align-items:start;
}
.teacher-auth-stack{
  display:grid;
  gap:24px;
}
.teacher-form{
  display:grid;
  gap:14px;
}
.teacher-grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.teacher-note{
  padding:14px 16px;
  border-radius:14px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.07);
  line-height:1.75;
}
.teacher-check{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:14px;
  line-height:1.7;
}
.teacher-alert{
  padding:14px 16px;
  border-radius:14px;
  margin-bottom:16px;
}
.teacher-alert-success{
  background:rgba(18,61,44,.9);
  border:1px solid rgba(30,123,88,.7);
  color:#d6ffeb;
}
.teacher-alert-error{
  background:rgba(74,22,32,.9);
  border:1px solid rgba(163,49,70,.7);
  color:#ffd9df;
}
.teacher-panel-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:24px;
  align-items:start;
}
.teacher-panel-card{
  padding:24px;
}
.teacher-kpi{
  display:grid;
  gap:8px;
}
.teacher-kpi strong{
  font-size:2rem;
  line-height:1;
}
.teacher-inline-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.teacher-kvkk-box{
  margin-top:4px;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}

.teacher-kvkk-title{
  margin-bottom:10px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#9fc6ff;
}

.teacher-kvkk-check{
  display:flex;
  align-items:flex-start;
  gap:12px;
  color:#d9e8f8;
  font-size:14px;
  line-height:1.8;
}

.teacher-kvkk-check input{
  width:18px;
  height:18px;
  margin-top:4px;
  flex:0 0 auto;
}

.teacher-kvkk-check a{
  color:#8fd7ff;
  text-decoration:none;
}

.teacher-kvkk-check a:hover{
  color:#ffffff;
  text-decoration:underline;
}

@media (max-width:1100px){
  .teacher-auth-layout{
    grid-template-columns:1fr;
  }
  .teacher-panel-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:760px){
  .teacher-grid-2{
    grid-template-columns:1fr;
  }

  .teacher-entry-main h3{
    font-size:24px;
  }

  .teacher-entry-actions{
    flex-direction:column;
  }

  .teacher-entry-btn{
    width:100%;
  }
}