:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9f237fc *//* ==============================
   MME - Akademik Hub (4 Kart Link)
   ============================== */

.mme-hub{
  width: min(1100px, 92%);
  margin: 0 auto;
  padding: 10px 0 18px;
}

.mme-hub__head{
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

.mme-hub__title{
  margin: 0;
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.2;
  color: #0f172a;
  letter-spacing: .2px;
}

.mme-hub__sub{
  margin: 0;
  color: rgba(15,23,42,.62);
  font-size: 14.5px;
  line-height: 1.55;
}

/* Grid */
.mme-hub__grid{
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

/* Card link */
.mme-item{
  display: grid;
  grid-template-columns: 46px 1fr 22px;
  gap: 12px;
  align-items: center;
  text-decoration: none !important;
  padding: 16px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 14px 35px rgba(15,23,42,.08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mme-item:hover{
  transform: translateY(-2px);
  border-color: rgba(15,23,42,.14);
  box-shadow: 0 18px 45px rgba(15,23,42,.12);
}

.mme-item__icon{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 20px;
  background: rgba(15,23,42,.04);
  border: 1px solid rgba(15,23,42,.08);
}

.mme-item__title{
  font-weight: 800;
  color: #0f172a;
  letter-spacing: .2px;
  margin-bottom: 2px;
  font-size: 15.4px;
}

.mme-item__desc{
  color: rgba(15,23,42,.62);
  font-size: 13.6px;
  line-height: 1.55;
}

.mme-item__arrow{
  color: rgba(15,23,42,.45);
  font-size: 16px;
  justify-self: end;
}

/* Accent variants (ince, abartısız) */
.mme-item--pub .mme-item__icon{
  background: rgba(56,189,248,.12);
  border-color: rgba(56,189,248,.22);
}
.mme-item--proj .mme-item__icon{
  background: rgba(34,197,94,.12);
  border-color: rgba(34,197,94,.22);
}
.mme-item--pat .mme-item__icon{
  background: rgba(251,191,36,.14);
  border-color: rgba(251,191,36,.24);
}
.mme-item--ip .mme-item__icon{
  background: rgba(167,139,250,.14);
  border-color: rgba(167,139,250,.22);
}

/* Desktop: 2x2 grid */
@media (min-width: 760px){
  .mme-hub__grid{
    grid-template-columns: 1fr 1fr;
  }
}/* End custom CSS */