/*
 * Les Cuizinist - Main Stylesheet
 * This file imports all SCSS partials
 */
:root {
  --bg: #F7F7F7;
  --card: #FFFFFF;
  --text: #111111;
  --muted: #5B5E6A;
  --border: #1E2B3B;
  --accent: #1E2B3B;
  --primary: #CD7F32;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #F7F7F7;
  color: #111111;
  font: 11.0344827586px system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #1E2B3B;
  text-transform: uppercase;
  font-style: italic;
}

h1 {
  font-weight: 800;
  font-size: 24px;
}

h2 {
  font-weight: 800;
  font-size: 20px;
}

h3 {
  font-weight: 700;
  font-size: 16px;
}

h4 {
  font-weight: 700;
  font-size: 14px;
}

a {
  color: #1E2B3B;
  text-decoration: none;
  transition: color 0.15s;
}
a:hover {
  color: #CD7F32;
}

.muted {
  color: #5B5E6A;
  font-size: 13px;
}

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

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

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

.text-muted {
  color: #5B5E6A;
}

.text-success {
  color: #27ae60;
}

.text-danger {
  color: #e74c3c;
}

.text-warning {
  color: #f39c12;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 12px;
}

.mb-3 {
  margin-bottom: 16px;
}

.mb-4 {
  margin-bottom: 20px;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 12px;
}

.mt-3 {
  margin-top: 16px;
}

.mt-4 {
  margin-top: 20px;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 8px;
}

.ml-2 {
  margin-left: 12px;
}

.ml-3 {
  margin-left: 16px;
}

.ml-4 {
  margin-left: 20px;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 8px;
}

.mr-2 {
  margin-right: 12px;
}

.mr-3 {
  margin-right: 16px;
}

.mr-4 {
  margin-right: 20px;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 8px;
}

.p-2 {
  padding: 12px;
}

.p-3 {
  padding: 16px;
}

.p-4 {
  padding: 20px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-3 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-2 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-3 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.d-inline {
  display: inline;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #1E2B3B;
  color: #fff;
  z-index: 60;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
.topbar .inner {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
}
.topbar .title {
  font-weight: 800;
  letter-spacing: 0.2px;
}
.topbar .nav-menu {
  display: flex;
  gap: 20px;
  align-items: center;
}
.topbar .nav-menu a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 8px;
  transition: 0.15s;
}
.topbar .nav-menu a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.wrap {
  max-width: 1150px;
  margin: 72px auto 28px;
  padding: 0 16px;
}

footer {
  margin-top: 40px;
  padding: 20px 0;
  font-size: 12px;
  color: #5B5E6A;
  text-align: center;
  border-top: 1px solid #1E2B3B;
}

@media (max-width: 600px) {
  .wrap {
    margin: 64px auto 28px;
  }
  .topbar .nav-menu {
    gap: 10px;
  }
}
.card {
  background: #FFFFFF;
  border: 1px solid #1E2B3B;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  padding: 16px;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
}
.card.main {
  outline: 2px solid #CD7F32;
  outline-offset: -2px;
}

.card-header {
  background: linear-gradient(135deg, #1E2B3B 0%, #2a3f54 100%);
  color: white;
  padding: 12px 16px;
  border-radius: 16px 16px 0 0;
  font-weight: 700;
}

label {
  display: block;
  margin-bottom: 12px;
}
label span {
  display: block;
  font-size: 13px;
  color: #5B5E6A;
  margin-bottom: 6px;
}

input[type=number],
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=datetime-local],
textarea,
select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #1E2B3B;
  border-radius: 12px;
  outline: none;
  background: #fff;
  font-family: inherit;
  font-size: 16px;
}
input[type=number]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=datetime-local]:focus,
textarea:focus,
select:focus {
  border-color: #1E2B3B;
  box-shadow: 0 0 0 3px rgba(30, 43, 59, 0.09);
}

textarea {
  min-height: 110px;
  resize: vertical;
}

