:root {
  --bs-orange:#ff9900;
  --bs-dark:#222;
  --bs-border:#e5e7eb;
  --bs-bg:#fff;
  --bs-muted:#6b7280;
}

/* TIPOGRAFI – Bushop uyumlu */
html,
body {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  color: var(--bs-dark) !important;
}

h1,
h2,
h3,
h4 {
  font-weight:700 !important;
  color:var(--bs-dark) !important;
}

h1,
h2 {
  text-align:center;
  letter-spacing:.2px;
}

.login-warning,
.uyari,
.warning {
  color:#9ca3af !important;
}

/* BANNER (üst görsel) */
.bushopKargoBanner {
  margin:12px 0 16px;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  background:#fff;
}

.bushopKargoBanner img {
  width:100%;
  height:220px;
  object-fit:cover;
  object-position:center top;
  display:block;
}

@media(max-width:640px) {
  .bushopKargoBanner img {
    height:180px;
  }
}

/* Banner altındaki mini açıklama */
.bushopKargoNote {
  margin:10px 14px 6px;
  font-size:13.5px;
  color:#555;
  text-align:center;
}

/* FORM ve KONTROLLER */
.kargo-form,
form {
  display:grid;
  gap:14px;
}

label {
  font-weight:600;
  color:#374151;
  margin-bottom:4px;
}

select,
input[type="text"],
input[type="search"] {
  font: inherit;
  color:var(--bs-dark);
  background:#fff;
  border:1px solid var(--bs-border);
  border-radius:10px;
  padding:.65rem .9rem;
  outline:none;
  width:100%;
  box-sizing:border-box;
  box-shadow:0 1px 4px rgba(0,0,0,.06);
  appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right .8rem center;
  background-size:12px;
}

select:focus,
input[type="text"]:focus,
input[type="search"]:focus {
  border-color:var(--bs-orange);
  box-shadow:0 0 0 3px rgba(255,153,0,.25);
}

/* BUTONLAR */
.btn,
input[type="submit"],
button[type="submit"] {
  appearance:none;
  font:inherit;
  font-weight:700;
  background:var(--bs-orange);
  color:var(--bs-dark);
  padding:.7rem 1.1rem;
  border:1px solid var(--bs-orange);
  border-radius:999px;
  cursor:pointer;
  transition:filter .15s ease, transform .1s ease;
}

.btn:hover,
input[type="submit"]:hover {
  filter:brightness(.95);
  transform:translateY(-1px);
}

.btn-secondary {
  background:#fff;
  color:var(--bs-dark);
  border:1px solid var(--bs-border);
}

.btn-secondary:hover {
  background:#f7f7f7;
}

/* TABLOLAR */
table {
  width:100%;
  border-collapse:collapse;
  font:inherit;
}

th,
td {
  padding:.65rem .8rem;
  border-bottom:1px solid #f0f0f0;
  text-align:left;
}

th {
  font-weight:700;
  color:#374151;
  background:#fafafa;
}

tr:hover td {
  background:#fafafa;
}






/* Genel yerleşimi login ekranına benzet: içerik ortada, daha dar bir kart gibi dursun */
html,
body {
  max-width: 520px;
  margin: 0 auto 32px;
  padding: 0 24px 32px;
  background:#ffffff;
}

/* Banner altındaki açıklama metnini gerçekten ortala + biraz nefes aralığı ver */
.bushopKargoNote {
  text-align:center !important;
  max-width:420px;
  margin:16px auto 24px;
  line-height:1.5;
}

/* "KARGO TAKIP" gibi başlıkları login ekranındaki gibi biraz daha belirgin yap */
h1,
h2 {
  font-size:20px;
  margin-top:4px;
  margin-bottom:12px;
}

/* Form bloğunu da kart gibi göster (login ekranındaki kart hissine yakın) */
.kargo-form,
form {
  background:#ffffff;
  border-radius:18px;
  padding:16px 20px 20px;
  box-shadow:0 10px 30px rgba(15,23,42,.10);
  margin-top:8px;
}

/* Alt satırdaki select satırını login ekranındaki gibi daha rahatlaştır */
select,
input[type="text"],
input[type="search"] {
  margin-top:4px;
}

/* Bushop kart kabuğu – login ekranı ile aynı hissi vermek için */
.bushopKargoShell {
  max-width: 520px;
  margin: 24px auto 32px;
  padding: 0 24px 24px;
  background:#ffffff;
  border-radius:24px;
  box-shadow:0 18px 45px rgba(15,23,42,.18);
  box-sizing:border-box;
}

/* Mobilde daha nefes alan yapı */
@media (max-width: 640px) {
  .bushopKargoShell {
    max-width: 100%;
    margin: 16px auto 24px;
    padding: 0 16px 20px;
    border-radius:20px;
  }
}

/* Banner'ı kart içinde biraz daha uyumlu hale getir */
.bushopKargoBanner {
  margin:20px 0 12px;
  border-radius:20px;
}

/* Form bloğu kart içinde daha düzenli görünsün */
.bushopKargoShell .kargo-form,
.bushopKargoShell form {
  background:transparent;
  border-radius:18px;
  padding: 8px 0 4px;
  box-shadow:none;
  margin-top:8px;
}
