:root {
  --bg: #edf3f9;
  --card: #fff;
  --text: #0f172a;
  --muted: #64748b;
  --border: #e2e8f0;
  --dark: #111827;
  --green: #166534;
  --amber: #f59e0b;
  --shadow: 0 14px 32px rgba(15, 23, 42, .08);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  line-height: 1.6;
}

.container {
  max-width: 1220px;
  margin: auto;
  padding: 0 18px;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1600px;
  }
}

.logo {
  font-size: 26px;
  font-weight: 700;
  color: #005df1;
  text-decoration: none;
}

.eyebrow {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

h1, h2, h3, h4, p {
  margin-top: 0;
}

h1 {
  font-size: 54px;
  line-height: 1.05;
  margin-bottom: 20px;
}

h2 {
  font-size: 34px;
  margin-bottom: 18px;
}

h3 {
  font-size: 28px;
  margin-bottom: 8px;
}

.hero {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(135deg, #edf3f9, #b7c8da);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.hero p {
  font-size: 20px;
  max-width: 680px;
}

.search-box {
  margin-top: 30px;
  background: #fff;
  padding: 12px;
  border-radius: 14px;
  display: flex;
  max-width: 640px;
}

.search-box input {
  flex: 1;
  border: none;
  padding: 16px;
  font-size: 16px;
  outline: none;
}

.search-box button {
  background: #005df1;
  color: #ffffff;
  border: none;
  padding: 16px 24px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
}

.hero-card {
  background: #edf3f9;
  padding: 28px;
  border-radius: 18px;
}

.hero-card h2 {
  margin-top: 0;
}

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.pad {
  padding: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: var(--dark);
  color: #fff;
  padding: 12px 16px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.button:hover {
  opacity: 0.92;
}

label span {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #334155;
  font-weight: 900;
}

input, select {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 12px 13px;
  background: #fff;
  font-size: 15px;
  outline: none;
}

input:focus, select:focus {
  border-color: #111827;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.1);
}

.section {
  padding: 70px 0;
}

.muted {
  color: var(--muted);
}

.table > :not(caption) > * > * {
  padding: 1rem;
}

.table a {
  color: #000;
}

@media (max-width: 768px) {
  .table-responsive-mobile {
    overflow-x: auto;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

th {
  background: #f1f5f9;
  color: #475569;
  text-align: left;
  padding: 12px;
  position: sticky;
  top: 0;
  z-index: 2;
}

td {
  border-top: 1px solid var(--border);
  padding: 12px;
  vertical-align: top;
}

tr:hover td {
  background: #f8fafc;
}

.text-black table {
  color: #000000;
}

.stars {
  color: var(--amber);
  font-weight: 900;
  white-space: nowrap;
}

.four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.list ul {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}

.list li {
  background: #f8fafc;
  border-radius: 15px;
  padding: 11px;
  margin-bottom: 9px;
}
.list li a {
  text-decoration: none;
  color: #000000;
}

.cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  background: #111827;
  color: #fff;
  border-radius: 28px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.cta p {
  color: #cbd5e1;
}

.cta-panel {
  background: #fff;
  color: #0f172a;
  border-radius: 22px;
  padding: 22px;
}
.cta-panel label {
  display: block;
}

.notice {
  margin-top: 10px;
  font-weight: 900;
  color: var(--green);
}

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 950px) {
  .cta,
  .four {
    grid-template-columns: 1fr;
  }
  .button {
    width: 100%;
  }
  table {
    min-width: 1200px;
  }
}
@media (max-width: 800px) {
  .hero {
    grid-template-columns: 1fr;
  }
  h1 {
    font-size: 38px;
  }
  .search-box {
    flex-direction: column;
  }
}
/* DataTables theme (browse/tanks) */
.dataTables_wrapper {
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.dataTables_length label,
.dataTables_filter label {
  font-weight: 500;
  color: #4a5568;
  font-size: 0.9rem;
}

.dataTables_filter input,
.dataTables_length select {
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  padding: 0.4rem 0.75rem !important;
  transition: all 0.2s ease-in-out !important;
}

.dataTables_filter input:focus,
.dataTables_length select:focus {
  border-color: #6366f1 !important;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15) !important;
  outline: none;
}

table.dataTable {
  border-collapse: separate !important;
  border-spacing: 0 8px !important;
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
  border: none !important;
}

table.dataTable thead th {
  background-color: #f8fafc !important;
  color: #64748b !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.05em;
  padding: 12px 16px !important;
  border-bottom: 2px solid #e2e8f0 !important;
}

table.dataTable tbody tr {
  background-color: #ffffff !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01);
  border-radius: 8px;
  transition: transform 0.15s ease, background-color 0.15s ease;
}

table.dataTable tbody td {
  padding: 14px 16px !important;
  color: #334155 !important;
  vertical-align: middle;
  border: none !important;
  border-top: 1px solid #f1f5f9 !important;
  border-bottom: 1px solid #f1f5f9 !important;
}

table.dataTable tbody tr td:first-child {
  border-left: 1px solid #f1f5f9 !important;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

table.dataTable tbody tr td:last-child {
  border-right: 1px solid #f1f5f9 !important;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

table.dataTable tbody tr:hover {
  background-color: #f1f5f9 !important;
  transform: translateY(-1px);
  cursor: pointer;
}

.dataTables_info {
  font-size: 0.85rem;
  color: #64748b;
  padding-top: 0.85em;
}

.dataTable thead th {
  background: #f1f5f9;
  color: #475569;
  font-size: 14px;
}
.dataTable thead .dt-column-order {
  display: none;
}

div.dt-container .dt-paging button.dt-paging-button {
  background: #ffffff;
  border-radius: 100%;
}

/*# sourceMappingURL=guest.css.map */
