@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Dialogs/ShowInstructionDialog.razor.rz.scp.css */
/* Style pour le dialogue ShowInstructionDialog */

.card-header h5[b-wshnd565jm],
.card-header h6[b-wshnd565jm] {
  margin-bottom: 0;
}

.table code[b-wshnd565jm] {
  background-color: #f8f9fa;
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

body.dark-mode .table code[b-wshnd565jm] {
  background-color: #2d3748;
  color: #e2e8f0;
}

.list-group-item code[b-wshnd565jm] {
  background-color: #f8f9fa;
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

body.dark-mode .list-group-item code[b-wshnd565jm] {
  background-color: #2d3748;
  color: #e2e8f0;
}

/* Am�lioration des badges */
.badge[b-wshnd565jm] {
  font-weight: 500;
  padding: 0.35em 0.65em;
}

/* Style pour les tables */
.table-responsive[b-wshnd565jm] {
  max-height: 400px;
  overflow-y: auto;
}

.table-sm td[b-wshnd565jm],
.table-sm th[b-wshnd565jm] {
  padding: 0.5rem;
}

/* Mode clair - Ent�tes de tableaux gris fonc� avec texte blanc */
.table-light[b-wshnd565jm] {
  background-color: #495057;
  color: #ffffff;
}

.table thead th[b-wshnd565jm] {
  background-color: #495057;
  color: #ffffff;
  border-color: #dee2e6;
}

/* Mode sombre pour les cartes */
body.dark-mode .card[b-wshnd565jm] {
  background-color: #2d3748;
  border-color: #4a5568;
}

body.dark-mode .card-body[b-wshnd565jm] {
  color: #e2e8f0;
}

body.dark-mode .table[b-wshnd565jm] {
  color: #e2e8f0;
}

body.dark-mode .table-striped tbody tr:nth-of-type(odd)[b-wshnd565jm] {
  background-color: rgba(255, 255, 255, 0.05);
}

body.dark-mode .table-bordered[b-wshnd565jm] {
  border-color: #4a5568;
}

body.dark-mode .table-bordered td[b-wshnd565jm],
body.dark-mode .table-bordered th[b-wshnd565jm] {
  border-color: #4a5568;
}

/* Mode sombre - Ent�tes de tableaux blancs avec texte noir */
body.dark-mode .table-light[b-wshnd565jm] {
  background-color: #f8f9fa;
  color: #212529;
}

body.dark-mode .table thead th[b-wshnd565jm] {
  background-color: #f8f9fa;
  color: #212529;
  border-color: #4a5568;
}

body.dark-mode .list-group-item[b-wshnd565jm] {
  background-color: #2d3748;
  border-color: #4a5568;
  color: #e2e8f0;
}
/* /Pages/DownloadWebsiteStatusPage.razor.rz.scp.css */
.log-viewer-container[b-7dz710xits] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 120px);
    overflow: hidden;
}

