/* _content/Bee_Advise_CRM/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Layout-scoped styles intentionally kept empty. Global styles are in wwwroot/css/site.css */
/* _content/Bee_Advise_CRM/Pages/Uygulamalar.cshtml.rz.scp.css */
.uygulamalar-page[b-6nbasaqhek] {
  padding-top: 0.5rem;
}

.uygulamalar-grid[b-6nbasaqhek] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 260px));
  gap: 1rem;
}

.uygulama-karti[b-6nbasaqhek] {
  min-height: 138px;
  border-radius: 0.95rem;
  border: 1px solid #d5e2f3;
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  box-shadow: 0 16px 30px -28px rgba(18, 49, 80, 0.55);
  text-decoration: none;
  color: #1a3048;
  padding: 0.95rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.uygulama-karti:hover[b-6nbasaqhek] {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px -28px rgba(17, 61, 101, 0.58);
  border-color: #bdd2ec;
  color: #16324d;
}

.uygulama-karti-ikon[b-6nbasaqhek] {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.62rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eaf2ff;
  color: #0f4f8e;
}

.uygulama-karti-ikon svg[b-6nbasaqhek] {
  width: 1.2rem;
  height: 1.2rem;
  fill: currentColor;
}

.uygulama-karti-baslik[b-6nbasaqhek] {
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.uygulama-karti-aciklama[b-6nbasaqhek] {
  font-size: 0.78rem;
  color: #6a8099;
  line-height: 1.35;
}
