/* [next]/internal/font/google/geist_a71539c9.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8a480f0b521d4e75-s.8e0177b5.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7178b3e590c64307-s.b97b3418.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/caa3a2e1cccd8315-s.p.853070df.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_a71539c9-module__T19VSG__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_a71539c9-module__T19VSG__variable {
  --font-geist-sans: "Geist", "Geist Fallback";
}

/* [next]/internal/font/google/geist_mono_8d43a2aa.module.css [app-client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/4fa387ec64143e14-s.c1fdd6c2.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/bbc41e54d2fcbd21-s.799d8ef8.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/797e433ab948586e-s.p.dbea232f.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Mono Fallback;
  src: local(Arial);
  ascent-override: 74.67%;
  descent-override: 21.92%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.geist_mono_8d43a2aa-module__8Li5zG__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_8d43a2aa-module__8Li5zG__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}

/* [project]/Documents/Pointage/pointage/app/globals.css [app-client] (css) */
:root {
  --ui-bg: #f4f6f8;
  --ui-card: #fff;
  --ui-text: #0f172a;
  --ui-muted: #64748b;
  --ui-border: #eef2f7;
  --ui-black: #111827;
  --ui-red: #ef4444;
  --ui-red-dark: #b91c1c;
  --ui-radius: 16px;
  --ui-radius-sm: 12px;
  --ui-shadow: 0 10px 30px #0f172a1a;
}

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

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--ui-bg);
  color: var(--ui-text);
}

.appShell {
  min-height: 100vh;
}

.appHeader {
  padding: 18px 0 8px;
}

.appHeaderInner {
  width: min(1200px, 90vw);
  margin: 0 auto;
}

.brand {
  align-items: center;
  gap: 12px;
  display: flex;
}

.brandLogo {
  border: 1px solid var(--ui-border);
  background: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 0 8px 22px #0f172a14;
}