.log-list-section[b-7dz710xits] {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.log-list-section h3[b-7dz710xits] {
    color: #212529;
    margin-bottom: 1rem;
}

.table-container[b-7dz710xits] {
    overflow-y: auto;
    flex: 1;
}

.log-viewer-section[b-7dz710xits] {
    display: flex;
    flex-direction: column;
    height: 66.66%;
    border-top: 2px solid #dee2e6;
    padding-top: 1rem;
}

.log-viewer-header[b-7dz710xits] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.log-viewer-header h4[b-7dz710xits] {
    margin: 0;
    font-size: 1.1rem;
    color: #212529;
}

.search-bar[b-7dz710xits] {
    margin-bottom: 0.5rem;
}

.log-content[b-7dz710xits] {
    flex: 1;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    background-color: #ffffff;
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
    color: #212529;
    line-height: 1.5;
}

.log-content pre[b-7dz710xits] {
    margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    color: inherit;
}

.highlight[b-7dz710xits] {
    background-color: #fff3cd;
    color: #856404;
    font-weight: bold;
    padding: 0.1rem 0.2rem;
    border-radius: 0.2rem;
}

.table-active[b-7dz710xits] {
    background-color: #cfe2ff !important;
    color: #052c65;
}

/* Mode sombre */
body.dark-mode .log-list-section h3[b-7dz710xits],
.dark-mode .log-list-section h3[b-7dz710xits] {
    color: #f5f5f5;
}

body.dark-mode .log-viewer-section[b-7dz710xits],
.dark-mode .log-viewer-section[b-7dz710xits] {
    border-top-color: #36393f;
}

body.dark-mode .log-viewer-header h4[b-7dz710xits],
.dark-mode .log-viewer-header h4[b-7dz710xits] {
    color: #f5f5f5;
}

body.dark-mode .log-content[b-7dz710xits],
.dark-mode .log-content[b-7dz710xits] {
    background-color: #1a1d21;
    border-color: #36393f;
    color: #e8e8e8;
}

body.dark-mode .log-content pre[b-7dz710xits],
.dark-mode .log-content pre[b-7dz710xits] {
    color: #e8e8e8;
}

body.dark-mode .highlight[b-7dz710xits],
.dark-mode .highlight[b-7dz710xits] {
    background-color: #664d03;
    color: #fff3cd;
    font-weight: bold;
}

body.dark-mode .table-active[b-7dz710xits],
.dark-mode .table-active[b-7dz710xits] {
    background-color: #1e3a5f !important;
    color: #cfe2ff !important;
}

body.dark-mode .table[b-7dz710xits],
.dark-mode .table[b-7dz710xits] {
    color: #f0f0f0;
}

body.dark-mode .table tbody td[b-7dz710xits],
.dark-mode .table tbody td[b-7dz710xits] {
    color: #f0f0f0;
}

body.dark-mode .table thead th[b-7dz710xits],
.dark-mode .table thead th[b-7dz710xits] {
    color: #ffffff;
    background-color: #2d3748;
    border-color: #36393f;
    font-weight: 600;
}

body.dark-mode .table-striped tbody tr:nth-of-type(odd)[b-7dz710xits],
.dark-mode .table-striped tbody tr:nth-of-type(odd)[b-7dz710xits] {
    background-color: rgba(255, 255, 255, 0.03);
}

body.dark-mode .table-striped tbody tr:nth-of-type(even)[b-7dz710xits],
.dark-mode .table-striped tbody tr:nth-of-type(even)[b-7dz710xits] {
    background-color: rgba(255, 255, 255, 0.01);
}

body.dark-mode .table-hover tbody tr:hover[b-7dz710xits],
.dark-mode .table-hover tbody tr:hover[b-7dz710xits] {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}

body.dark-mode .table-hover tbody tr:hover td[b-7dz710xits],
.dark-mode .table-hover tbody tr:hover td[b-7dz710xits] {
    color: #ffffff !important;
}

body.dark-mode .table td[b-7dz710xits],
body.dark-mode .table th[b-7dz710xits],
.dark-mode .table td[b-7dz710xits],
.dark-mode .table th[b-7dz710xits] {
    border-color: #36393f;
}

body.dark-mode .alert-danger[b-7dz710xits],
.dark-mode .alert-danger[b-7dz710xits] {
    background-color: #2f1a1a;
    color: #fca5a5;
    border-color: #7f1d1d;
}

body.dark-mode .alert-info[b-7dz710xits],
.dark-mode .alert-info[b-7dz710xits] {
    background-color: #1a2332;
    color: #8ab4f8;
    border-color: #2d4263;
}

body.dark-mode .input-group .form-control[b-7dz710xits],
.dark-mode .input-group .form-control[b-7dz710xits] {
    background-color: #23272a;
    color: #e0e0e0;
    border-color: #36393f;
}

body.dark-mode .input-group .form-control:focus[b-7dz710xits],
.dark-mode .input-group .form-control:focus[b-7dz710xits] {
    background-color: #23272a;
    color: #ffffff;
    border-color: #7289da;
    box-shadow: 0 0 0 0.25rem rgba(114, 137, 218, 0.25);
}

body.dark-mode .input-group-text[b-7dz710xits],
.dark-mode .input-group-text[b-7dz710xits] {
    background-color: #2d3748;
    color: #e0e0e0;
    border-color: #36393f;
}

body.dark-mode .form-check-input[b-7dz710xits],
.dark-mode .form-check-input[b-7dz710xits] {
    background-color: #23272a;
    border-color: #36393f;
}

body.dark-mode .form-check-input:checked[b-7dz710xits],
.dark-mode .form-check-input:checked[b-7dz710xits] {
    background-color: #5865f2;
    border-color: #5865f2;
}

/* Scrollbar personnalis�e */
.log-content[b-7dz710xits]::-webkit-scrollbar,
.table-container[b-7dz710xits]::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.log-content[b-7dz710xits]::-webkit-scrollbar-track,
.table-container[b-7dz710xits]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.log-content[b-7dz710xits]::-webkit-scrollbar-thumb,
.table-container[b-7dz710xits]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.log-content[b-7dz710xits]::-webkit-scrollbar-thumb:hover,
.table-container[b-7dz710xits]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body.dark-mode .log-content[b-7dz710xits]::-webkit-scrollbar-track,
body.dark-mode .table-container[b-7dz710xits]::-webkit-scrollbar-track,
.dark-mode .log-content[b-7dz710xits]::-webkit-scrollbar-track,
.dark-mode .table-container[b-7dz710xits]::-webkit-scrollbar-track {
    background: #1a1d21;
}

body.dark-mode .log-content[b-7dz710xits]::-webkit-scrollbar-thumb,
body.dark-mode .table-container[b-7dz710xits]::-webkit-scrollbar-thumb,
.dark-mode .log-content[b-7dz710xits]::-webkit-scrollbar-thumb,
.dark-mode .table-container[b-7dz710xits]::-webkit-scrollbar-thumb {
    background: #4a5568;
}

body.dark-mode .log-content[b-7dz710xits]::-webkit-scrollbar-thumb:hover,
body.dark-mode .table-container[b-7dz710xits]::-webkit-scrollbar-thumb:hover,
.dark-mode .log-content[b-7dz710xits]::-webkit-scrollbar-thumb:hover,
.dark-mode .table-container[b-7dz710xits]::-webkit-scrollbar-thumb:hover {
    background: #718096;
}

/* Responsive */
@media (max-width: 768px) {
    .log-viewer-container[b-7dz710xits] {
        height: calc(100vh - 80px);
    }

    .log-content[b-7dz710xits] {
        font-size: 0.75rem;
        padding: 0.5rem;
    }

    .table[b-7dz710xits] {
        font-size: 0.875rem;
    }
}
/* /Pages/FormsDashboard.razor.rz.scp.css */
.forms-grid[b-l8pdjfl20c] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .forms-grid[b-l8pdjfl20c] {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}

@media (min-width: 1200px) {
  .forms-grid[b-l8pdjfl20c] {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}
/* /Pages/Index.razor.rz.scp.css */
/* Configuration du bot Discord */

/* Container pour les items de configuration */
.config-items-container[b-ex99qovfxc] {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 0.5rem;
  background: #f8f9fa;
}

body.dark-mode .config-items-container[b-ex99qovfxc] {
  background: #1a202c;
  border-color: #4a5568;
}

/* Items de configuration (packs et prix) */
.config-item[b-ex99qovfxc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  transition: all 0.2s;
}

.config-item:hover[b-ex99qovfxc] {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transform: translateY(-1px);
}

.config-item:last-child[b-ex99qovfxc] {
  margin-bottom: 0;
}

body.dark-mode .config-item[b-ex99qovfxc] {
  background: #2d3748;
  border-color: #4a5568;
  color: #e2e8f0;
}

.config-item-text[b-ex99qovfxc] {
  font-weight: 500;
  font-size: 0.95rem;
}

/* Badges de langues */
.language-badge[b-ex99qovfxc] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 2rem;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s;
}

.language-badge:hover[b-ex99qovfxc] {
  transform: scale(1.05);
  box-shadow: 0 0.25rem 0.5rem rgba(102, 126, 234, 0.3);
}

.language-code[b-ex99qovfxc] {
  letter-spacing: 0.05em;
}

.btn-remove-lang[b-ex99qovfxc] {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: all 0.2s;
  padding: 0;
}

.btn-remove-lang:hover[b-ex99qovfxc] {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.btn-remove-lang i[b-ex99qovfxc] {
  font-size: 0.75rem;
}

/* Cards avec bordures color�es */
.card[b-ex99qovfxc] {
  border: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: all 0.3s;
}

.card:hover[b-ex99qovfxc] {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

body.dark-mode .card[b-ex99qovfxc] {
  background: #2d3748;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
}

body.dark-mode .card:hover[b-ex99qovfxc] {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}

/* Input groups am�lior�s */
.input-group .form-control[b-ex99qovfxc] {
  border-right: none;
}

.input-group .btn[b-ex99qovfxc],
.input-group .input-group-text[b-ex99qovfxc] {
  border-left: none;
}

.input-group:focus-within .form-control[b-ex99qovfxc],
.input-group:focus-within .btn[b-ex99qovfxc],
.input-group:focus-within .input-group-text[b-ex99qovfxc] {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Bouton de sauvegarde sticky en bas */
.save-button-bottom[b-ex99qovfxc] {
  position: sticky;
  bottom: 1rem;
  z-index: 1000;
  padding: 1rem;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
  backdrop-filter: blur(10px);
  border-radius: 0.5rem;
  box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
}

body.dark-mode .save-button-bottom[b-ex99qovfxc] {
  background: linear-gradient(to top, rgba(26, 32, 44, 0.98), rgba(26, 32, 44, 0.95));
  box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.3);
}

.save-button-bottom button[b-ex99qovfxc] {
  font-size: 1.1rem;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(13, 110, 253, 0.3);
  transition: all 0.3s;
}

.save-button-bottom button:hover[b-ex99qovfxc] {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(13, 110, 253, 0.4);
}

/* Scrollbar personnalis�e */
.config-items-container[b-ex99qovfxc]::-webkit-scrollbar {
  width: 8px;
}

.config-items-container[b-ex99qovfxc]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.config-items-container[b-ex99qovfxc]::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.config-items-container[b-ex99qovfxc]::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body.dark-mode .config-items-container[b-ex99qovfxc]::-webkit-scrollbar-track {
  background: #1a202c;
}

body.dark-mode .config-items-container[b-ex99qovfxc]::-webkit-scrollbar-thumb {
  background: #4a5568;
}

body.dark-mode .config-items-container[b-ex99qovfxc]::-webkit-scrollbar-thumb:hover {
  background: #718096;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .config-item[b-ex99qovfxc] {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  .language-badge[b-ex99qovfxc] {
    padding: 0.4rem 0.8rem;
    font-size: 0.875rem;
  }

  .save-button-bottom[b-ex99qovfxc] {
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    margin-top: 1rem;
  }
}

/* Animation pour le spinner de chargement */
.spinner-border[b-ex99qovfxc] {
  width: 3rem;
  height: 3rem;
  border-width: 0.3em;
}
/* /Pages/InstructionsDashboard.razor.rz.scp.css */
/* Am�lioration des tooltips */
[title][b-2d1b5auz3y] {
  cursor: help;
}

/* Style pour les checkboxes avec ic�nes */
.form-check[b-2d1b5auz3y] {
  padding: 0.75rem;
  border-radius: 0.375rem;
  transition: background-color 0.2s;
  min-width: 150px;
}

.form-check:hover[b-2d1b5auz3y] {
  background-color: rgba(0, 0, 0, 0.02);
}

.form-check-label[b-2d1b5auz3y] {
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

.form-check-label i.bi-info-circle[b-2d1b5auz3y] {
  font-size: 0.875rem;
  opacity: 0.7;
  transition: opacity 0.2s;
  flex-shrink: 0;
}

.form-check-label:hover i.bi-info-circle[b-2d1b5auz3y] {
  opacity: 1;
}

/* Mode sombre */
body.dark-mode .form-check:hover[b-2d1b5auz3y] {
  background-color: rgba(255, 255, 255, 0.05);
}

/* Animation pour les ic�nes de statut */
.form-check-label i[class*="bi-"]:first-child[b-2d1b5auz3y] {
  transition: transform 0.2s;
  flex-shrink: 0;
}

.form-check-input:checked ~ .form-check-label i[class*="bi-"]:first-child[b-2d1b5auz3y] {
  transform: scale(1.1);
}

/* Style pour l'alerte de compteur - Hauteur exacte du form-control */
.alert-info[b-2d1b5auz3y] {
  background-color: #e7f3ff;
  border-color: #b3d9ff;
  color: #004085;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  height: calc(1.5em + 0.75rem + 2px);
  display: flex;
  align-items: center;
}

body.dark-mode .alert-info[b-2d1b5auz3y] {
  background-color: #1a3a52;
  border-color: #2c5f8d;
  color: #9ec5e8;
}

/* Am�lioration du label */
.form-label[b-2d1b5auz3y] {
  margin-bottom: 0.5rem;
}
/* /Shared/FormCard.razor.rz.scp.css */
.form-card[b-8fcu6bcj4x] {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  background: white;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.form-card:hover[b-8fcu6bcj4x] {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.form-card-header[b-8fcu6bcj4x] {
  padding: 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.form-card-title[b-8fcu6bcj4x] {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  word-break: break-word;
}

.form-card-description[b-8fcu6bcj4x] {
  font-size: 0.875rem;
  opacity: 0.95;
}

.form-card-body[b-8fcu6bcj4x] {
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-stats[b-8fcu6bcj4x] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0.75rem;
  background: #f8f9fa;
  border-radius: 0.375rem;
}

.stat-item[b-8fcu6bcj4x] {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #495057;
}

.stat-item i[b-8fcu6bcj4x] {
  color: #667eea;
}

.form-card-actions[b-8fcu6bcj4x] {
  margin-top: auto;
}

/* Mode sombre */
body.dark-mode .form-card[b-8fcu6bcj4x] {
  background: #2d3748;
  border-color: #4a5568;
}

body.dark-mode .form-card-header[b-8fcu6bcj4x] {
  background: linear-gradient(135deg, #4c51bf 0%, #553c9a 100%);
}

body.dark-mode .form-stats[b-8fcu6bcj4x] {
  background: #1a202c;
}

body.dark-mode .stat-item[b-8fcu6bcj4x] {
  color: #cbd5e0;
}
/* /Shared/InstructionSetSection.razor.rz.scp.css */
/* Carte de personnalisation utilisateur */
.userpack-card[b-6haev02xio] {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background: white;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: all 0.3s ease;
  overflow: hidden;
}

.userpack-card:hover[b-6haev02xio] {
  background: #f8f9fa;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

body.dark-mode .userpack-card[b-6haev02xio] {
  background: #2d3748;
  border-color: #4a5568;
}

body.dark-mode .userpack-card:hover[b-6haev02xio] {
  background: #374151;
}

/* Ligne principale */
.userpack-mainline[b-6haev02xio] {
  padding: 1rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.userpack-title[b-6haev02xio] {
  font-size: 1.1rem;
  color: #212529;
  display: flex;
  align-items: center;
}

body.dark-mode .userpack-title[b-6haev02xio] {
  color: #e2e8f0;
}

/* Bouton de la cl� du pack */
.pack-key-button[b-6haev02xio] {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease;
  position: relative;
}

.pack-key-button:hover[b-6haev02xio] {
  transform: translateY(-1px);
}

.pack-key-button:active[b-6haev02xio] {
  transform: translateY(0);
}

/* Cl� du pack */
.pack-key[b-6haev02xio] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
}

.pack-key-button:hover .pack-key[b-6haev02xio] {
  box-shadow: 0 0.25rem 0.5rem rgba(102, 126, 234, 0.4);
  transform: scale(1.02);
}

/* Ic�ne de copie */
.copy-icon[b-6haev02xio] {
  color: #667eea;
  font-size: 1rem;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.pack-key-button:hover .copy-icon[b-6haev02xio] {
  opacity: 1;
}

body.dark-mode .copy-icon[b-6haev02xio] {
  color: #9f7aea;
}

/* Badges */
.badge[b-6haev02xio] {
  font-weight: 500;
  padding: 0.35em 0.65em;
  font-size: 0.75rem;
}

.badge i[b-6haev02xio] {
  font-size: 0.875em;
}

/* Boutons */
.btn-sm[b-6haev02xio] {
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  transition: all 0.2s;
}

.btn-sm:hover[b-6haev02xio] {
  transform: translateY(-1px);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

.btn-info[b-6haev02xio] {
  background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
  border: none;
}

.btn-outline-warning:hover[b-6haev02xio] {
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
  border-color: #ffc107;
}

.btn-primary[b-6haev02xio] {
  background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
  border: none;
}

.btn-outline-danger:hover[b-6haev02xio] {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  border-color: #dc3545;
}

/* Section droite */
.userpack-mainline-right[b-6haev02xio] {
  margin-left: auto;
}

/* Barre de progression/statut */
.userpack-progress-wrapper[b-6haev02xio] {
  border-top: 1px solid #dee2e6;
}

body.dark-mode .userpack-progress-wrapper[b-6haev02xio] {
  border-top-color: #4a5568;
}

.userpack-progress[b-6haev02xio] {
  margin: 0;
  border-radius: 0;
  height: 2.5rem;
  background: transparent;
}

.progress-bar[b-6haev02xio] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s;
  line-height: 1;
}

.progress-bar i[b-6haev02xio] {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

/* Couleurs de statut am�lior�es */
.bg-success[b-6haev02xio] {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
}

.bg-warning[b-6haev02xio] {
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%) !important;
}

.bg-danger[b-6haev02xio] {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
}

.bg-info[b-6haev02xio] {
  background: linear-gradient(135deg, #17a2b8 0%, #138496 100%) !important;
}

.bg-secondary[b-6haev02xio] {
  background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%) !important;
}

/* Responsive */
@media (max-width: 768px) {
  .userpack-mainline[b-6haev02xio] {
    flex-direction: column;
  }

  .userpack-mainline-right[b-6haev02xio] {
    width: 100%;
    margin-left: 0;
  }

  .userpack-mainline-right .d-flex[b-6haev02xio] {
    justify-content: flex-start !important;
  }

  .btn-sm[b-6haev02xio] {
    min-width: auto !important;
    flex: 1;
  }

  .pack-key[b-6haev02xio] {
    word-break: break-all;
  }

  /* Toujours afficher l'ic�ne sur mobile */
  .copy-icon[b-6haev02xio] {
    opacity: 1;
  }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-xh488az487] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xh488az487] {
    flex: 1;
}

/* Sidebar: fixed color independent of theme */
.sidebar[b-xh488az487] {
    background: #111827; /* gray-900 like, not pure black */
}

.top-row[b-xh488az487] {
    background-color: #1f2937; /* slate-800 like */
    border-bottom: 1px solid rgba(255,255,255,0.08);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xh488az487]  a, .top-row .btn-link[b-xh488az487] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-xh488az487] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-xh488az487] {
        display: none;
    }

    .top-row.auth[b-xh488az487] {
        justify-content: space-between;
    }

    .top-row a[b-xh488az487], .top-row .btn-link[b-xh488az487] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xh488az487] {
        flex-direction: row;
    }

    .sidebar[b-xh488az487] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xh488az487] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-xh488az487], article[b-xh488az487] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-d7artpi30c] {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Fixed brand bar color (not theme-dependent) */
.top-row[b-d7artpi30c] {
    height: 8rem;
    background: #1f2937; /* slate-800 like */
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.navbar-brand[b-d7artpi30c] {
    font-size: 1.1rem;
}

.nav-logo[b-d7artpi30c] {
  height: 120px;
  width: auto;
  display: block;
  margin-left: 40px;
}

.oi[b-d7artpi30c] {
    width: 2rem;
    font-size: 1.2rem;
    vertical-align: text-top;
    top: -0.1px;
}

.nav-item[b-d7artpi30c] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-d7artpi30c] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-d7artpi30c] {
        padding-bottom: 1rem;
    }

    .nav-item[b-d7artpi30c]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-d7artpi30c]  a.active {
    background-color: rgba(255,255,255,0.18);
    color: white;
}

.nav-item[b-d7artpi30c]  a:hover {
    background-color: rgba(255,255,255,0.08);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-d7artpi30c] {
        display: none;
    }

    .collapse[b-d7artpi30c] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
