body {
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  color: #777;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

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

.button {
  letter-spacing: 0.01em;
  border-radius: 4px;
  border: 1px solid;
  padding: 8px 22px;
  font-weight: 600;
  font-size: 1.12rem;
  cursor: pointer;
  white-space: nowrap;
  filter: brightness(1.08);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  margin-left: 1rem;
  margin-right: 1rem;
}

.header {
  flex: 1;
  align-items: flex-start;
  justify-content: space-between;

  display: flex;
  flex-direction: row;
  height: 60px;
}

.spacer {
  flex: 1;
}

.container {
  flex: 1;
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  margin-bottom: 60px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.logo {
  flex: 1;
  display: flex;
  height: 200px;
}

p {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}._product_a67pn_1 {
}

._spacer_a67pn_4 {
  flex: 1;
}

._box_a67pn_8 {
  display: flex;
  flex-direction: row;
  grid-template-columns: repeat(2, 1fr);
  flex: 1 1 auto;
}

._box_a67pn_8 > * {
  flex: 1 1 0;
}

._title_a67pn_19 {
  text-align: center;
  font-size: 38px;
  color: #261e58;
  font-weight: bold;
  margin-bottom: 2rem;
}

._desc_a67pn_27 {
  margin-bottom: 24px;
}

._get_started_btn_a67pn_31 {
  background-color: #FBB800;
  color: #f5f5f5;
}

._get_started_btn_a67pn_31:hover {
  background-color: #f5f5f5;
  color: #FBB800;
}

._screenshot_a67pn_41 {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}._pricing_1tbol_1 {
  align-items: center;
}

._title_1tbol_5 {
  text-align: center;
  font-size: 5rem;
  color: #261e58;
  margin-bottom: 2rem;
}

._desc_1tbol_12 {
  text-align: center;
  margin-bottom: 24px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

._spacer_1tbol_20 {
  flex: 1;
}

._box_1tbol_24 {
  display: flex;
  flex-direction: row;
  grid-template-columns: repeat(3, 1fr);
  flex: 1 1 auto;
}

._box_1tbol_24 > * {
  flex: 1 1 0;
  border-radius: 4px;
  border: 1px solid;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 22px;
  padding-right: 22px;
  
  box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
  margin: 1rem;
  display: flex;
  flex-direction: column;
  justify-content:space-between;

  color: #261e58;
}

._card_1tbol_49 h1 {
  text-align: center;
  font-size: 2rem;
}

._card_1tbol_49 ._cost_1tbol_54 {
  text-align: center;
  font-size: 3rem;
}

._card_1tbol_49 ._cost_explain_1tbol_59 {
  text-align: center;
  font-size: 0.9rem;
  color: #777;
  height: 1.2rem;
}

._card_1tbol_49 ._content_1tbol_66 h1{
  font-size: 1rem;
}

._card_1tbol_49 ._content_1tbol_66 {
  flex: 1;
  text-align: left;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

._enterprise_1tbol_77 {
  background-color: #261e58;
  color: #f5f5f5;
}

._enterprise_1tbol_77 ._get_started_free_btn_1tbol_82 {
  background-color: #261e58;
  color: #f5f5f5;
}._support_qz78w_1 {
  align-items: center;
}

._title_qz78w_5 {
  text-align: center;
  font-size: 5rem;
  color: #261e58;
  margin-bottom: 2rem;
}

._desc_qz78w_12 {
  text-align: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

._spacer_qz78w_19 {
  flex: 1;
}

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

._box_qz78w_28 {
  display: flex;
  flex-direction: row;
  grid-template-columns: repeat(3, 1fr);
}

._box_qz78w_28 > * {
  flex: 1 0 0;
  border-radius: 4px;
  
  padding-top: 15px;
  padding-bottom: 15px;

  padding-left: 22px;
  padding-right: 22px;
  
  box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
  margin: 1rem;
  color: #261e58;

}

._card_qz78w_50 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}

._card_qz78w_50 ._icon_qz78w_57 {
  height: 3rem;
  color: #777;
}

._card_qz78w_50 h1 {
  text-align: center;
  font-style: bolt;
  font-size: 1.2rem;
}

._card_qz78w_50 ._content_qz78w_68 {
  text-align: center;
  font-size: 1rem;
}._support_1rchk_1 {
  align-items: center;
}

._title_1rchk_5 {
  text-align: center;
  font-size: 5rem;
  color: #261e58;
  margin-bottom: 1rem;
}

._subtitle_1rchk_12 {
  text-align: center;
  font-size: 3rem;
  color: #261e58;
  margin-bottom: 1rem;
}

._desc_1rchk_19 {
  text-align: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

._spacer_1rchk_26 {
  flex: 1;
}

._verticalForm_1rchk_30 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  background: #fff;
  padding: 2rem 2.5rem;
  border-radius: 12px;
  box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
  border: 1px solid #f2f2f2;
  max-width: 80%;
  margin: 0 auto;
}

._formGroup_1rchk_44 {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

._formGroup_1rchk_44 label {
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #777;
  position: absolute;
  top: -15px;
  left: 10px;
  padding: 2px;
  z-index: 1;
  display: inline-block;
  background-color: #fff;
}

._input_1rchk_64 {
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 1rem;
  outline: none;
  transition: border 0.2s;
}

._input_1rchk_64:focus {
  border-color: #261e58;
}

._textarea_1rchk_77 {
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 1rem;
  resize: vertical;
  outline: none;
  min-height: 80px;
  transition: border 0.2s;
}

._textarea_1rchk_77:focus {
  border-color: #261e58;
}

._start_now_btn_1rchk_92 {
  margin: auto;
  background-color: #e09b3d;
  color: #f5f5f5;
}

._start_now_btn_1rchk_92:hover {
  background: #3a2e7a;
}

._required_1rchk_102 {
  color: #e09b3d;
  margin-left: 2px;
  font-size: 1.1em;
}

._legalText_1rchk_108 {
  color: #888;
  font-size: 0.98rem;
  text-align: center;
  margin: 1.2rem 0 0.5rem 0;
  line-height: 1.5;
}

._legalText_1rchk_108 a {
  color: #3a2e7a;
  text-decoration: underline;
}

._note_1rchk_121 {
  color: #888;
  font-size: 0.98rem;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

._successMessage_1rchk_129 {
  color: #2ecc40;
  background: #eafaf1;
  border: 1px solid #2ecc40;
  border-radius: 8px;
  padding: 1.2rem;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

._errorMessage_1rchk_140 {
  color: #e74c3c;
  background: #fdeaea;
  border: 1px solid #e74c3c;
  border-radius: 8px;
  padding: 1.2rem;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

._spinnerOverlay_1rchk_151 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

._spinner_1rchk_151 {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #e09b3d;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: _spin_1rchk_151 1s linear infinite;
}

@keyframes _spin_1rchk_151 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
._support_3ctz0_1 {
  align-items: center;
}

._title_3ctz0_5 {
  text-align: center;
  font-size: 5rem;
  color: #261e58;
  margin-bottom: 1rem;
}

._subtitle_3ctz0_12 {
  text-align: center;
  font-size: 3rem;
  color: #261e58;
  margin-bottom: 1rem;
}

._desc_3ctz0_19 {
  text-align: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

._spacer_3ctz0_26 {
  flex: 1;
}

._verticalForm_3ctz0_30 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  background: #fff;
  padding: 2rem 2.5rem;
  border-radius: 12px;
  box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
  border: 1px solid #f2f2f2;
  max-width: 80%;
  margin: 0 auto;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

._formGroup_3ctz0_50 {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

._formGroup_3ctz0_50 ._label_3ctz0_57 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #777;
  position: absolute;
  top: -15px;
  left: 10px;
  padding: 2px;
  z-index: 1;
  display: inline-block;
  background-color: #fff;
}

._formGroup_3ctz0_50 ._input_3ctz0_70 {
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 1rem;
  outline: none;
  transition: border 0.2s;
}

._formGroup_3ctz0_50 ._input_3ctz0_70:focus {
  border-color: #261e58;
}

._textarea_3ctz0_83 {
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 1rem;
  resize: vertical;
  outline: none;
  min-height: 80px;
  transition: border 0.2s;
}

._textarea_3ctz0_83:focus {
  border-color: #261e58;
}

._radioGroup_3ctz0_98 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

._submit_btn_3ctz0_104 {
  margin: auto;
  background-color: #e09b3d;
  color: #f5f5f5;
}

._submit_btn_3ctz0_104:hover {
  background: #3a2e7a;
}

._required_3ctz0_114 {
  color: #e09b3d;
  margin-left: 2px;
  font-size: 1.1em;
}

._legalText_3ctz0_120 {
  color: #888;
  font-size: 0.98rem;
  text-align: center;
  margin: 1.2rem 0 0.5rem 0;
  line-height: 1.5;
}

._legalText_3ctz0_120 a {
  color: #3a2e7a;
  text-decoration: underline;
}

._note_3ctz0_133 {
  color: #888;
  font-size: 0.98rem;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

._successMessage_3ctz0_141 {
  color: #2ecc40;
  background: #eafaf1;
  border: 1px solid #2ecc40;
  border-radius: 8px;
  padding: 1.2rem;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

._errorMessage_3ctz0_152 {
  color: #e74c3c;
  background: #fdeaea;
  border: 1px solid #e74c3c;
  border-radius: 8px;
  padding: 1.2rem;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

._spinnerOverlay_3ctz0_163 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

._spinner_3ctz0_163 {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #e09b3d;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: _spin_3ctz0_163 1s linear infinite;
}

@keyframes _spin_3ctz0_163 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
._managment_f1swk_1 {
  align-items: center;
}

._title_f1swk_5 {
  text-align: center;
  font-size: 5rem;
  color: #261e58;
  margin-bottom: 2rem;
}

._desc_f1swk_12 {
  text-align: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

._spacer_f1swk_19 {
  flex: 1;
}

._centerBox_f1swk_23 {
  display: flex;
  justify-content: center;
  width: 100%;
}

._instanceCard_f1swk_29 {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px 0 rgba(44, 41, 72, 0.13);
  padding: 32px 32px 24px 32px;
  min-width: 480px;
  max-width: 520px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._row_f1swk_42 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

._rowGroup_f1swk_49 {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

._label_f1swk_55 {
  color: #888;
  font-size: 1rem;
  min-width: 110px;
}

._value_f1swk_61 {
  color: #2d2750;
  font-size: 1.1rem;
  font-weight: 500;
}

._link_f1swk_67 {
  color: #2d2750;
  text-decoration: underline;
  cursor: pointer;
}

._active_f1swk_73 {
  background: #1bbf5c;
  color: #fff;
  border-radius: 4px;
  padding: 2px 12px;
  font-size: 1rem;
  font-weight: 600;
}

._statusInfo_f1swk_82 {
  color: #1bbf5c;
  font-size: 0.95rem;
  margin-bottom: 8px;
}

._storageBarContainer_f1swk_88 {
  background: #e5e5e5;
  border-radius: 6px;
  width: 120px;
  height: 8px;
  margin-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
}

._storageBar_f1swk_88 {
  background: #2d2750;
  height: 8px;
  border-radius: 6px;
}

._actions_f1swk_104 {
  display: flex;
  justify-content: flex-start;
  gap: 18px;
  margin-top: 18px;
}

._manageBtn_f1swk_111 {
  background: #2d2750;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 22px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
}

._manageBtn_f1swk_111:hover {
  background: #443e6b;
}

._deleteBtn_f1swk_130 {
  background: #fff;
  color: #e53935;
  border: 2px solid #e53935;
  border-radius: 6px;
  padding: 10px 22px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s, color 0.2s;
}

._deleteBtn_f1swk_130:hover {
  background: #e53935;
  color: #fff;
} /* Container principal */
._container_1a3bi_2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  background: #fafafa;
  min-height: 100vh;
}

/* Header de la page */
._header_1a3bi_11 {
  background: linear-gradient(135deg, #261e58 0%, #3a2e7a 100%);
  color: white;
  padding: 1.5rem 2rem 2rem;
  margin-bottom: 0;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 2px 12px rgba(38, 30, 88, 0.1);
}

._headerContent_1a3bi_20 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.25rem;
}

._headerIcon_1a3bi_27 {
  font-size: 1.5rem;
  color: #FBB800;
}

._title_1a3bi_32 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  color: white;
  letter-spacing: -0.01em;
}

._subtitle_1a3bi_40 {
  font-size: 1rem;
  margin: 0;
  opacity: 0.85;
  font-weight: 400;
}

/* Error banner */
._errorBanner_1a3bi_48 {
  background: #fee;
  border: 1px solid #fcc;
  color: #c33;
  padding: 1rem 2rem;
  margin: 0 2rem 2rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}

/* Main content */
._content_1a3bi_62 {
  padding: 0 2rem 2rem;
}

/* Instance selector */
._instanceSelector_1a3bi_67 {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}

._selectorWrapper_1a3bi_75 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

._selectorIcon_1a3bi_81 {
  color: #261e58;
  font-size: 1.2rem;
}

._selectorWrapper_1a3bi_75 label {
  font-weight: 600;
  color: #333;
  font-size: 1rem;
}

._instanceSelect_1a3bi_67 {
  padding: 0.75rem 1rem;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  font-size: 1rem;
  background: white;
  color: #333;
  min-width: 200px;
  transition: border-color 0.2s;
}

._instanceSelect_1a3bi_67:focus {
  outline: none;
  border-color: #261e58;
}

/* Section des utilisateurs */
._usersSection_1a3bi_109 {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

._sectionHeader_1a3bi_116 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #f0f0f0;
  background: #fafafa;
}

._sectionTitle_1a3bi_125 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}

._instanceName_1a3bi_132 {
  color: #261e58;
  font-weight: 700;
}

._addUserBtn_1a3bi_137 {
  background: linear-gradient(135deg, #FBB800 0%, #e09b3d 100%);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(251, 184, 0, 0.3);
}

._addUserBtn_1a3bi_137:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(251, 184, 0, 0.4);
}

/* Tableau des utilisateurs */
._usersTable_1a3bi_159 {
  width: 100%;
}

._tableHeader_1a3bi_163 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 1rem;
  padding: 1rem 2rem;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  font-weight: 600;
  color: #495057;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._headerCell_1a3bi_177 {
  padding: 0.5rem 0;
}

._tableBody_1a3bi_181 {
  min-height: 200px;
}

._tableRow_1a3bi_185 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 1rem;
  padding: 1rem 2rem;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
  transition: background-color 0.2s;
}

._tableRow_1a3bi_185:hover {
  background-color: #f8f9fa;
}

._tableRow_1a3bi_185:last-child {
  border-bottom: none;
}

/* Cellules du tableau */
._userCell_1a3bi_204 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

._userAvatar_1a3bi_210 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #261e58 0%, #3a2e7a 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
}

._userDetails_1a3bi_224 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

._userName_1a3bi_230 {
  font-weight: 600;
  color: #333;
  font-size: 1rem;
}

._userEmail_1a3bi_236 {
  color: #666;
  font-size: 0.9rem;
}

._statusCell_1a3bi_241, ._roleCell_1a3bi_241 {
  display: flex;
  align-items: center;
}

._statusBadge_1a3bi_246 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  white-space: nowrap;
}

._statusBadge_1a3bi_246._verified_1a3bi_257 {
  background: #e8f5e8;
  color: #1bbf5c;
}

._statusBadge_1a3bi_246._notVerified_1a3bi_262 {
  background: #ffeaea;
  color: #e53935;
}

._adminBadge_1a3bi_267 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: linear-gradient(135deg, #FBB800 0%, #e09b3d 100%);
  color: white;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  white-space: nowrap;
}

._actionsCell_1a3bi_280 {
  display: flex;
  justify-content: flex-end;
}

._actionButtons_1a3bi_285 {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

._actionBtn_1a3bi_291 {
  padding: 0.5rem 0.75rem;
  border: none;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s;
  white-space: nowrap;
  min-width: fit-content;
}

._adminToggleBtn_1a3bi_306 {
  background: #e8f5e8;
  color: #1bbf5c;
}

._adminToggleBtn_1a3bi_306._isAdmin_1a3bi_311 {
  background: #ffeaea;
  color: #e53935;
}

._adminToggleBtn_1a3bi_306:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

._deleteBtn_1a3bi_321 {
  background: #ffeaea;
  color: #e53935;
}

._deleteBtn_1a3bi_321:hover {
  background: #e53935;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(229, 57, 53, 0.3);
}

/* État vide */
._emptyState_1a3bi_334 {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem 2rem;
  color: #666;
}

._emptyState_1a3bi_334 svg {
  font-size: 3rem;
  color: #ddd;
  margin-bottom: 1rem;
}

._emptyState_1a3bi_334 p {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #333;
}

._emptyState_1a3bi_334 span {
  font-size: 0.95rem;
  opacity: 0.7;
}

/* États de chargement */
._loadingState_1a3bi_360 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 3rem 2rem;
  color: #666;
}

._spinner_1a3bi_369 {
  width: 32px;
  height: 32px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #261e58;
  border-radius: 50%;
  animation: _spin_1a3bi_369 1s linear infinite;
}

@keyframes _spin_1a3bi_369 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Modal */
._modalOverlay_1a3bi_384 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  backdrop-filter: blur(4px);
}

._modal_1a3bi_384 {
  background: white;
  border-radius: 16px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: _modalSlideIn_1a3bi_1 0.3s ease-out;
}

@keyframes _modalSlideIn_1a3bi_1 {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

._modalHeader_1a3bi_420 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem 1rem;
  border-bottom: 1px solid #f0f0f0;
}

._modalHeader_1a3bi_420 h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
}

._closeBtn_1a3bi_435 {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #999;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 4px;
  transition: all 0.2s;
}

._closeBtn_1a3bi_435:hover {
  background: #f0f0f0;
  color: #333;
}

._modalForm_1a3bi_451 {
  padding: 1.5rem 2rem 2rem;
}

._formGroup_1a3bi_455 {
  margin-bottom: 1.5rem;
}

._formRow_1a3bi_459 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

._formGroup_1a3bi_455 label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}

._formInput_1a3bi_473 {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

._formInput_1a3bi_473:focus {
  outline: none;
  border-color: #261e58;
  box-shadow: 0 0 0 3px rgba(38, 30, 88, 0.1);
}

._formInput_1a3bi_473::placeholder {
  color: #999;
}

._formError_1a3bi_493 {
  background: #fee;
  border: 1px solid #fcc;
  color: #c33;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

._modalActions_1a3bi_506 {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2rem;
}

._cancelBtn_1a3bi_513 {
  background: #f8f9fa;
  color: #666;
  border: 1px solid #e1e5e9;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._cancelBtn_1a3bi_513:hover {
  background: #e9ecef;
  color: #333;
}

._submitBtn_1a3bi_529 {
  background: linear-gradient(135deg, #261e58 0%, #3a2e7a 100%);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(38, 30, 88, 0.3);
}

._submitBtn_1a3bi_529:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(38, 30, 88, 0.4);
}

._submitBtn_1a3bi_529:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* Responsive */
@media (max-width: 768px) {
  ._container_1a3bi_2 {
    padding: 0;
  }
  
  ._header_1a3bi_11 {
    padding: 1rem 1rem 1.5rem;
    border-radius: 0 0 12px 12px;
  }
  
  ._title_1a3bi_32 {
    font-size: 1.5rem;
  }
  
  ._content_1a3bi_62 {
    padding: 0 1rem 1rem;
  }
  
  ._instanceSelector_1a3bi_67 {
    padding: 1rem;
  }
  
  ._selectorWrapper_1a3bi_75 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  
  ._instanceSelect_1a3bi_67 {
    width: 100%;
    min-width: auto;
  }
  
  ._sectionHeader_1a3bi_116 {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  
  ._addUserBtn_1a3bi_137 {
    width: 100%;
    justify-content: center;
  }
  
  ._tableHeader_1a3bi_163,
  ._tableRow_1a3bi_185 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 1rem;
  }
  
  ._headerCell_1a3bi_177 {
    display: none;
  }
  
  ._userCell_1a3bi_204 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  
  ._actionsCell_1a3bi_280 {
    justify-content: flex-start;
  }
  
  ._actionButtons_1a3bi_285 {
    flex-direction: column;
    width: 100%;
  }
  
  ._actionBtn_1a3bi_291 {
    width: 100%;
    justify-content: center;
  }
  
  ._formRow_1a3bi_459 {
    grid-template-columns: 1fr;
  }
  
  ._modal_1a3bi_384 {
    width: 95%;
    margin: 1rem;
  }
  
  ._modalHeader_1a3bi_420,
  ._modalForm_1a3bi_451 {
    padding: 1rem 1.5rem;
  }
} ._user_menu_root_bqltc_1 {
    position: relative;
  }
  
  ._user_menu_avatar_bqltc_5 {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
  }
  
  ._user_menu_dropdown_bqltc_17 {
    position: absolute;
    right: 0;
    top: 110%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    min-width: 120px;
    z-index: 10;
  }
  
  ._user_menu_link_bqltc_29 {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #222;
  }
  
  ._user_menu_link_bqltc_29:hover {
    background: #f5f5f5;
  }
  
  ._user_menu_logout_bqltc_40 {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    color: #222;
  }
  
  ._user_menu_logout_bqltc_40:hover {
    background: #f5f5f5;
  }
  
  ._login_btn_bqltc_55 {
    background-color: #f5f5f5;
    color: #FBB800;
  }
  
  ._login_btn_bqltc_55:hover {
    background-color: #FBB800;
    color: #f5f5f5;
  } 
  
  ._signup_btn_bqltc_65 {
    background-color: #FBB800;
    color: #f5f5f5;
  }
  
  ._signup_btn_bqltc_65:hover {
    background-color: #f5f5f5;
    color: #FBB800;
  } ._navbar_1x4ef_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

._navbar_links_1x4ef_8 {
  display: flex;
  gap: 5rem;
  justify-content: center;
}

._navbar_link_1x4ef_8 {
  color: #261e58;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.12rem;
  letter-spacing: 0.01em;
  padding: 20px 0;
  transition: color 0.2s, border-bottom 0.2s;
  border-bottom: 2px solid transparent;
}

._navbar_link_1x4ef_8:hover {
  color: #FBB800;
  border-bottom: 2px solid #FBB800;
}

._navbar_spacer_1x4ef_30 {
  flex: 1;
}

._navbar_end_1x4ef_34 {
  display: flex;
  align-content: flex-end;
}

._footer_1qj4j_1 {
  width: 100%;
  background: #f7f7f7;
  border-top: 1px solid #eee;
  padding: 24px 0 16px 0;
  display: flex;
  justify-content: center;
  color: #261e58;
}

._content_1qj4j_11 {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}