/* AppDL v8 - white modern */
:root{--border: rgba(15,23,42,.08); --shadow: 0 10px 30px rgba(15,23,42,.08);}
body{background:#fff;color:#0f172a;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;}
.navbar{background:#fff !important;}
.container{max-width:1100px;}
.card,.alert,.list-group-item{border-radius:18px !important;border-color:var(--border)!important;}
.card{box-shadow:var(--shadow);}
.btn{border-radius:14px;}
.hero{border:1px solid var(--border);border-radius:28px;padding:56px 48px;background:radial-gradient(1200px 300px at top,#f8fafc,#ffffff),linear-gradient(180deg,#ffffff,#f9fafb);}
.feature{border:1px solid var(--border);border-radius:20px;padding:20px;background:#fff;}
.shadow-soft{box-shadow:var(--shadow);}
.app-logo{width:64px;height:64px;max-width:64px;max-height:64px;object-fit:cover;border-radius:16px;background:#f3f4f6;border:1px solid var(--border);display:block;}
.dashboard-app-preview img{max-width:100%;height:auto;max-height:220px;object-fit:contain;border-radius:16px;border:1px solid var(--border);}
code{background:#f1f5f9;padding:.15rem .4rem;border-radius:.5rem;}
.app-card {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 8px 25px rgba(0,0,0,.05);
  margin-bottom: 16px;
}

.app-icon {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 14px;
  flex-shrink: 0;
}

.app-info {
  flex: 1;
}

@media (max-width: 480px) {
  .app-card {
    align-items: flex-start; /* tetap samping, bukan turun */
  }
}
.drag-handle {
  cursor: grab;
  font-size: 20px;
  opacity: .6;
  user-select: none;
}

.drag-handle:active {
  cursor: grabbing;
}

.list-group-item {
  border-radius: 14px;
}

.app-logo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  object-fit: cover;
}
.appdl-logo {
  height: 34px;
  max-height: 34px;
  width: auto;
}

@media (max-width: 576px) {
  .appdl-logo {
    height: 30px;
  }
}
.appdl-logo {
  height: 42px;
  width: auto;
  object-fit: contain;
}