a.link {
  text-decoration: underline;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid #1E2B3B;
  background: #f3f4f6;
  color: #111111;
  text-decoration: none;
  cursor: pointer;
  transition: 0.15s;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
}
.btn:hover {
  background: #e5e7eb;
  transform: translateY(-1px);
}
.btn.accent {
  background: #1E2B3B;
  color: #fff;
  border-color: #1E2B3B;
}
.btn.accent:hover {
  background: #2a3f54;
}
.btn.secondary {
  background: #fff;
  color: #111111;
  border-color: #1E2B3B;
}
.btn.secondary:hover {
  background: #f9fafb;
}
.btn.primary {
  background: #CD7F32;
  color: #1E2B3B;
  border-color: #CD7F32;
}
.btn.primary:hover {
  background: #b8722d;
}
.btn.success {
  background: #27ae60;
  color: #fff;
  border-color: #27ae60;
}
.btn.success:hover {
  background: #1e8449;
}
.btn.danger {
  background: #e74c3c;
  color: #fff;
  border-color: #e74c3c;
}
.btn.danger:hover {
  background: #d62c1a;
}
.btn.warning {
  background: #f39c12;
  color: #fff;
  border-color: #f39c12;
}
.btn.warning:hover {
  background: #c87f0a;
}
.btn.btn-sm {
  padding: 6px 10px;
  font-size: 13px;
}
.btn.btn-lg {
  padding: 12px 18px;
  font-size: 16px;
}

.btn-group {
  display: inline-flex;
  gap: 0;
}
.btn-group .btn {
  border-radius: 0;
  margin-left: -1px;
}
.btn-group .btn:first-child {
  border-radius: 12px 0 0 12px;
  margin-left: 0;
}
.btn-group .btn:last-child {
  border-radius: 0 12px 12px 0;
}
.btn-group.w-100 {
  width: 100%;
}
.btn-group.w-100 .btn {
  flex: 1;
}

.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.badge.bg-success {
  background: #27ae60;
  color: white;
}
.badge.bg-warning {
  background: #f39c12;
  color: white;
}
.badge.bg-danger {
  background: #e74c3c;
  color: white;
}
.badge.bg-secondary {
  background: #5B5E6A;
  color: white;
}
.badge.bg-primary {
  background: #CD7F32;
  color: white;
}
.badge.bg-info {
  background: #3498db;
  color: white;
}

.alert {
  padding: 12px 16px;
  border-radius: 12px;
  margin-bottom: 16px;
  border: 1px solid transparent;
}
.alert.alert-success {
  background: #d4edda;
  color: #155724;
  border-color: #c3e6cb;
}
.alert.alert-danger {
  background: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}
.alert.alert-warning {
  background: #fff3cd;
  color: #856404;
  border-color: #ffeaa7;
}
.alert.alert-info {
  background: #d1ecf1;
  color: #0c5460;
  border-color: #bee5eb;
}

.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.table thead {
  background: #f9fafb;
  border-bottom: 2px solid #1E2B3B;
}
.table thead th {
  padding: 12px 16px;
  font-weight: 700;
  color: #1E2B3B;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.table tbody tr {
  border-bottom: 1px solid #1E2B3B;
  transition: background 0.15s;
}
.table tbody tr:hover {
  background: #f9fafb;
}
.table tbody tr:last-child {
  border-bottom: none;
}
.table tbody td {
  padding: 12px 16px;
  vertical-align: middle;
}
.table.table-hover tbody tr:hover {
  background: #f3f4f6;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.row.g-3 {
  margin: 0 -12px;
}
.row.g-3 > * {
  padding: 0 12px;
}

.col,
.col-auto,
.col-md-3,
.col-md-4,
.col-md-6,
.col-lg-4 {
  padding: 0 12px;
}
.col.card,
.col-auto.card,
.col-md-3.card,
.col-md-4.card,
.col-md-6.card,
.col-lg-4.card {
  padding: 16px;
}

.col {
  flex: 1;
}

