*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

/* fix for Chrome */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/font/inter/Inter-Regular.woff2") format("woff2");
}
body {
  font-family: "Inter", sans-serif;
  font-feature-settings: "liga" 1, "calt" 1;
  font-size: 16px;
  line-height: 1.6;
  background-color: #ffffff;
  color: #6b7280;
}

.dark-mode {
  background-color: #111111;
  color: #e0e0e0;
}
.dark-mode a {
  color: #4caf50;
  text-decoration: none;
}
h1, h2, h3, h4, h5 {
  font-weight: 700;
  font-weight: bold;
  color: #111827;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

p {
  font-weight: 400;
  color: inherit;
}

a {
  color: #d1d5db;
  text-decoration: none;
}
a:visited {
  color: #111827;
  text-decoration: underline;
}
a:visited:hover {
  color: #111827;
  text-decoration: underline;
}

input {
  line-height: 1.15;
  margin: 0;
  font-size: 100%;
}

.container {
  margin: 0 auto;
  width: 100%;
}
.container .limited-container {
  width: 100%;
}
.container .small-limited-container {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.container .small-limited-container h1 {
  font-size: 24px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #111827;
  line-height: 1.2;
  margin: 0;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

p {
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  white-space: nowrap;
  user-select: none;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25;
  border-radius: 0.375rem;
}
.btn.btn-primary {
  background-color: #111827;
  border-color: #111827;
  color: #ffffff;
}
.btn.btn-primary:hover:not(:disabled) {
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-secondary {
  background-color: #ffffff;
  border-color: #e5e7eb;
  color: #4b5563;
}
.btn.btn-secondary:hover:not(:disabled) {
  background-color: #f9fafb;
  border-color: #d1d5db;
  color: #111827;
}
.btn.btn-danger {
  background-color: #374151;
  border-color: #374151;
  color: #ffffff;
}
.btn.btn-danger:hover:not(:disabled) {
  background-color: #1f2937;
  border-color: #1f2937;
}
.btn.btn-ghost {
  background-color: transparent;
  border-color: transparent;
  color: #4b5563;
}
.btn.btn-ghost:hover:not(:disabled) {
  background-color: #f9fafb;
  color: #111827;
}
.btn.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}
.btn.btn-sm {
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  border-radius: 0.375rem;
}
.btn.btn-lg {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  border-radius: 0.5rem;
}
.btn.btn-full {
  width: 100%;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}

.form-card {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.form-header {
  padding: 0 0 1rem 0;
  border-bottom: none;
}
.form-header .form-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.form-content {
  padding: 0;
}

.form-footer {
  padding: 1.5rem 0 0 0;
  border-top: none;
  background-color: transparent;
}

.form-group {
  margin-bottom: 1.25rem;
}
.form-group:last-child {
  margin-bottom: 0;
}

.form-label {
  display: block;
  font-weight: 500;
  color: #111827;
  font-size: 0.875rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #111827;
  background-color: #ffffff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: inherit;
}
.form-input::placeholder,
.form-textarea::placeholder,
.form-select::placeholder {
  color: #6b7280;
}
.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.form-input:hover:not(:focus),
.form-textarea:hover:not(:focus),
.form-select:hover:not(:focus) {
  border-color: #d1d5db;
}
.form-input:disabled,
.form-textarea:disabled,
.form-select:disabled {
  background-color: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
}

.form-textarea {
  resize: vertical;
  min-height: 80px;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  cursor: pointer;
}

.form-checkbox {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  background-color: #ffffff;
  cursor: pointer;
  appearance: none;
  transition: all 0.15s ease-in-out;
}
.form-checkbox:checked {
  background-color: #111827;
  border-color: #111827;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m13.854 3.646-7.5 7.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6 10.293l7.146-7.147a.5.5 0 0 1 .708.708z'/%3e%3c/svg%3e");
  background-size: 0.75rem 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
}
.form-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.form-checkbox:hover:not(:checked) {
  border-color: #3b82f6;
}

.checkbox-group {
  display: flex;
  align-items: center;
}
.checkbox-group .checkbox-label {
  cursor: pointer;
  user-select: none;
  margin-bottom: 0;
}

.form-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.form-actions .btn {
  flex: 1;
}
@media (min-width: 768px) {
  .form-actions {
    flex-direction: row-reverse;
  }
  .form-actions .btn {
    flex: 0 0 auto;
    min-width: 120px;
  }
}

.form-static {
  padding: 0.75rem 1rem;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  color: #111827;
  font-size: 0.875rem;
}

.form-error {
  margin-bottom: 1.25rem;
  padding: 0.75rem 1rem;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.375rem;
  color: #dc2626;
  font-size: 0.875rem;
}

.page-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .page-container {
    padding: 1rem;
    margin: 0;
    max-width: 100%;
  }
}

.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .page-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
}
.page-header .page-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}
@media (max-width: 767px) {
  .page-header .page-title {
    font-size: 1.5rem;
  }
}
.page-header .page-actions {
  display: flex;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  .page-header .page-actions {
    width: 100%;
    flex-wrap: wrap;
  }
}

.search-container {
  margin-bottom: 1.5rem;
}
.search-container .search-input {
  max-width: 400px;
}
.search-container .search-input::placeholder {
  font-style: italic;
}

.card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.card-header {
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.card-header .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.card-content {
  padding: 1.5rem;
}

.card-footer {
  padding: 1.5rem;
  border-top: 1px solid #e5e7eb;
  background-color: #f9fafb;
}

.table-container {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.table thead th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-weight: 500;
  color: #6b7280;
  border: none;
  font-size: 0.875rem;
  background: transparent;
}
.table thead th.actions-column {
  width: 140px;
  text-align: right;
}
.table tbody tr {
  transition: background-color 0.15s ease-in-out;
  border: none;
}
.table tbody tr:hover {
  background-color: #f3f4f6;
}
.table tbody tr:hover .table-actions {
  opacity: 1;
}
.table tbody td {
  padding: 1rem;
  vertical-align: middle;
  color: #111827;
  border: none;
}
.table tbody td.actions-cell {
  text-align: right;
}

.table-actions {
  display: flex;
  gap: 0.25rem;
  justify-content: flex-end;
  align-items: center;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.table-actions .btn {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  min-width: auto;
  background: transparent;
  border: 1px solid #e5e7eb;
  color: #4b5563;
  border-radius: 0.375rem;
}
.table-actions .btn:hover {
  background: #ffffff;
  color: #111827;
  border-color: #d1d5db;
}
.table-actions .btn.btn-danger {
  color: #374151;
  border-color: #e5e7eb;
}
.table-actions .btn.btn-danger:hover {
  background: #374151;
  color: white;
  border-color: #374151;
}
.table-actions .delete-form {
  display: inline;
}

.text-primary {
  color: #111827;
}

.text-secondary {
  color: #4b5563;
}

.text-muted {
  color: #6b7280;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.text-blue-500 {
  color: #3b82f6;
}

.text-green-700 {
  color: #16a34a;
}

.text-green-800 {
  color: #16a34a;
}

.text-yellow-700 {
  color: #ca8a04;
}

.text-yellow-800 {
  color: #ca8a04;
}

.text-red-800 {
  color: #dc2626;
}

.text-blue-800 {
  color: #2563eb;
}

.text-gray-600 {
  color: #4b5563;
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray {
  background-color: #f9fafb;
}

.bg-green-100 {
  background-color: #dcfce7;
}

.bg-yellow-100 {
  background-color: #fef3c7;
}

.bg-red-100 {
  background-color: #fecaca;
}

.bg-blue-100 {
  background-color: #dbeafe;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .md\\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\\:col-span-2 {
    grid-column: span 2/span 2;
  }
}
.border {
  border: 1px solid #e5e7eb;
}

.border-0 {
  border: 0;
}

.border-t {
  border-top: 1px solid #e5e7eb;
}

.border-yellow-200 {
  border-color: #fef3c7;
}

.rounded {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.75rem;
}

.rounded-full {
  border-radius: 9999px;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.m-0 {
  margin: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.p-0 {
  padding: 0;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.hover\\:underline:hover {
  text-decoration: underline;
}

.hover\\:text-primary:hover {
  color: #111827;
}

header .container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
header .logo {
  font-size: 1.5rem;
  font-weight: bold;
}
header nav {
  display: flex;
  gap: 1rem;
}
header nav a.button {
  padding: 0.5rem 1rem;
  background-color: #111827;
  color: white;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
}
header nav a.button:hover {
  background-color: #000000;
}

.divider {
  margin: 24px 0;
}

.very-bold-heading {
  margin: 0 0 32px;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -2px;
  color: #111827;
}

.important-text {
  line-height: 1.25;
  font-weight: 600;
  margin-top: 10px;
}

.oauth-logins {
  margin-top: 20px;
}

footer {
  margin: 5em 0;
}

.centered {
  text-align: center;
}

.margin-top {
  margin-top: 1em;
}

.user-input-form .form-element-group {
  margin-bottom: 20px;
}
.user-input-form .form-element-group label {
  color: #6b7280;
  font-size: 14px;
}
.user-input-form .form-element-group input {
  padding: 0 10px;
  border: 2px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  color: #374151;
  width: 100%;
  height: 36px;
}
.user-input-form .form-element-group input::placeholder {
  color: #6b7280;
}
.user-input-form .form-element-group input:focus {
  border: 2px solid #3b82f6;
}
.user-input-form button {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  height: 36px;
  padding: 0 0.9em;
  border-radius: 8px;
  font-size: 16px;
  transition: background-color 100ms ease-in-out, border-color 100ms ease-in-out, outline 100ms ease-in-out;
  font-weight: 600;
}

.loader {
  width: 24px;
  height: 24px;
  border: 5px solid #d1d5db;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mobile-max-width {
  width: 100%;
}

@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}

.mobile-only {
  display: none !important;
}
@media (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
}

.customer-cards {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
}

.customer-card {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.customer-card:last-child {
  border-bottom: none;
}

.customer-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: none;
  background-color: transparent;
}
.customer-card-header .customer-name {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  flex: 1;
  min-width: 0;
}
.customer-card-header .customer-actions {
  display: flex;
  gap: 0.25rem;
  flex-shrink: 0;
}
.customer-card-header .customer-actions .btn {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  background: transparent;
  border: 1px solid #e5e7eb;
  color: #4b5563;
  border-radius: 0.375rem;
}
.customer-card-header .customer-actions .btn:hover {
  background: #ffffff;
  color: #111827;
  border-color: #d1d5db;
}
.customer-card-header .customer-actions .btn.btn-danger {
  color: #374151;
  border-color: #e5e7eb;
}
.customer-card-header .customer-actions .btn.btn-danger:hover {
  background: #374151;
  color: white;
  border-color: #374151;
}
.customer-card-header .customer-actions .delete-form {
  display: inline;
}

.customer-card-content {
  padding: 0 0 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.customer-detail-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.customer-detail-row .customer-detail-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #6b7280;
  min-width: 70px;
  flex-shrink: 0;
  padding-top: 1px;
}
.customer-detail-row .customer-detail-value {
  flex: 1;
  font-size: 0.875rem;
  color: #4b5563;
  min-width: 0;
}
.customer-detail-row .customer-detail-value > div:not(:last-child) {
  margin-bottom: 0.25rem;
}
.customer-detail-row .customer-detail-value a {
  color: #111827;
  text-decoration: none;
}
.customer-detail-row .customer-detail-value a:hover {
  text-decoration: underline;
}
.customer-detail-row .customer-detail-value .membership-status {
  display: inline-block;
}

.app {
  background-color: #ffffff;
  color: #4b5563;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.app-container {
  display: flex;
  flex-direction: row;
  height: 100vh;
  position: relative;
}
.app-container .mobile-menu-button {
  display: block;
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1001;
  width: 44px;
  height: 44px;
  background-color: #222222;
  border: none;
  border-radius: 0.5rem;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.app-container .mobile-menu-button:hover {
  background-color: #333333;
}
.app-container .mobile-menu-button .menu-icon {
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .app-container .mobile-menu-button {
    display: none;
  }
}
.app-container .mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.app-container .mobile-overlay.active {
  display: block;
  opacity: 1;
}
.app-container .sidebar-container {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #222222;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  overflow-y: auto;
}
.app-container .sidebar-container.mobile-open {
  transform: translateX(0);
}
@media (min-width: 768px) {
  .app-container .sidebar-container {
    position: relative;
    transform: translateX(0);
    width: 250px;
    flex-shrink: 0;
  }
}
.app-container .sidebar-container .sidebar {
  padding: 1rem;
  height: 100%;
}
@media (max-width: 767px) {
  .app-container .sidebar-container .sidebar {
    padding-top: calc(44px + 1.5rem);
  }
}
.app-container .sidebar-container .sidebar .section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.app-container .sidebar-container .sidebar .button {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font-size: 0.875rem;
  font-weight: 500;
}
.app-container .sidebar-container .sidebar .button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.app-container .sidebar-container .sidebar .button .icon {
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}
.app-container .sidebar-container .sidebar .button .icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.app-container .sidebar-container .sidebar .button .name {
  font-weight: 500;
}
.app-container .main-container {
  flex: 1;
  height: 100vh;
  overflow-y: auto;
  background-color: #f9fafb;
}
@media (max-width: 767px) {
  .app-container .main-container {
    padding: 0.25rem;
    padding-top: calc(44px + 1.5rem);
  }
}
@media (min-width: 768px) {
  .app-container .main-container {
    margin-left: 0;
  }
}

body.mobile-menu-open {
  overflow: hidden;
}

.validity-period-container {
  display: flex;
  gap: 8px;
  align-items: center;
}
.validity-period-container .validity-number {
  flex: 0 0 100px;
  margin-bottom: 0;
}
.validity-period-container .validity-unit {
  flex: 1;
  margin-bottom: 0;
}

.form-help {
  margin-top: 6px;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.4;
}

.customers-container, .facilities-container, .rooms-container, .classes-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

.customers-header, .facilities-header, .rooms-header, .classes-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.customers-header .customers-title, .customers-header .facilities-title, .customers-header .rooms-title, .customers-header .classes-title, .facilities-header .customers-title, .facilities-header .facilities-title, .facilities-header .rooms-title, .facilities-header .classes-title, .rooms-header .customers-title, .rooms-header .facilities-title, .rooms-header .rooms-title, .rooms-header .classes-title, .classes-header .customers-title, .classes-header .facilities-title, .classes-header .rooms-title, .classes-header .classes-title {
  font-size: 28px;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}
.customers-header .header-actions, .facilities-header .header-actions, .rooms-header .header-actions, .classes-header .header-actions {
  display: flex;
  gap: 8px;
}

.customers-search, .facilities-search, .rooms-search, .classes-search {
  margin-bottom: 24px;
}
.customers-search .search-input, .facilities-search .search-input, .rooms-search .search-input, .classes-search .search-input {
  max-width: 400px;
  font-size: 16px;
}
.customers-search .search-input::placeholder, .facilities-search .search-input::placeholder, .rooms-search .search-input::placeholder, .classes-search .search-input::placeholder {
  color: #9ca3af;
  font-style: italic;
}

.customers-empty-state, .facilities-empty-state, .rooms-empty-state, .classes-empty-state {
  text-align: center;
  padding: 60px 20px;
}
.customers-empty-state .empty-message, .facilities-empty-state .empty-message, .rooms-empty-state .empty-message, .classes-empty-state .empty-message {
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 24px;
}

.customers-table-container, .facilities-table-container, .rooms-table-container {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.customers-table, .facilities-table, .rooms-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.customers-table thead, .facilities-table thead, .rooms-table thead {
  background-color: #f9fafb;
}
.customers-table thead th, .facilities-table thead th, .rooms-table thead th {
  padding: 16px 12px;
  text-align: left;
  font-weight: 600;
  color: #374151;
  border-bottom: 1px solid #e5e7eb;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.customers-table thead th.actions-column, .facilities-table thead th.actions-column, .rooms-table thead th.actions-column {
  width: 200px;
  text-align: center;
}
.customers-table tbody .customer-row, .customers-table tbody .facility-row, .customers-table tbody .room-row, .customers-table tbody .class-row, .facilities-table tbody .customer-row, .facilities-table tbody .facility-row, .facilities-table tbody .room-row, .facilities-table tbody .class-row, .rooms-table tbody .customer-row, .rooms-table tbody .facility-row, .rooms-table tbody .room-row, .rooms-table tbody .class-row {
  transition: background-color 0.15s ease-in-out;
}
.customers-table tbody .customer-row:hover, .customers-table tbody .facility-row:hover, .customers-table tbody .room-row:hover, .customers-table tbody .class-row:hover, .facilities-table tbody .customer-row:hover, .facilities-table tbody .facility-row:hover, .facilities-table tbody .room-row:hover, .facilities-table tbody .class-row:hover, .rooms-table tbody .customer-row:hover, .rooms-table tbody .facility-row:hover, .rooms-table tbody .room-row:hover, .rooms-table tbody .class-row:hover {
  background-color: #f9fafb;
}
.customers-table tbody .customer-row:not(:last-child), .customers-table tbody .facility-row:not(:last-child), .customers-table tbody .room-row:not(:last-child), .customers-table tbody .class-row:not(:last-child), .facilities-table tbody .customer-row:not(:last-child), .facilities-table tbody .facility-row:not(:last-child), .facilities-table tbody .room-row:not(:last-child), .facilities-table tbody .class-row:not(:last-child), .rooms-table tbody .customer-row:not(:last-child), .rooms-table tbody .facility-row:not(:last-child), .rooms-table tbody .room-row:not(:last-child), .rooms-table tbody .class-row:not(:last-child) {
  border-bottom: 1px solid #f3f4f6;
}
.customers-table tbody td, .facilities-table tbody td, .rooms-table tbody td {
  padding: 12px;
  vertical-align: top;
}
.customers-table tbody td.name-cell, .facilities-table tbody td.name-cell, .rooms-table tbody td.name-cell {
  min-width: 160px;
}
.customers-table tbody td.name-cell .customer-name, .facilities-table tbody td.name-cell .customer-name, .rooms-table tbody td.name-cell .customer-name {
  font-weight: 500;
  color: #1f2937;
}
.customers-table tbody td.email-cell, .facilities-table tbody td.email-cell, .rooms-table tbody td.email-cell {
  min-width: 200px;
}
.customers-table tbody td.email-cell .customer-email, .facilities-table tbody td.email-cell .customer-email, .rooms-table tbody td.email-cell .customer-email {
  color: #3b82f6;
  text-decoration: none;
}
.customers-table tbody td.email-cell .customer-email:hover, .facilities-table tbody td.email-cell .customer-email:hover, .rooms-table tbody td.email-cell .customer-email:hover {
  text-decoration: underline;
}
.customers-table tbody td.phone-cell, .facilities-table tbody td.phone-cell, .rooms-table tbody td.phone-cell {
  min-width: 140px;
}
.customers-table tbody td.phone-cell .customer-phone, .facilities-table tbody td.phone-cell .customer-phone, .rooms-table tbody td.phone-cell .customer-phone {
  color: #6b7280;
  text-decoration: none;
}
.customers-table tbody td.phone-cell .customer-phone:hover, .facilities-table tbody td.phone-cell .customer-phone:hover, .rooms-table tbody td.phone-cell .customer-phone:hover {
  color: #374151;
  text-decoration: underline;
}
.customers-table tbody td.emergency-cell, .facilities-table tbody td.emergency-cell, .rooms-table tbody td.emergency-cell {
  min-width: 160px;
}
.customers-table tbody td.emergency-cell .emergency-contact .emergency-name, .facilities-table tbody td.emergency-cell .emergency-contact .emergency-name, .rooms-table tbody td.emergency-cell .emergency-contact .emergency-name {
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 2px;
}
.customers-table tbody td.emergency-cell .emergency-contact .emergency-phone, .facilities-table tbody td.emergency-cell .emergency-contact .emergency-phone, .rooms-table tbody td.emergency-cell .emergency-contact .emergency-phone {
  color: #6b7280;
  font-size: 13px;
}
.customers-table tbody td.waiver-cell, .facilities-table tbody td.waiver-cell, .rooms-table tbody td.waiver-cell {
  min-width: 120px;
}
.customers-table tbody td.waiver-cell .waiver-status, .facilities-table tbody td.waiver-cell .waiver-status, .rooms-table tbody td.waiver-cell .waiver-status {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}
.customers-table tbody td.waiver-cell .waiver-status.waiver-signed, .facilities-table tbody td.waiver-cell .waiver-status.waiver-signed, .rooms-table tbody td.waiver-cell .waiver-status.waiver-signed {
  background-color: #dcfce7;
  color: #166534;
}
.customers-table tbody td.waiver-cell .waiver-status.waiver-unsigned, .facilities-table tbody td.waiver-cell .waiver-status.waiver-unsigned, .rooms-table tbody td.waiver-cell .waiver-status.waiver-unsigned {
  background-color: #fef3c7;
  color: #92400e;
}
.customers-table tbody td.waiver-cell .waiver-date, .facilities-table tbody td.waiver-cell .waiver-date, .rooms-table tbody td.waiver-cell .waiver-date {
  color: #6b7280;
  font-size: 12px;
  margin-top: 4px;
}
.customers-table tbody td.actions-cell, .facilities-table tbody td.actions-cell, .rooms-table tbody td.actions-cell {
  text-align: center;
  width: 200px;
}

.customer-actions, .facility-actions, .room-actions {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
}
.customer-actions .delete-form, .facility-actions .delete-form, .room-actions .delete-form {
  display: inline;
}

.classes-day-container {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.day-section:not(:last-child) {
  border-bottom: 1px solid #e5e7eb;
}

.day-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  background-color: #f8fafc;
  border-bottom: 1px solid #e1e5e9;
}
.day-header .day-info {
  display: flex;
  align-items: center;
}
.day-header .day-info .day-title {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}

.day-classes {
  padding: 0;
}

.class-item {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-bottom: 1px solid #f1f5f9;
}
.class-item:last-child {
  border-bottom: none;
}
.class-item:hover {
  background-color: #f8fafc;
}
.class-item .class-checkbox {
  padding-right: 12px;
  display: flex;
  align-items: center;
}
.class-item .class-checkbox .form-checkbox {
  margin: 0;
}
.class-item .class-info {
  flex: 1;
}
.class-item .class-info .class-details {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.2;
}
.class-item .class-info .class-details .class-time {
  font-weight: 600;
  color: #1f2937;
  min-width: 65px;
}
.class-item .class-info .class-details .class-name {
  font-weight: 500;
  color: #1f2937;
}
.class-item .class-info .class-details .class-description {
  color: #6b7280;
  font-style: italic;
}
.class-item .class-info .class-details .class-separator {
  color: #cbd5e1;
  font-weight: 500;
}
.class-item .class-info .class-details .class-location {
  color: #6b7280;
}
.class-item .class-info .class-details .class-capacity {
  color: #6b7280;
}
.class-item .class-info .class-details .class-price {
  color: #059669;
  font-weight: 500;
}
.class-item .class-actions {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.status-badge {
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.status-badge.status-scheduled {
  background-color: #dbeafe;
  color: #1e40af;
}
.status-badge.status-cancelled {
  background-color: #fecaca;
  color: #b91c1c;
}
.status-badge.status-completed {
  background-color: #d1fae5;
  color: #065f46;
}

.calendar-container {
  max-width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e7eb;
  background-color: #ffffff;
  flex-shrink: 0;
}

.calendar-navigation {
  display: flex;
  align-items: center;
  gap: 16px;
}
.calendar-navigation .calendar-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
}
.calendar-navigation .calendar-nav-btn:hover {
  background-color: #f3f4f6;
}

.calendar-title .calendar-date-range {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}

.calendar-actions {
  display: flex;
  gap: 8px;
}

.calendar-grid {
  flex: 1;
  overflow: auto;
  background: #f9fafb;
}

.calendar-week-grid {
  display: grid;
  grid-template-columns: 80px repeat(7, 1fr);
  min-height: 100%;
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.calendar-time-header {
  background: #f8fafc;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 8px;
}
.calendar-time-header .calendar-date-label {
  text-align: center;
}
.calendar-time-header .calendar-date-label .range-label {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-bottom: 2px;
}
.calendar-time-header .calendar-date-label .week-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}

.calendar-day-header {
  background: #f8fafc;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 8px;
  text-align: center;
}
.calendar-day-header:last-child {
  border-right: none;
}
.calendar-day-header .day-name {
  font-size: 11px;
  font-weight: 500;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-bottom: 2px;
}
.calendar-day-header .day-date {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}

.calendar-time-slot {
  background: #f8fafc;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 2px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}
.calendar-time-slot .time-label {
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  text-align: center;
  line-height: 1.2;
}

.calendar-day-cell {
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  height: 20px;
  position: relative;
  background: #ffffff;
  cursor: pointer;
}
.calendar-day-cell:last-child {
  border-right: none;
}
.calendar-day-cell:hover {
  background-color: #f9fafb;
}
.calendar-day-cell[data-minutes="0"] {
  border-top: 2px solid #d1d5db;
}
.calendar-day-cell[data-minutes="30"] {
  border-top: 2px solid #e5e7eb;
}
.calendar-day-cell.slot-selected {
  background-color: #dbeafe !important;
  border-color: #3b82f6;
}
.calendar-day-cell.slot-selecting {
  background-color: #bfdbfe !important;
  border-color: #60a5fa;
}
.calendar-day-cell:has(.calendar-class-event) {
  cursor: default;
}

.calendar-class-event {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  background: #3b82f6;
  border-radius: 4px;
  padding: 4px 6px;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 1;
}
.calendar-class-event:hover {
  background: #2563eb;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
  z-index: 2;
}
.calendar-class-event .event-content .event-title {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calendar-class-event .event-content .event-time {
  font-size: 10px;
  color: #e5e7eb;
  line-height: 1.2;
  margin-bottom: 2px;
}
.calendar-class-event .event-content .event-location {
  font-size: 10px;
  color: #e5e7eb;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .calendar-week-grid {
    grid-template-columns: 60px repeat(7, minmax(80px, 1fr));
  }
  .calendar-time-slot {
    padding: 1px 2px;
    height: 15px;
  }
  .calendar-time-slot .time-label {
    font-size: 9px;
  }
  .calendar-day-header {
    padding: 8px 4px;
  }
  .calendar-day-header .day-name {
    font-size: 10px;
  }
  .calendar-day-header .day-date {
    font-size: 12px;
  }
  .calendar-day-cell {
    height: 15px;
  }
  .calendar-class-event .event-content .event-title {
    font-size: 11px;
  }
  .calendar-class-event .event-content .event-time,
  .calendar-class-event .event-content .event-location {
    font-size: 9px;
  }
}
.plan-preview {
  margin-top: 16px;
  padding: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.plan-preview h3 {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}
.plan-preview .plan-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 8px;
  font-size: 14px;
}
.plan-preview .plan-detail-grid .plan-description {
  grid-column: 1/-1;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e5e7eb;
}

.form-static {
  padding: 12px 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 16px;
  color: #1f2937;
}
.form-static .customer-email {
  color: #6b7280;
  font-size: 14px;
  margin-left: 8px;
}

.alert {
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.alert.alert-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
}
.alert.alert-warning {
  background: #fffbeb;
  border: 1px solid #fed7aa;
  color: #d97706;
}
.alert.alert-warning p {
  margin: 0 0 12px 0;
}

.subscriptions-section .subscriptions-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.subscriptions-section .subscriptions-header .btn {
  margin-left: 16px;
}

.subscriptions-empty {
  text-align: center;
  padding: 20px;
}
.subscriptions-empty .empty-message {
  color: #6b7280;
  font-style: italic;
  margin: 0;
}

.subscriptions-list .subscription-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f9fafb;
  margin-bottom: 8px;
}
.subscriptions-list .subscription-item:last-child {
  margin-bottom: 0;
}
.subscriptions-list .subscription-item:hover {
  background: #f3f4f6;
}
.subscriptions-list .subscription-item .subscription-info {
  flex: 1;
}
.subscriptions-list .subscription-item .subscription-info .subscription-plan {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.subscriptions-list .subscription-item .subscription-info .subscription-plan .subscription-name {
  font-weight: 600;
  color: #1f2937;
  text-decoration: none;
}
.subscriptions-list .subscription-item .subscription-info .subscription-plan .subscription-name:hover {
  color: #3b82f6;
  text-decoration: underline;
}
.subscriptions-list .subscription-item .subscription-info .subscription-plan .plan-type-badge {
  padding: 2px 8px;
  background: #dbeafe;
  color: #1e40af;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.subscriptions-list .subscription-item .subscription-info .subscription-details {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b7280;
}
.subscriptions-list .subscription-item .subscription-info .subscription-details .subscription-separator {
  color: #d1d5db;
}
.subscriptions-list .subscription-item .subscription-info .subscription-details .remaining-credits {
  color: #059669;
  font-weight: 500;
}
.subscriptions-list .subscription-item .subscription-actions {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.bulk-actions {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 12px 16px;
}
.bulk-actions .bulk-actions-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.bulk-actions .bulk-actions-content .bulk-actions-info {
  font-size: 14px;
  color: #64748b;
  font-weight: 500;
}
.bulk-actions .bulk-actions-content .bulk-actions-buttons {
  display: flex;
  gap: 8px;
}

.class-description {
  font-size: 0.875rem;
  color: #666;
  margin-top: 2px;
}

.class-time {
  font-weight: 500;
  color: #333;
}

.class-duration {
  font-size: 0.875rem;
  color: #666;
}

.class-location .facility-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
}
.class-location .room-name {
  font-size: 0.875rem;
  color: #666;
  margin-top: 1px;
}

.class-price {
  font-weight: 500;
}
.class-price.free {
  color: #28a745;
  font-style: italic;
}

.date-label {
  font-weight: 600;
  color: #333;
  font-size: 0.875rem;
}

.status-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: capitalize;
}
.status-badge.status-scheduled {
  background-color: #e3f2fd;
  color: #1565c0;
}
.status-badge.status-cancelled {
  background-color: #ffebee;
  color: #c62828;
}
.status-badge.status-completed {
  background-color: #e8f5e8;
  color: #2e7d32;
}

.customer-detail-content,
.facility-detail-content,
.room-detail-content,
.class-detail-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.customer-detail-section:not(:last-child),
.facility-detail-section:not(:last-child),
.room-detail-section:not(:last-child),
.class-detail-section:not(:last-child) {
  padding-bottom: 2rem;
}

.customer-detail-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.customer-detail-section-header .customer-detail-section-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.customer-detail-grid,
.facility-detail-grid,
.room-detail-grid,
.class-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .customer-detail-grid,
  .facility-detail-grid,
  .room-detail-grid,
  .class-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.customer-detail-item,
.facility-detail-item,
.room-detail-item,
.class-detail-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .customer-detail-item.customer-detail-notes, .customer-detail-item.facility-detail-notes, .customer-detail-item.room-detail-notes, .customer-detail-item.class-detail-notes,
  .facility-detail-item.customer-detail-notes,
  .facility-detail-item.facility-detail-notes,
  .facility-detail-item.room-detail-notes,
  .facility-detail-item.class-detail-notes,
  .room-detail-item.customer-detail-notes,
  .room-detail-item.facility-detail-notes,
  .room-detail-item.room-detail-notes,
  .room-detail-item.class-detail-notes,
  .class-detail-item.customer-detail-notes,
  .class-detail-item.facility-detail-notes,
  .class-detail-item.room-detail-notes,
  .class-detail-item.class-detail-notes {
    grid-column: 1/-1;
  }
}
.customer-detail-item .customer-detail-label,
.customer-detail-item .facility-detail-label,
.customer-detail-item .room-detail-label,
.customer-detail-item .class-detail-label,
.facility-detail-item .customer-detail-label,
.facility-detail-item .facility-detail-label,
.facility-detail-item .room-detail-label,
.facility-detail-item .class-detail-label,
.room-detail-item .customer-detail-label,
.room-detail-item .facility-detail-label,
.room-detail-item .room-detail-label,
.room-detail-item .class-detail-label,
.class-detail-item .customer-detail-label,
.class-detail-item .facility-detail-label,
.class-detail-item .room-detail-label,
.class-detail-item .class-detail-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.customer-detail-item .customer-detail-value,
.customer-detail-item .facility-detail-value,
.customer-detail-item .room-detail-value,
.customer-detail-item .class-detail-value,
.facility-detail-item .customer-detail-value,
.facility-detail-item .facility-detail-value,
.facility-detail-item .room-detail-value,
.facility-detail-item .class-detail-value,
.room-detail-item .customer-detail-value,
.room-detail-item .facility-detail-value,
.room-detail-item .room-detail-value,
.room-detail-item .class-detail-value,
.class-detail-item .customer-detail-value,
.class-detail-item .facility-detail-value,
.class-detail-item .room-detail-value,
.class-detail-item .class-detail-value {
  font-size: 0.875rem;
  color: #4b5563;
}
.customer-detail-item .customer-detail-value a,
.customer-detail-item .facility-detail-value a,
.customer-detail-item .room-detail-value a,
.customer-detail-item .class-detail-value a,
.facility-detail-item .customer-detail-value a,
.facility-detail-item .facility-detail-value a,
.facility-detail-item .room-detail-value a,
.facility-detail-item .class-detail-value a,
.room-detail-item .customer-detail-value a,
.room-detail-item .facility-detail-value a,
.room-detail-item .room-detail-value a,
.room-detail-item .class-detail-value a,
.class-detail-item .customer-detail-value a,
.class-detail-item .facility-detail-value a,
.class-detail-item .room-detail-value a,
.class-detail-item .class-detail-value a {
  color: #3b82f6;
  text-decoration: none;
}
.customer-detail-item .customer-detail-value a:hover,
.customer-detail-item .facility-detail-value a:hover,
.customer-detail-item .room-detail-value a:hover,
.customer-detail-item .class-detail-value a:hover,
.facility-detail-item .customer-detail-value a:hover,
.facility-detail-item .facility-detail-value a:hover,
.facility-detail-item .room-detail-value a:hover,
.facility-detail-item .class-detail-value a:hover,
.room-detail-item .customer-detail-value a:hover,
.room-detail-item .facility-detail-value a:hover,
.room-detail-item .room-detail-value a:hover,
.room-detail-item .class-detail-value a:hover,
.class-detail-item .customer-detail-value a:hover,
.class-detail-item .facility-detail-value a:hover,
.class-detail-item .room-detail-value a:hover,
.class-detail-item .class-detail-value a:hover {
  text-decoration: underline;
}

.customer-detail-footer,
.facility-detail-footer,
.room-detail-footer,
.class-detail-footer {
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.series-delete-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-end;
}
.series-delete-group .series-notice {
  font-size: 0.875rem;
  color: #4b5563;
  margin: 0 0 0.5rem 0;
  font-style: italic;
}
.series-delete-group .series-actions {
  display: flex;
  gap: 0.25rem;
}

.page-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.page-actions .series-notice {
  font-size: 0.875rem;
  color: #4b5563;
  margin: 0;
  font-style: italic;
  width: 100%;
  order: -1;
  margin-bottom: 0.5rem;
}
.page-actions .delete-form {
  display: inline-block;
}

.table-container.desktop-only .table {
  background: transparent;
  border: none;
}
.table-container.desktop-only .table thead {
  background: transparent;
  border: none;
}
.table-container.desktop-only .table thead th {
  background: transparent;
  border: none;
  border-bottom: none;
  padding: 0.5rem 1rem;
  text-align: left;
  font-weight: 600;
  color: #4b5563;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.table-container.desktop-only .table tbody {
  background: transparent;
}
.table-container.desktop-only .table tbody tr {
  background: transparent;
  border: none;
}
.table-container.desktop-only .table tbody tr:not(.day-separator-row):hover {
  background-color: #f3f4f6;
}
.table-container.desktop-only .table tbody tr td {
  background: transparent;
  border: none;
  padding: 0.5rem 1rem;
  vertical-align: top;
}

.notes-section .notes-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.notes-section .notes-header .section-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
}
.notes-section .notes-header .notes-actions {
  display: flex;
  align-items: center;
}
.notes-section .notes-table-container {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.notes-section .notes-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: transparent;
  border: none;
}
.notes-section .notes-table thead th {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e7eb;
  padding: 0.5rem 1rem;
  text-align: left;
  font-weight: 600;
  color: #4b5563;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.notes-section .notes-table thead th.actions-column {
  width: 140px;
  text-align: right;
}
.notes-section .notes-table tbody tr {
  border: none;
  background: transparent;
}
.notes-section .notes-table tbody tr:hover {
  background-color: #f9fafb;
}
.notes-section .notes-table tbody tr td {
  padding: 0.5rem 1rem;
  border: none;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
  background: transparent;
}
.notes-section .notes-table tbody tr td.actions-cell {
  text-align: right;
}
.notes-section .notes-table tbody tr td.actions-cell .table-actions {
  opacity: 1;
}
.notes-section .notes-table tbody tr td.note-content-cell .note-text {
  color: #111827;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.notes-section .notes-table tbody tr td.note-content-cell .todo-info .due-date, .notes-section .notes-table tbody tr td.note-content-cell .todo-info .completed-at {
  font-size: 12px;
  color: #6b7280;
}
.notes-section .notes-table tbody tr td.note-content-cell .todo-info .overdue-badge {
  background: #fecaca;
  color: #dc2626;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  margin-left: 0.25rem;
}
.notes-section .notes-table tbody tr td.note-date .created-date {
  color: #111827;
  font-weight: 500;
}
.notes-section .notes-table tbody tr td.note-date .created-time {
  font-size: 12px;
  color: #6b7280;
}
.notes-section .priority-badge {
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
.notes-section .priority-badge.priority-low {
  background: #f3f4f6;
  color: #4b5563;
}
.notes-section .priority-badge.priority-normal {
  background: #dbeafe;
  color: #2563eb;
}
.notes-section .priority-badge.priority-high {
  background: #fef3c7;
  color: #ca8a04;
}
.notes-section .priority-badge.priority-urgent {
  background: #fecaca;
  color: #dc2626;
}
.notes-section .status-badge, .notes-section .note-type-badge {
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
.notes-section .status-badge.status-completed, .notes-section .note-type-badge.status-completed {
  background: #dcfce7;
  color: #16a34a;
}
.notes-section .status-badge.status-pending, .notes-section .note-type-badge.status-pending {
  background: #fef3c7;
  color: #ca8a04;
}
.notes-section .note-type-badge {
  background: #f3f4f6;
  color: #4b5563;
}
.notes-section .inline-note-form {
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f9fafb;
  border-radius: 0.5rem;
}
.notes-section .inline-note-form .form-group {
  margin-bottom: 0.75rem;
}
.notes-section .inline-note-form .form-actions {
  display: flex;
  gap: 0.5rem;
}
.notes-section .notes-empty-state {
  text-align: center;
  padding: 1.5rem;
  color: #6b7280;
}

.day-separator-row .day-separator {
  background-color: #f9fafb;
  border-top: 1px solid #d1d5db;
  padding: 0.75rem 1rem;
  font-weight: 600;
}
.day-separator-row .day-separator .day-title {
  font-size: 1rem;
  color: #111827;
  margin: 0;
}

.day-separator-mobile {
  background-color: #f9fafb;
  border-top: 1px solid #d1d5db;
  border-bottom: 1px solid #e5e7eb;
  padding: 0.75rem 1rem;
  margin: 1rem 0 0 0;
}
.day-separator-mobile:first-child {
  margin-top: 0;
}
.day-separator-mobile .day-title {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.class-cards {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
}

.class-card {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.class-card:last-child {
  border-bottom: none;
}

.class-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: none;
  background-color: transparent;
  gap: 0.75rem;
}
.class-card-header .class-card-checkbox {
  flex-shrink: 0;
}
.class-card-header .class-name {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  flex: 1;
  min-width: 0;
}
.class-card-header .class-actions {
  display: flex;
  gap: 0.25rem;
  flex-shrink: 0;
}
.class-card-header .class-actions .btn {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  background: transparent;
  border: 1px solid #e5e7eb;
  color: #4b5563;
  border-radius: 0.375rem;
}
.class-card-header .class-actions .btn:hover {
  background: #ffffff;
  color: #111827;
  border-color: #d1d5db;
}
.class-card-header .class-actions .btn.btn-danger {
  color: #374151;
  border-color: #e5e7eb;
}
.class-card-header .class-actions .btn.btn-danger:hover {
  background: #374151;
  color: white;
  border-color: #374151;
}
.class-card-header .class-actions .delete-form {
  display: inline;
}

.class-card-content {
  padding: 0 0 1rem 0;
  margin-left: 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.class-detail-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.class-detail-row .class-detail-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #6b7280;
  min-width: 80px;
  flex-shrink: 0;
  padding-top: 1px;
}
.class-detail-row .class-detail-value {
  flex: 1;
  font-size: 0.875rem;
  color: #4b5563;
  min-width: 0;
}
.class-detail-row .class-detail-value > div:not(:last-child) {
  margin-bottom: 0.25rem;
}
.class-detail-row .class-detail-value a {
  color: #111827;
  text-decoration: none;
}
.class-detail-row .class-detail-value a:hover {
  text-decoration: underline;
}

.facility-cards,
.room-cards {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
}

.facility-card,
.room-card {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.facility-card:last-child,
.room-card:last-child {
  border-bottom: none;
}

.facility-card-header,
.room-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: none;
  background-color: transparent;
}
.facility-card-header .facility-name,
.facility-card-header .room-name,
.room-card-header .facility-name,
.room-card-header .room-name {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  flex: 1;
  min-width: 0;
}
.facility-card-header .facility-actions,
.facility-card-header .room-actions,
.room-card-header .facility-actions,
.room-card-header .room-actions {
  display: flex;
  gap: 0.25rem;
  flex-shrink: 0;
}
.facility-card-header .facility-actions .btn,
.facility-card-header .room-actions .btn,
.room-card-header .facility-actions .btn,
.room-card-header .room-actions .btn {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  background: transparent;
  border: 1px solid #e5e7eb;
  color: #4b5563;
  border-radius: 0.375rem;
}
.facility-card-header .facility-actions .btn:hover,
.facility-card-header .room-actions .btn:hover,
.room-card-header .facility-actions .btn:hover,
.room-card-header .room-actions .btn:hover {
  background: #ffffff;
  color: #111827;
  border-color: #d1d5db;
}
.facility-card-header .facility-actions .btn.btn-danger,
.facility-card-header .room-actions .btn.btn-danger,
.room-card-header .facility-actions .btn.btn-danger,
.room-card-header .room-actions .btn.btn-danger {
  color: #374151;
  border-color: #e5e7eb;
}
.facility-card-header .facility-actions .btn.btn-danger:hover,
.facility-card-header .room-actions .btn.btn-danger:hover,
.room-card-header .facility-actions .btn.btn-danger:hover,
.room-card-header .room-actions .btn.btn-danger:hover {
  background: #374151;
  color: white;
  border-color: #374151;
}
.facility-card-header .facility-actions .delete-form,
.facility-card-header .room-actions .delete-form,
.room-card-header .facility-actions .delete-form,
.room-card-header .room-actions .delete-form {
  display: inline;
}

.facility-card-content,
.room-card-content {
  padding: 0 0 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.facility-detail-row,
.room-detail-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.facility-detail-row .facility-detail-label,
.facility-detail-row .room-detail-label,
.room-detail-row .facility-detail-label,
.room-detail-row .room-detail-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #6b7280;
  min-width: 70px;
  flex-shrink: 0;
  padding-top: 1px;
}
.facility-detail-row .facility-detail-value,
.facility-detail-row .room-detail-value,
.room-detail-row .facility-detail-value,
.room-detail-row .room-detail-value {
  flex: 1;
  font-size: 0.875rem;
  color: #4b5563;
  min-width: 0;
}
.facility-detail-row .facility-detail-value > div:not(:last-child),
.facility-detail-row .room-detail-value > div:not(:last-child),
.room-detail-row .facility-detail-value > div:not(:last-child),
.room-detail-row .room-detail-value > div:not(:last-child) {
  margin-bottom: 0.25rem;
}
.facility-detail-row .facility-detail-value a,
.facility-detail-row .room-detail-value a,
.room-detail-row .facility-detail-value a,
.room-detail-row .room-detail-value a {
  color: #111827;
  text-decoration: none;
}
.facility-detail-row .facility-detail-value a:hover,
.facility-detail-row .room-detail-value a:hover,
.room-detail-row .facility-detail-value a:hover,
.room-detail-row .room-detail-value a:hover {
  text-decoration: underline;
}

.class-detail-customers .registered-customers-table-container .registered-customers-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
}
.class-detail-customers .registered-customers-table-container .registered-customers-table th, .class-detail-customers .registered-customers-table-container .registered-customers-table td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}
.class-detail-customers .registered-customers-table-container .registered-customers-table th {
  background-color: #f9fafb;
  font-weight: 500;
  color: #4b5563;
  font-size: 0.875rem;
}
.class-detail-customers .registered-customers-table-container .registered-customers-table td {
  color: #111827;
  font-size: 0.875rem;
}
.class-detail-customers .registered-customers-table-container .registered-customers-table .customer-name-cell {
  font-weight: 500;
}
.class-detail-customers .registered-customers-table-container .registered-customers-table .customer-email-cell {
  color: #4b5563;
}
.class-detail-customers .registered-customers-table-container .registered-customers-table .enrolled-date {
  color: #4b5563;
  font-size: 0.8125rem;
}
.class-detail-customers .registered-customers-table-container .registered-customers-table .actions-column {
  width: 80px;
  text-align: center;
}
.class-detail-customers .registered-customers-table-container .registered-customers-table .actions-cell {
  text-align: center;
}
.class-detail-customers .registered-customers-table-container .registered-customers-table .table-actions {
  display: flex;
  justify-content: center;
  gap: 4px;
  opacity: 1;
}
.class-detail-customers .registered-customers-table-container .registered-customers-table tbody tr:hover {
  background-color: #f9fafb;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e7eb;
}
.section-header .section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}
.section-header .section-actions {
  display: flex;
  gap: 8px;
}

.card-actions-mobile {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.card-actions-mobile .delete-form {
  display: inline;
}
.card-actions-mobile .btn {
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .class-series-mobile-items .card,
  .customer-mobile-items .card {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 1rem;
  }
  .class-series-mobile-items .card-header,
  .customer-mobile-items .card-header {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 0.75rem;
  }
  .class-series-mobile-items .card-header .card-title,
  .customer-mobile-items .card-header .card-title {
    font-weight: 700;
    font-size: 1.1rem;
    color: #111827;
  }
  .class-series-mobile-items .card-header .card-actions,
  .customer-mobile-items .card-header .card-actions {
    margin-top: 0.5rem;
  }
  .class-series-mobile-items .card-content,
  .customer-mobile-items .card-content {
    padding: 0;
  }
  .class-series-mobile-items .card-detail-row,
  .customer-mobile-items .card-detail-row {
    margin-bottom: 0.5rem;
  }
  .class-series-mobile-items .card-detail-row .card-detail-label,
  .customer-mobile-items .card-detail-row .card-detail-label {
    font-weight: 600;
    color: #4b5563;
    font-size: 0.875rem;
  }
  .class-series-mobile-items .card-detail-row .card-detail-value,
  .customer-mobile-items .card-detail-row .card-detail-value {
    margin-top: 0.25rem;
    color: #111827;
  }
}
.dashboard {
  padding: 20px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .dashboard {
    padding: 1rem;
  }
}
.dashboard-header {
  margin-bottom: 24px;
}
.dashboard-header h1 {
  font-size: 28px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 8px 0;
}
.dashboard-header-subtitle {
  color: #6b7280;
  font-size: 16px;
  margin: 0;
}
.dashboard-card {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: none;
  overflow: visible;
}
.dashboard-card:last-child {
  border-bottom: none;
}
.dashboard-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 8px 0;
  border-bottom: 1px solid #e5e7eb;
  background: transparent;
  margin-bottom: 16px;
}
.dashboard-card .card-header h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}
.dashboard-card .card-header .view-all-link {
  color: #3b82f6;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}
.dashboard-card .card-header .view-all-link:hover {
  text-decoration: underline;
}
.dashboard-card .card-content {
  padding: 0 0 24px 0;
}

.class-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.class-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 0;
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #f3f4f6;
  gap: 1rem;
}
.class-item:last-child {
  border-bottom: none;
}
.class-item:hover {
  background-color: #f9fafb;
}
@media (min-width: 768px) {
  .class-item {
    align-items: center;
    padding: 12px 0;
  }
}
.class-item .class-info {
  flex: 1;
  min-width: 0;
}
.class-item .class-info h3 {
  margin: 0 0 0.5rem 0;
  font-size: 0.9rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .class-item .class-info h3 {
    font-size: 1rem;
  }
}
.class-item .class-info h3 a {
  color: #1f2937;
  text-decoration: none;
}
.class-item .class-info h3 a:hover {
  color: #3b82f6;
}
.class-item .class-info .class-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.8rem;
  color: #6b7280;
}
@media (min-width: 768px) {
  .class-item .class-info .class-details {
    flex-direction: row;
    gap: 1rem;
    font-size: 0.875rem;
  }
}
.class-item .class-info .class-details .class-time {
  font-weight: 500;
}
.class-item .class-capacity {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  flex-shrink: 0;
}
.class-item .class-capacity .capacity-count {
  font-weight: 600;
  color: #1f2937;
  font-size: 0.85rem;
}
@media (min-width: 768px) {
  .class-item .class-capacity .capacity-count {
    font-size: 1rem;
  }
}
.class-item .class-capacity .status-badge {
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .class-item .class-capacity .status-badge {
    font-size: 0.75rem;
  }
}
.class-item .class-capacity .status-badge.full {
  background: #fef2f2;
  color: #dc2626;
}
.class-item .class-capacity .status-badge.available {
  background: #dcfce7;
  color: #059669;
}

.empty-state {
  text-align: center;
  padding: 2rem 1rem;
  color: #6b7280;
}
.empty-state p {
  margin-bottom: 1rem;
  font-size: 0.95rem;
}
.empty-state .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  white-space: nowrap;
  user-select: none;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25;
  border-radius: 0.375rem;
}
.empty-state .btn.btn-primary {
  background-color: #111827;
  border-color: #111827;
  color: white;
}
.empty-state .btn.btn-primary:hover {
  background-color: #000000;
  border-color: #000000;
}

/* Small devices */
/* Small devices */
/* Medium devices */
@media only screen and (min-width: 768px) {
  .palette-grid {
    grid-template-columns: 1fr 1fr;
  }
  .palette-horizontal .palette-tall .palette-color-info {
    display: flex;
  }
  .mobile-max-width {
    width: inherit;
  }
}
/* Large devices */
@media only screen and (min-width: 1024px) {
  .palette-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* XL devices */
@media only screen and (min-width: 1280px) {
  .container .limited-container {
    width: 1200px;
    margin: 0 auto;
  }
  .palette-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
/* 2XL devices */
@media only screen and (min-width: 1536px) {
  .palette-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .container .limited-container .palette-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #d1d5db;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity 0.218s;
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: rgba(255, 255, 255, 0.3803921569);
  border-color: rgba(31, 31, 31, 0.1215686275);
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: rgba(0, 0, 0, 0.04);
  opacity: 8%;
}

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