.brandLogoImg {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.brandTitle {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.brandSub {
  color: var(--ui-muted);
  margin-top: 2px;
  font-size: 12px;
  font-weight: 800;
}

.appNav {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.appNavInner {
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  width: min(1200px, 90vw);
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
}

.navBtn {
  color: #111827;
  letter-spacing: .04em;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 900;
  transition: background .15s, color .15s, border-color .15s;
}

.navBtn:hover {
  color: var(--ui-red);
  background: #fee2e2;
  border-color: #fecaca;
}

.navBtnActive, .navBtnActive:hover {
  background: var(--ui-red);
  color: #fff;
  border-color: var(--ui-red);
}

.navBtnAdmin {
  background: var(--ui-red);
  color: #fff;
  border-color: var(--ui-red);
  box-shadow: 0 8px 18px #ef444459;
}

.navBtnAdmin:hover {
  background: var(--ui-red-dark);
  border-color: var(--ui-red-dark);
  color: #fff;
}

.appMain {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 12px 0 26px;
  display: flex;
}

.cardMain {
  border-radius: var(--ui-radius);
  border: 1px solid var(--ui-border);
  width: min(92vw, 1280px);
  box-shadow: var(--ui-shadow);
  background: #fff;
  padding: 24px;
}

.pageTransition {
  justify-content: center;
  width: 100%;
  min-width: 0;
  display: flex;
}

@media (max-width: 900px) {
  .cardMain {
    width: 92vw;
    padding: 18px;
  }
}

.uiCard {
  background: var(--ui-card);
  border: 1px solid var(--ui-border);
  border-radius: var(--ui-radius);
  box-shadow: var(--ui-shadow);
  padding: 16px;
}

.uiCardTitle {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 900;
}

.uiMuted {
  color: var(--ui-muted);
}

.uiBtn {
  cursor: pointer;
  color: #111827;
  background: #fff;
  border: 1px solid #d9dde3;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 14px;
  font-weight: 900;
  transition: background-color .15s, color .15s, box-shadow .15s, transform 50ms, border-color .15s;
  display: inline-flex;
}

.uiBtn:active {
  transform: translateY(1px);
}

.uiBtn:hover {
  color: var(--ui-red);
  background: #fee2e2;
  border-color: #fecaca;
}

.uiBtnPrimary {
  color: #111827;
  background: #fff;
  border: 1px solid #d9dde3;
}

.uiBtnPrimary:hover {
  color: var(--ui-red);
  background: #fee2e2;
  border-color: #fecaca;
}

.uiBtn--danger {
  color: #374151;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
}

.uiBtn--danger:hover {
  color: var(--ui-red);
  background: #fee2e2;
  border-color: #fecaca;
}

.uiBtnAdmin, .uiBtn--admin {
  background: var(--ui-red);
  color: #fff;
  border: none;
  box-shadow: 0 8px 18px #ef444459;
}

.uiBtnAdmin:hover, .uiBtn--admin:hover {
  background: var(--ui-red-dark);
  color: #fff;
  box-shadow: 0 10px 24px #ef444438;
}

.field {
  text-align: left;
  margin: 14px 0;
}

.label {
  color: #111827;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.inputRow {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.leftIcon {
  color: #6b7280;
  place-items: center;
  width: 38px;
  font-size: 14px;
  display: grid;
}

.input {
  color: #111827;
  background: none;
  border: 0;
  outline: none;
  width: 100%;
  padding: 11px 12px 11px 0;
  font-size: 13px;
}

.input::placeholder {
  color: #9ca3af;
}

select.input {
  appearance: none;
  cursor: pointer;
}

.modalOverlay {
  z-index: 50;
  background: #0f172a80;
  place-items: center;
  padding: 20px;
  display: grid;
  position: fixed;
  inset: 0;
}

.modal {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  width: min(420px, 92vw);
  padding: 18px 18px 14px;
  box-shadow: 0 18px 40px #0f172a40;
}

.modalTitle {
  color: #111827;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 900;
}

.modalActions {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
  display: grid;
}

.btn {
  cursor: pointer;
  color: #111827;
  background: #fff;
  border: 1px solid #d9dde3;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 14px;
  font-weight: 900;
  transition: background-color .15s, color .15s, box-shadow .15s, transform 50ms, border-color .15s;
  display: inline-flex;
}

.btn:active {
  transform: translateY(1px);
}

.btn:hover {
  color: var(--ui-red);
  background: #fee2e2;
  border-color: #fecaca;
}

.btnGhost {
  color: #111827;
  background: #fff;
  border: 1px solid #d9dde3;
}

.btnDark {
  background: var(--ui-red);
  color: #fff;
  border: 1px solid var(--ui-red);
}

.btnDark:hover {
  background: var(--ui-red-dark);
  border-color: var(--ui-red-dark);
  color: #fff;
}

.error {
  color: #b91c1c;
  text-align: left;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  margin-top: 10px;
  padding: 10px 12px;
  font-size: 12.5px;
  font-weight: 900;
}

.iconBtn {
  color: #374151;
  cursor: pointer;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 32px;
  font-size: 14px;
  transition: background-color .15s, color .15s, border-color .15s, transform 50ms;
  display: inline-flex;
}

.iconBtn:active {
  transform: translateY(1px);
}

.iconBtn:hover {
  color: var(--ui-red);
  background: #fee2e2;
  border-color: #fecaca;
}

.iconBtn.danger {
  color: #991b1b;
  background: #fef2f2;
  border-color: #fecaca;
}

.iconBtn.danger:hover {
  background: var(--ui-red);
  color: #fff;
  border-color: var(--ui-red);
}

.iconBtn:disabled {
  opacity: .4;
  cursor: not-allowed;
}

@keyframes pageEnter {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pageTransition {
  width: 100%;
  min-width: 0;
  animation: .18s ease-out pageEnter;
}

.adminHome {
  width: 100%;
}

.adminHomeTop {
  justify-content: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.adminHomeLogout {
  width: auto;
}

.adminHomeCenter {
  place-items: center;
  padding: 6px 0 10px;
  display: grid;
}

.adminHomeCard {
  width: min(520px, 92vw);
  padding: 18px;
}

.adminHomeTitle {
  color: var(--ui-text);
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 900;
}

.adminHomeGrid {
  gap: 12px;
  display: grid;
}

.adminHomeBtn {
  border-radius: 12px;
  width: 100%;
  height: 44px;
}

.adminHomeBtn.uiBtn--danger {
  color: #111827;
  box-shadow: none;
  background: #fff;
  border: 1px solid #d9dde3;
}

.adminHomeBtn.uiBtn--danger:hover {
  background: var(--ui-red);
  color: #fff;
  border-color: var(--ui-red);
}

.adminsPage {
  width: 100%;
}

.adminsPageTopBar {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  display: flex;
}

.adminsPageTopActions {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.adminsPageH1 {
  letter-spacing: -.3px;
  color: var(--ui-text);
  margin: 0;
  font-size: 22px;
  font-weight: 900;
}

.adminsPageSubtitle {
  color: var(--ui-muted);
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 700;
}

.adminsPageH2 {
  color: var(--ui-text);
  margin: 0;
  font-size: 16px;
  font-weight: 900;
}

.adminsPageCard {
  margin-bottom: 16px;
}

.adminsPageInput {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  color: var(--ui-text);
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  transition: border-color .15s, box-shadow .15s, background-color .15s;
}

.adminsPageInput::placeholder {
  color: #94a3b8;
  font-weight: 700;
}

.adminsPageInput:focus {
  border-color: var(--ui-red);
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px #ef444424;
}

.adminsPageFormRow {
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px;
  display: flex;
}

.adminsPageField {
  flex-direction: column;
  flex: 260px;
  gap: 6px;
  min-width: 240px;
  display: flex;
}

.adminsPageActions {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 16px;
  display: flex;
}

.adminsPageTableHeader {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  display: flex;
}

.adminsPageFilter {
  max-width: 520px;
}

.adminsPageTableWrap {
  border: 1px solid var(--ui-border);
  border-radius: 12px;
  width: 100%;
  overflow: auto;
}

.adminsPageTable {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}

.adminsPageTable thead th {
  text-align: left;
  color: var(--ui-muted);
  border-bottom: 1px solid var(--ui-border);
  white-space: nowrap;
  background: #fbfdff;
  padding: 12px;
  font-weight: 900;
}

.adminsPageTable tbody td {
  color: var(--ui-text);
  vertical-align: middle;
  border-bottom: 1px solid #f1f5f9;
  padding: 12px;
  font-weight: 700;
}

.adminsPageStrong {
  font-weight: 900;
}

.adminsPageThRight, .adminsPageTdRight {
  text-align: right;
  white-space: nowrap;
}

.adminsPageEmpty {
  text-align: center;
  color: var(--ui-muted);
  font-weight: 800;
  padding: 18px !important;
}

.adminsPageStatusCell {
  align-items: center;
  gap: 10px;
  display: flex;
}

.adminsPageStatusOk {
  color: var(--ui-text);
  font-size: 12px;
  font-weight: 900;
}

.adminsPageStatusKo {
  color: var(--ui-muted);
  font-size: 12px;
  font-weight: 900;
}

.adminsPageSwitch {
  width: 44px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.adminsPageSwitch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.adminsPageSlider {
  cursor: pointer;
  background-color: #e2e8f0;
  border-radius: 999px;
  transition: all .2s;
  position: absolute;
  inset: 0;
}

.adminsPageSlider:before {
  content: "";
  background-color: #fff;
  border-radius: 999px;
  width: 18px;
  height: 18px;
  transition: all .2s;
  position: absolute;
  top: 3px;
  left: 3px;
  box-shadow: 0 4px 12px #0f172a2e;
}

.adminsPageSwitch input:checked + .adminsPageSlider {
  background-color: var(--ui-red);
}

.adminsPageSwitch input:checked + .adminsPageSlider:before {
  transform: translateX(20px);
}

.adminsPageModalWide {
  width: min(700px, 92vw);
}

.adminsPageModalHeader {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  display: flex;
}

.adminsPageModalText {
  color: var(--ui-text);
  margin: 8px 0;
  font-size: 13px;
  font-weight: 800;
}

.adminsPageModalMuted {
  color: var(--ui-muted);
  margin: 8px 0;
  font-size: 13px;
  font-weight: 700;
}

.adminsPageModalGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
  display: grid;
}

.adminsPageModalActions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  display: flex;
}

@media (max-width: 900px) {
  .adminsPageModalGrid {
    grid-template-columns: 1fr;
  }
}

.homeLogin {
  border: 1px solid #e5e7eb;
  flex-direction: column;
  gap: 14px;
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  box-shadow: 0 18px 45px #0f172a1a;
}

.homeLogin h1 {
  letter-spacing: -.3px;
  color: #0f172a;
  margin: 0;
  font-size: 22px;
  font-weight: 900;
}

.homeLogin p {
  color: #64748b;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.homeLogin .homeLoginField {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.homeLogin .homeLoginLabel {
  color: #0f172a;
  font-size: 12px;
  font-weight: 900;
}

.homeLogin .input {
  color: #0f172a;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  height: 44px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 800;
  transition: border-color .15s, box-shadow .15s, background-color .15s;
}

.homeLogin .homeLoginError {
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 900;
}

.homeLogin .homeLoginActions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
  display: flex;
}

.homeLogin .uiBtn {
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 900;
}

.homeLogin .homeLoginHint {
  color: #64748b;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 800;
}

.homeLogin {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  flex-direction: column;
  gap: 18px;
  max-width: 520px;
  margin: 0 auto;
  padding: 28px 28px 24px;
  display: flex;
  box-shadow: 0 20px 45px #0f172a1f;
}

.homeLogin h1 {
  color: #0f172a;
  letter-spacing: -.3px;
  margin: 0;
  font-size: 22px;
  font-weight: 900;
}

.homeLogin p {
  color: #64748b;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.homeLoginField {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.homeLoginLabel {
  color: #0f172a;
  font-size: 12px;
  font-weight: 900;
}

.homeLogin .input {
  color: #0f172a;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  width: 100%;
  height: 46px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 800;
}

.homeLogin .input::placeholder {
  color: #94a3b8;
  font-weight: 700;
}

.homeLogin .input:focus {
  background: #fff;
  border-color: #ef4444;
  outline: none;
  box-shadow: 0 0 0 3px #ef444426;
}

.homeLoginError {
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 900;
}

.homeLoginActions {
  gap: 12px;
  margin-top: 6px;
  display: flex;
}

.homeLogin .uiBtn {
  border-radius: 12px;
  height: 42px;
  padding: 0 18px;
  font-weight: 900;
}

.homeLogin .uiBtn--danger {
  color: #111827;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
}

.homeLogin .uiBtn--danger:hover {
  color: #111827;
  background: #e5e7eb;
}

.homeLoginHint {
  color: #64748b;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__59bd9a49._.css.map*/