html,
body {
  width: 100%;
  overflow-x: hidden;
}

.orca-app-footer {
  margin-top: auto;
  border-top: 1px solid #e2e8f0;
  background: #ffffff;
  padding: 1rem 0;
}

.orca-app-footer-inner {
  display: flex;
  width: 100%;
  max-width: 80rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  color: #94a3b8;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.orca-app-footer-brand,
.orca-app-footer-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.orca-app-footer-logo {
  color: #000000;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.orca-brand-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.orca-brand-logo-wordmark {
  display: block;
  width: auto;
  height: 2.25rem;
  object-fit: contain;
}

.orca-brand-logo-icon {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  object-fit: cover;
}

.orca-app-footer-links a {
  color: inherit;
  text-decoration: none;
}

.orca-app-footer-links a:hover {
  color: #45464d;
}

@media (max-width: 640px) {
  .orca-app-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

.lucide-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  color: currentColor;
  vertical-align: -0.125em;
}

button,
a,
label,
summary,
input[type="checkbox"],
input[type="file"],
input[type="date"],
[data-date-picker] {
  cursor: pointer;
}

button:disabled,
input:disabled {
  cursor: not-allowed;
}

.orca-drop-active {
  border-color: #0058be !important;
  background: #fff3e3 !important;
}

.orca-checkbox {
  width: 1rem;
  height: 1rem;
  border: 1px solid #c6c6cd;
  border-radius: 0.25rem;
  accent-color: #0058be;
  cursor: pointer;
}

.orca-table-input {
  width: 100%;
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  background: transparent;
  color: #1b1b1d;
  font-size: 0.875rem;
  line-height: 1.4;
  outline: none;
  padding: 0.25rem 0.375rem;
}

.orca-table-input:hover {
  border-color: #e2e8f0;
  background: #fcf8fa;
}

.orca-table-input:focus {
  border-color: #0058be;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(0, 88, 190, 0.12);
}

.orca-date-field {
  position: relative;
}

.orca-date-input {
  color-scheme: light;
}