.col-auto {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.h-100 {
  height: 100%;
}

.card-footer {
  padding: 12px 16px;
  margin: 16px -16px -16px -16px;
  border-top: 1px solid #1E2B3B;
  background: #f9fafb;
  border-radius: 0 0 16px 16px;
}
.card-footer.bg-transparent {
  background: transparent;
  border-top-color: #1E2B3B;
}

.empty-state {
  text-align: center;
  padding: 60px 20px;
}
.empty-state i {
  font-size: 4rem;
  color: #ccc;
  margin-bottom: 16px;
}
.empty-state h4 {
  margin-top: 16px;
  margin-bottom: 8px;
}
.empty-state p {
  color: #5B5E6A;
  margin-bottom: 20px;
}

.stat-card {
  background: linear-gradient(135deg, #1E2B3B 0%, #2a3f54 100%);
  color: white;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stat-card.primary {
  background: linear-gradient(135deg, #CD7F32 0%, #b8722d 100%);
}
.stat-card.success {
  background: linear-gradient(135deg, #27ae60 0%, #1e8449 100%);
}
.stat-card.warning {
  background: linear-gradient(135deg, #f39c12 0%, #c87f0a 100%);
}
.stat-card.info {
  background: linear-gradient(135deg, #3498db 0%, #217dbb 100%);
}
.stat-card .stat-content h6 {
  margin: 0 0 8px 0;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.9;
  color: white;
}
.stat-card .stat-content h2 {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
}
.stat-card .stat-icon {
  font-size: 3rem;
  opacity: 0.3;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-group.list-group-flush .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.list-group.list-group-flush .list-group-item:first-child {
  border-top: 0;
}
.list-group.list-group-flush .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item {
  padding: 12px 16px;
  border: 1px solid #1E2B3B;
  background: white;
  display: block;
  text-decoration: none;
  color: #111111;
}
.list-group-item.list-group-item-action {
  cursor: pointer;
  transition: background 0.15s;
}
.list-group-item.list-group-item-action:hover {
  background: #f9fafb;
}
.list-group-item h6 {
  margin: 0 0 4px 0;
  font-size: 14px;
  font-weight: 700;
  color: #1E2B3B;
}
.list-group-item p {
  margin: 4px 0;
}
.list-group-item small {
  font-size: 13px;
  color: #5B5E6A;
}

.d-flex {
  display: flex;
}

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

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

.w-100 {
  width: 100%;
}

.login-container {
  max-width: 450px;
  margin: 0 auto;
  padding: 0 16px;
}

.login-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.login-header {
  background: linear-gradient(135deg, #1E2B3B 0%, #3a5068 100%);
  color: white;
  padding: 2.5rem 2rem;
  text-align: center;
}
.login-header .login-icon {
  font-size: 3.5rem;
  margin-bottom: 12px;
  display: block;
}
.login-header h1 {
  font-size: 2rem;
  margin: 0 0 4px 0;
  font-weight: 800;
  color: white;
}
.login-header p {
  margin: 0;
  opacity: 0.9;
  font-size: 14px;
}

.login-body {
  padding: 2rem;
  background: white;
}

.btn-login {
  background: linear-gradient(135deg, #1E2B3B 0%, #3a5068 100%);
  border: none;
  padding: 0.875rem;
  font-weight: 700;
  color: white;
  transition: all 0.3s;
  width: 100%;
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
}
.btn-login:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.btn-login:active {
  transform: translateY(0);
}

.form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.form-check input[type=checkbox] {
  width: auto;
  margin: 0;
  cursor: pointer;
}
.form-check label {
  margin: 0;
  cursor: pointer;
  font-weight: 400;
}

.login-input {
  font-size: 1rem;
  padding: 0.75rem;
}

.login-password-wrapper {
  position: relative;
}

.login-password-input {
  font-size: 1rem;
  padding: 0.75rem;
  padding-right: 3rem;
  width: 100%;
  box-sizing: border-box;
}

.login-toggle-password {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0.25rem;
}

.login-divider {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}

.login-footer {
  margin-top: 1.5rem;
}

.login-page-body {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-flash-message {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

.status-pending-quote {
  background-color: #f8f9fa;
  border-bottom: 2px solid #6c757d;
}
.status-pending-quote h4 {
  margin: 0;
  color: #495057;
}

.status-sent {
  background-color: #fff3cd;
  border-bottom: 2px solid #ffc107;
}
.status-sent h4 {
  margin: 0;
  color: #856404;
}

.status-validated {
  background-color: #d1ecf1;
  border-bottom: 2px solid #17a2b8;
}
.status-validated h4 {
  margin: 0;
  color: #0c5460;
}

.status-paid {
  background-color: #d4edda;
  border-bottom: 2px solid #28a745;
}
.status-paid h4 {
  margin: 0;
  color: #155724;
}

.status-refused {
  background-color: #f8d7da;
  border-bottom: 2px solid #dc3545;
}
.status-refused h4 {
  margin: 0;
  color: #721c24;
}

.commission-card {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  height: 100%;
}
.commission-card h3 {
  margin-bottom: 4px;
  color: white;
}
.commission-card .commission-subtitle {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 13px;
  margin-bottom: 12px;
}
.commission-card hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 8px 0;
}
.commission-card.commission-card-potential {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}
.commission-card.commission-card-revenue {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.commission-amount {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.commission-details {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
}

.commission-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
.commission-row .commission-label {
  font-size: 14px;
  opacity: 0.9;
}
.commission-row .commission-value {
  font-size: 16px;
  font-weight: 700;
}
.commission-row.commission-total .commission-label,
.commission-row.commission-total .commission-value {
  font-size: 18px;
  font-weight: 800;
  opacity: 1;
}

.commission-note {
  opacity: 0.9;
  margin: 0;
  font-size: 13px;
}

.price-info {
  color: #27ae60;
  font-weight: 700;
}

@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding: 0 12px;
  }
}
.toggle + .toggle-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
  margin-bottom: 0;
}

.toggle + .toggle-btn:after, .toggle + .toggle-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.group {
  margin: 15px;
}

.toggle {
  display: none;
}

.toggle, .toggle:after, .toggle:before, .toggle *, .toggle *:after, .toggle *:before, .toggle + .toggle-btn {
  box-sizing: border-box;
}

.toggle::selection, .toggle:after::selection, .toggle:before::selection, .toggle *::selection, .toggle *:after::selection, .toggle *:before::selection, .toggle + .toggle-btn::selection {
  background: none;
}

.toggle + .toggle-btn:after {
  left: 0;
}

.toggle + .toggle-btn:before {
  display: none;
}

.toggle:checked + .toggle-btn:after {
  left: 50%;
}

.toggle-switch + .toggle-btn {
  background: #f0f0f0;
  border: solid 1px #1E2B3B;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}

.toggle-switch + .toggle-btn:after {
  border-radius: 50%;
  background: #1E2B3B;
  transition: all 0.2s ease;
}

.toggle-switch:checked + .toggle-btn {
  background: #CD7F32;
}

.shape-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.shape-card {
  border: 1px solid #1E2B3B;
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.15s;
}
.shape-card:hover {
  border-color: #1E2B3B;
}
.shape-card.active {
  outline: 2px solid #CD7F32;
}

.shape-badge {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  font-weight: 800;
  font-size: 18px;
  color: #1E2B3B;
}

.shape-title {
  font-weight: 700;
  color: #1E2B3B;
}

.onecol {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wall-field-group {
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid #1E2B3B;
  border-radius: 12px;
  background: #fff;
}
.wall-field-group label {
  margin-bottom: 8px;
}
.wall-field-group .wall-options {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #1E2B3B;
}
@media (max-width: 600px) {
  .wall-field-group .wall-options {
    flex-direction: column;
    gap: 8px;
  }
}
.wall-field-group .checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}
.wall-field-group .checkbox-label input[type=checkbox] {
  width: auto;
  cursor: pointer;
}
.wall-field-group .checkbox-label span {
  font-size: 13px;
  color: #111111;
  margin: 0;
}

.picker-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
  padding: 10px 12px;
  border: 1px solid #1E2B3B;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: 0.15s;
}
.picker-trigger:hover {
  border-color: #1E2B3B;
}

.swatch {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #eee;
  flex: 0 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tag {
  font-size: 12px;
  background: #fff;
  border: 1px solid #1E2B3B;
  border-radius: 9999px;
  padding: 2px 8px;
  color: #999;
}

.recap-grid {
  display: grid;
  grid-template-columns: 0.25fr 1fr;
  gap: 16px;
  align-items: start;
}
@media (max-width: 980px) {
  .recap-grid {
    grid-template-columns: 1fr;
  }
}

.line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #1E2B3B;
  font-size: 14px;
}
.line .label {
  color: #5B5E6A;
}

.total-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 12px 0;
  border-top: 2px solid #1E2B3B;
  font-weight: 800;
  font-size: 20px;
  color: #1E2B3B;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay.active {
  display: flex;
}

.modal-content {
  background: #FFFFFF;
  border-radius: 16px;
  max-width: 900px;
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.modal-header {
  padding: 16px 20px;
  border-bottom: 1px solid #1E2B3B;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-header h3 {
  margin: 0;
}

.modal-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #5B5E6A;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.modal-close:hover {
  background: #f3f4f6;
}

.modal-body {
  padding: 20px;
  overflow-y: auto;
}

.catalog-group {
  margin-bottom: 28px;
}
.catalog-group:last-child {
  margin-bottom: 0;
}

.catalog-group-title {
  font-size: 16px;
  font-weight: 600;
  color: #1E2B3B;
  margin: 0 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #1E2B3B;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
}

.catalog-item {
  border: 1px solid #1E2B3B;
  border-radius: 12px;
  padding: 12px;
  cursor: pointer;
  transition: 0.15s;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.catalog-item-small {
  height: 150px;
  width: 100%;
  box-sizing: border-box;
}
.catalog-item:hover {
  border-color: #1E2B3B;
}
.catalog-item:hover .catalog-item-content {
  background: rgba(255, 255, 255, 0.8);
}
.catalog-item.selected {
  outline: 2px solid #CD7F32;
}
.catalog-item.selected .catalog-item-content {
  background: rgba(255, 249, 240, 0.8);
}
.catalog-item-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 8px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  transition: 0.15s;
}
.catalog-item-image {
  height: 200px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.catalog-item-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.catalog-item .code {
  font-weight: 700;
  color: #1E2B3B;
  margin-bottom: 4px;
}
.catalog-item .name {
  font-size: 13px;
  color: #1E2B3B;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
}
.catalog-item .color {
  font-size: 13px;
  color: #CD7F32;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 700;
}
.catalog-item .points {
  font-size: 12px;
  color: #5B5E6A;
}

.flex {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.flex-align-end {
  display: flex;
  align-items: flex-end;
}

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

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

.flex-card {
  flex: 1;
  min-width: 0;
}

.gap-xs {
  gap: 4px;
}

.gap-sm {
  gap: 8px;
}

.gap-md {
  gap: 12px;
}

.gap-lg {
  gap: 16px;
}

.gap-xl {
  gap: 20px;
}

.m-0 {
  margin: 0;
}

.mt-sm {
  margin-top: 8px;
}

.mt-md {
  margin-top: 12px;
}

.mt-lg {
  margin-top: 16px;
}

.mt-xl {
  margin-top: 20px;
}

.mb-xs {
  margin-bottom: 4px;
}

.mb-sm {
  margin-bottom: 8px;
}

.mb-md {
  margin-bottom: 12px;
}

.mb-lg {
  margin-bottom: 16px;
}

.mb-xl {
  margin-bottom: 20px;
}

.my-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-md {
  margin-top: 12px;
  margin-bottom: 12px;
}

.my-lg {
  margin-top: 16px;
  margin-bottom: 16px;
}

.p-0 {
  padding: 0;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.max-w-150 {
  max-width: 150px;
}

.img-thumbnail-sm {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.img-placeholder {
  width: 50px;
  height: 50px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-muted {
  color: #5B5E6A;
}

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

.h-100 {
  height: 100%;
}

.btn-full {
  width: 100%;
  justify-content: center;
  font-weight: 700;
  border-radius: 9999px;
  text-transform: uppercase;
  font-style: italic;
}

.installation-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 12px 0;
}

.checkbox-lg {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.checkbox-label-text {
  font-weight: 600;
}

.packs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
}

.pack-card {
  border: 1px solid #1E2B3B;
  border-radius: 12px;
  padding: 16px;
  background: #FFFFFF;
  transition: 0.15s;
  cursor: pointer;
}
.pack-card:hover {
  border-color: #CD7F32;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.pack-card.selected {
  border-color: #CD7F32;
  background: rgba(205, 127, 50, 0.05);
  outline: 2px solid #CD7F32;
}

.pack-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.pack-header h4 {
  margin: 0;
  font-size: 16px;
  color: #1E2B3B;
  flex: 1;
}

.pack-price {
  font-weight: 700;
  color: #CD7F32;
  font-size: 16px;
  white-space: nowrap;
}

.pack-description {
  font-size: 14px;
  color: #5B5E6A;
  margin: 0 0 12px 0;
  line-height: 1.4;
}

.pack-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}
.pack-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #CD7F32;
}
.pack-checkbox span {
  font-weight: 600;
  color: #111111;
}
.pack-checkbox:hover span {
  color: #CD7F32;
}

/*# sourceMappingURL=app.output.css.map */
