@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";

/* src/styles.scss */
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  min-height: 100%;
}
body {
  font-family:
    "Manrope",
    "Segoe UI",
    Tahoma,
    sans-serif;
}
.company-shell label {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 650;
  color: #374151;
}
.company-shell input,
.company-shell select,
.company-shell textarea,
.company-shell button {
  width: 100%;
  border-radius: 0.7rem;
  font: inherit;
}
.company-shell input,
.company-shell select,
.company-shell textarea {
  border: 1px solid #bdcbd3;
  padding: 0.65rem 0.75rem;
  background: #fff;
}
.company-shell button {
  margin-top: 0;
  border: none;
  background: #0a5b68;
  color: #fff;
  padding: 0.75rem 0.9rem;
  font-weight: 700;
  cursor: pointer;
}
.company-shell button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.company-shell .secondary-btn {
  background: #d6e1e8;
  color: #1f3a4a;
}
.company-shell .warning {
  color: #805c0e;
  font-weight: 700;
}
.company-shell .table-wrapper {
  margin-top: 0.8rem;
  width: 100%;
  overflow-x: auto;
}
.company-shell .employees-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 980px;
}
.company-shell .employees-table th,
.company-shell .employees-table td {
  border-bottom: 1px solid #d7e2e7;
  padding: 0.6rem 0.55rem;
  text-align: left;
  vertical-align: top;
}
.company-shell .employees-table th {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #4b5563;
}
.company-shell .employees-table td {
  color: #1f2937;
}
.company-shell .cell-alert {
  margin: 0.3rem 0 0;
  color: #9a3412;
  font-size: 0.8rem;
}
.company-shell .row-warning td {
  background: #fff8f2;
}
.company-shell .status-chip {
  display: inline-flex;
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 700;
}
.company-shell .status-active {
  background: #dcfce7;
  color: #14532d;
}
.company-shell .status-blocked {
  background: #fee2e2;
  color: #991b1b;
}
.company-shell .status-invite_pending {
  background: #ffedd5;
  color: #9a3412;
}
.company-shell .status-dismissed {
  background: #e5e7eb;
  color: #374151;
}
.company-shell .edit-btn {
  width: auto;
  padding: 0.4rem 0.7rem;
}
.company-shell .row-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.company-shell .delete-btn {
  width: auto;
  padding: 0.4rem 0.7rem;
  background: #b12a06;
}
.company-shell .row-actions .secondary-btn {
  width: auto;
  padding: 0.4rem 0.7rem;
}
.company-shell .form-actions {
  display: flex;
  gap: 0.6rem;
}
.company-shell .form-actions button {
  width: auto;
}
.company-shell .pagination {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
}
.company-shell .error {
  color: #b12a06;
  font-weight: 700;
}
.company-shell .success {
  color: #0f6b60;
  font-weight: 700;
}
.company-shell .field-hint {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.8rem;
  color: #6b7280;
}
.company-shell .field-title {
  margin: 0 0 0.3rem;
  font-weight: 650;
  color: #374151;
}
.company-shell .field-error {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.8rem;
  color: #b12a06;
  font-weight: 700;
}
.company-shell .field-invalid {
  border-color: #b12a06;
  box-shadow: 0 0 0 1px rgba(177, 42, 6, 0.12);
}
.company-shell .close-btn {
  width: auto;
  padding: 0.4rem 0.65rem;
  font-size: 0.85rem;
  line-height: 1;
}
.company-shell .wizard-steps {
  margin: 0.8rem 0 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.45rem;
}
.company-shell .step-btn {
  display: grid;
  justify-items: center;
  gap: 0.2rem;
  padding: 0.5rem;
  border: 1px solid #cbd5e1;
  background: #eef3f7;
  color: #1f2937;
}
.company-shell .step-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  background: #c7d6df;
  font-size: 0.78rem;
  font-weight: 700;
}
.company-shell .step-btn small {
  font-size: 0.7rem;
}
.company-shell .step-btn-active {
  border-color: #0a5b68;
  background: #e0f2f5;
}
.company-shell .step-btn-active span {
  background: #0a5b68;
  color: #fff;
}
.company-shell .permission-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-bottom: 0.45rem;
}
.company-shell .permission-groups fieldset {
  margin: 0;
  border: 1px solid #cdd9e1;
  border-radius: 0.7rem;
  padding: 0.55rem;
}
.company-shell .permission-groups legend {
  padding: 0 0.3rem;
  font-size: 0.82rem;
  color: #334155;
}
.company-shell .permission-list {
  display: grid;
  gap: 0.3rem;
}
.company-shell .permission-list label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.86rem;
}
.company-shell .permission-list input[type=checkbox] {
  width: auto;
}
.company-shell .permissions-raw {
  display: none;
}

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