/* src/styles.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #1e293b;
  background-color: #f8fafc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1.125rem;
}
a {
  color: #D4AF37;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-primary {
  background:
    linear-gradient(
      135deg,
      #D4AF37 0%,
      #B8960C 100%);
  color: #1a1a2e;
  font-weight: 600;
}
.btn-primary:hover:not(:disabled) {
  background:
    linear-gradient(
      135deg,
      #E8C547 0%,
      #D4AF37 100%);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}
.btn-secondary {
  background-color: #64748b;
  color: white;
}
.btn-secondary:hover:not(:disabled) {
  background-color: #4f5b6d;
}
.btn-success {
  background-color: #22c55e;
  color: white;
}
.btn-success:hover:not(:disabled) {
  background-color: #1a9a49;
}
.btn-danger {
  background-color: #ef4444;
  color: white;
}
.btn-danger:hover:not(:disabled) {
  background-color: #eb1515;
}
.btn-outline {
  background-color: transparent;
  border: 1px solid #e2e8f0;
  color: #1e293b;
}
.btn-outline:hover:not(:disabled) {
  background-color: #f8fafc;
}
.btn-outline-gold {
  background-color: transparent;
  border: 2px solid #D4AF37;
  color: #D4AF37;
}
.btn-outline-gold:hover:not(:disabled) {
  background-color: #D4AF37;
  color: #1a1a2e;
}
.card {
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}
.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}
.form-group {
  margin-bottom: 1rem;
}
.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1e293b;
  margin-bottom: 0.375rem;
}
.form-control {
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #1e293b;
  background-color: white;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-control:focus {
  outline: none;
  border-color: #D4AF37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}
.form-control::placeholder {
  color: #64748b;
}
.form-control:disabled {
  background-color: #f8fafc;
  cursor: not-allowed;
}
textarea.form-control {
  min-height: 100px;
  resize: vertical;
}
select.form-control {
  cursor: pointer;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}
.table th {
  font-weight: 600;
  color: #64748b;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.table tr:hover {
  background-color: #f8fafc;
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.625rem;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 9999px;
}
.badge-primary {
  background-color: rgba(212, 175, 55, 0.15);
  color: #B8960C;
}
.badge-success {
  background-color: rgba(34, 197, 94, 0.1);
  color: #22c55e;
}
.badge-warning {
  background-color: rgba(245, 158, 11, 0.1);
  color: #c57f08;
}
.badge-danger {
  background-color: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}
.badge-info {
  background-color: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}
.badge-secondary {
  background-color: rgba(100, 116, 139, 0.1);
  color: #64748b;
}
.status-novo {
  background-color: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}
.status-em_atendimento {
  background-color: rgba(245, 158, 11, 0.1);
  color: #c57f08;
}
.status-qualificado {
  background-color: rgba(212, 175, 55, 0.15);
  color: #B8960C;
}
.status-visita_agendada {
  background-color: rgba(139, 92, 246, 0.1);
  color: #8b5cf6;
}
.status-proposta {
  background-color: rgba(236, 72, 153, 0.1);
  color: #ec4899;
}
.status-negociacao {
  background-color: rgba(249, 115, 22, 0.1);
  color: #f97316;
}
.status-vendido {
  background-color: rgba(34, 197, 94, 0.1);
  color: #22c55e;
}
.status-perdido {
  background-color: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}
.text-muted {
  color: #64748b;
}
.text-primary {
  color: #D4AF37;
}
.text-gold {
  color: #D4AF37;
}
.text-success {
  color: #22c55e;
}
.text-danger {
  color: #ef4444;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.bg-dark {
  background-color: #1a1a2e;
}
.bg-dark-secondary {
  background-color: #16213e;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.d-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.align-items-center {
  align-items: center;
}
.justify-content-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 1rem;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
}
.col {
  flex: 1;
  padding: 0.5rem;
}
.col-6 {
  width: 50%;
  padding: 0.5rem;
}
.col-4 {
  width: 33.333%;
  padding: 0.5rem;
}
.col-3 {
  width: 25%;
  padding: 0.5rem;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e2e8f0;
  border-top-color: #D4AF37;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.gold-accent {
  border-left: 4px solid #D4AF37;
}
.gold-gradient-text {
  background:
    linear-gradient(
      135deg,
      #E8C547 0%,
      #D4AF37 50%,
      #B8960C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 768px) {
  .col-6,
  .col-4,
  .col-3,
  .col-8 {
    width: 100%;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  .card {
    padding: 1rem;
    border-radius: 0.5rem;
  }
  .card-header {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .form-control {
    font-size: 16px;
  }
  .row {
    margin: -0.375rem;
  }
  .col,
  .col-6,
  .col-4,
  .col-3,
  .col-8 {
    padding: 0.375rem;
  }
  .modal-overlay {
    align-items: flex-end;
    padding: 0;
  }
  .modal-content {
    max-width: 100% !important;
    max-height: 95vh !important;
    border-radius: 16px 16px 0 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 13px;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
