@import url(https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Space+Grotesk:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Space+Grotesk:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Space+Grotesk:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Space+Grotesk:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Space+Grotesk:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Space+Grotesk:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Space+Grotesk:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Space+Grotesk:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Space+Grotesk:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Space+Grotesk:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Space+Grotesk:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Space+Grotesk:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Space+Grotesk:wght@400;500;600;700&display=swap);

.role-badge[data-v-1f10eb36] {
  --role-accent: #475569;
  --role-bg: rgba(255, 255, 255, 0.92);
  --role-ring: rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
  border: 1px solid var(--role-ring);
  border-left: 4px solid var(--role-accent);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), var(--role-bg));
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
  color: #0f172a;
  padding: 0.35rem 0.65rem 0.35rem 0.45rem;
}
.role-badge__icon[data-v-1f10eb36] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--role-accent);
  color: white;
  font-size: 0.72rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.role-badge__text[data-v-1f10eb36] {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1;
}
.role-badge__text strong[data-v-1f10eb36] {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0f172a;
  white-space: nowrap;
}
.role-badge__text small[data-v-1f10eb36] {
  margin-top: 0.15rem;
  font-size: 0.6rem;
  font-weight: 700;
  color: #64748b;
  white-space: nowrap;
}
.role-badge--admin[data-v-1f10eb36] {
  --role-accent: #b45309;
  --role-bg: #fffbeb;
  --role-ring: rgba(245, 158, 11, 0.45);
}
.role-badge--ops[data-v-1f10eb36] {
  --role-accent: #2563eb;
  --role-bg: #eff6ff;
  --role-ring: rgba(59, 130, 246, 0.42);
}
.role-badge--manager[data-v-1f10eb36] {
  --role-accent: #7c3aed;
  --role-bg: #f5f3ff;
  --role-ring: rgba(124, 58, 237, 0.35);
}
.role-badge--support[data-v-1f10eb36] {
  --role-accent: #059669;
  --role-bg: #ecfdf5;
  --role-ring: rgba(16, 185, 129, 0.35);
}
.role-badge--user[data-v-1f10eb36] {
  --role-accent: #475569;
  --role-bg: #f8fafc;
  --role-ring: rgba(148, 163, 184, 0.45);
}
.role-badge--override[data-v-1f10eb36] {
  border-style: dashed;
}
@media (max-width: 640px) {
.role-badge[data-v-1f10eb36] {
    padding: 0.28rem 0.42rem;
    gap: 0.32rem;
    border-left-width: 3px;
}
.role-badge__icon[data-v-1f10eb36] {
    width: 1.35rem;
    height: 1.35rem;
    font-size: 0.64rem;
}
.role-badge__text strong[data-v-1f10eb36] {
    max-width: 4.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.66rem;
}
.role-badge__text small[data-v-1f10eb36] {
    display: none;
}
}

/* Header home style class */
.fixed-header-wrapper {
  position:
    fixed;
  top:
    0px;
  left:
    0px;
  right:
    0px;
  z-index:
    50;
  --tw-shadow:
    0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:
    0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur:
    blur(4px);
  -webkit-backdrop-filter:
    var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:
    var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  background:
    radial-gradient(circle at 10% 35%, rgba(215, 189, 136, 0.12), transparent 18%),
    linear-gradient(145deg, rgba(11, 27, 52, 0.97) 0%, rgba(18, 39, 74, 0.96) 54%, rgba(23, 47, 87, 0.96) 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  overflow: hidden;
}
.fixed-header-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.55;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.25));
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.25));
  pointer-events: none;
}
.header-home-wrapper {
  display:
    flex;
  align-items:
    center;
  justify-content:
    space-between;
  gap:
    0.5rem;
  padding-top:
    0.5rem;
  padding-bottom:
    0.5rem;
  padding-left:
    1rem;
  padding-right:
    1rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.header-brand {
  display:
    flex;
  min-width:
    0px;
  align-items:
    center;
  gap:
    0.5rem;
}
.header-role-badge {
  flex: 0 1 auto;
  margin-left: .25rem;
}
.brand-logo {
  display:
    flex;
  align-items:
    center;
  justify-content:
    center;
  border-radius:
    0.75rem;
  background-color:
    rgb(255 255 255 / 0.95);
  --tw-shadow:
    0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored:
    0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 38px;
  height: 38px;
}
.brand-logo-img {
  height:
    1.75rem;
  width:
    1.75rem;
  -o-object-fit:
    contain;
     object-fit:
    contain;
}
.brand-text {
  display:
    flex;
  min-width:
    0px;
  flex-direction:
    column;
}
.brand-kicker {
  font-size:
    10px;
  text-transform:
    uppercase;
  letter-spacing:
    0.3em;
  color:
    rgb(255 255 255 / 0.8);
}
.brand-title {
  font-size:
    1.125rem;
  line-height:
    1.75rem;
  font-weight:
    600;
  --tw-text-opacity:
    1;
  color:
    rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.header-actions {
  display:
    flex;
  align-items:
    center;
  gap:
    0.375rem;
}
.header-btn {
  display:
    inline-flex;
  align-items:
    center;
  gap:
    0.375rem;
  border-radius:
    0.75rem;
  border-width:
    1px;
  --tw-bg-opacity:
    1;
  background-color:
    rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left:
    0.625rem;
  padding-right:
    0.625rem;
  padding-top:
    0.375rem;
  padding-bottom:
    0.375rem;
  font-size:
    0.75rem;
  line-height:
    1rem;
  font-weight:
    600;
  --tw-shadow:
    0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored:
    0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:
    cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:
    150ms;
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.96);
  color: #001f3f;
  min-height: 2.05rem;
}
.header-btn i {
  font-size: .82rem;
}
.header-btn.alt {
  color: #85144b;
}
.header-btn.warn {
  color: #d97706;
}
.header-btn.heat {
  color: #b91c1c;
  border-color: #fecaca;
  background: rgba(254, 242, 242, 0.92);
}
.header-btn-event {
  color: #64748b;
  border-color: rgba(203, 213, 225, 0.85);
  background: rgba(248, 250, 252, 0.9);
}
.header-btn-event.active {
  color: #0f766e;
  border-color: #99f6e4;
  background: #ccfbf1;
}
.header-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 31, 63, 0.12);
  background: white;
}
.header-alert {
  position:
    relative;
}
.header-load {
  position:
    relative;
}
.header-auth-hint {
  position:
    absolute;
  left:
    50%;
  top:
    100%;
  margin-top:
    0.25rem;
  --tw-translate-x:
    -50%;
  transform:
    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  white-space:
    nowrap;
  border-radius:
    0.375rem;
  padding-left:
    0.5rem;
  padding-right:
    0.5rem;
  padding-top:
    0.25rem;
  padding-bottom:
    0.25rem;
  font-size:
    10px;
  line-height:
    1;
  --tw-text-opacity:
    1;
  color:
    rgb(254 243 199 / var(--tw-text-opacity, 1));
  background: rgba(15, 23, 42, 0.82);
}
.alert-badge {
  position:
    absolute;
  top:
    -0.25rem;
  right:
    -0.25rem;
  border-radius:
    9999px;
  padding-left:
    0.25rem;
  padding-right:
    0.25rem;
  padding-top:
    0.125rem;
  padding-bottom:
    0.125rem;
  font-size:
    9px;
  font-weight:
    600;
  --tw-text-opacity:
    1;
  color:
    rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow:
    0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:
    0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-width: 1rem;
  line-height: 1.1;
  background: #b91c1c;
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.alert-badge--alerts {
  background: #f59e0b;
}
.header-btn span {
  display:
    none;
}
@media (min-width: 768px) {
.header-btn span {
    display:
    inline;
}
}
@media (max-width: 640px) {
.header-home-wrapper {
    gap:
    0.5rem;
    padding-left:
    0.75rem;
    padding-right:
    0.75rem;
}
.brand-title {
    font-size:
    1rem;
    line-height:
    1.5rem;
}
.brand-kicker {
    display:
    none;
}
.brand-logo {
    display: none;
}
.brand-logo-img {
    height:
    1.75rem;
    width:
    1.75rem;
}
.header-brand {
    gap:
    0.5rem;
}
.header-btn {
    padding-left:
    0.5rem;
    padding-right:
    0.5rem;
    padding-top:
    0.375rem;
    padding-bottom:
    0.375rem;
    min-height: 2rem;
}
.header-role-badge {
    max-width: 6.4rem;
}
}
@media (max-width: 390px) {
.header-home-wrapper {
    padding-left:
    0.5rem;
    padding-right:
    0.5rem;
}
.header-actions {
    gap:
    0.25rem;
}
.header-role-badge {
    max-width: 5.4rem;
}
}


/* ---------- Fond supérieur décoratif ---------- */
.main-home{
  position: relative;
  min-height: 100vh;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background: #f8fafc;
}
#profile.main-home {
  padding-top: 3.75rem !important;
  padding-bottom: 2rem !important;
}
.wallpaper{
  width: 100%;
  border-radius: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  height: 118px;
  background:
    radial-gradient(circle at 14% 24%, rgba(215, 189, 136, 0.16), transparent 22%),
    linear-gradient(145deg, rgba(11, 27, 52, 0.96), rgba(18, 39, 74, 0.92) 46%, rgba(23, 47, 87, 0.94));
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.wallpaper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
  pointer-events: none;
}
.wallpaper::after {
  content: "";
  position: absolute;
  inset: auto -8% -35% auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(215, 189, 136, 0.22), transparent 68%);
  filter: blur(24px);
  opacity: 0.8;
}
/* ---------- Positionnement de la carte profil ---------- */
.card-profile-wrapper{
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 91.666667%;
}
@media (min-width: 640px){
.card-profile-wrapper{
    width: 83.333333%;
}
}
@media (min-width: 768px){
.card-profile-wrapper{
    width: 75%;
}
}
@media (min-width: 1024px){
.card-profile-wrapper{
    width: 66.666667%;
}
}
.card-profile-wrapper {
  transform: translateX(-50%);
}
#profile .wallpaper {
  overflow: visible;
}
#profile .card-profile-wrapper {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  margin-top: 0;
  padding: 0 1rem;
}
#profile .card-profile {
  max-width: 1120px;
  margin: 0 auto;
}
/* ---------- Carte de profil ---------- */
.card-profile{
  position: relative;
  width: 100%;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(215, 189, 136, 0.18), transparent 24%),
    radial-gradient(circle at 90% 0%, rgba(159, 11, 79, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(12, 28, 54, 0.98), rgba(18, 39, 74, 0.94) 34%, rgba(255, 255, 255, 0.96) 34.2%, rgba(248, 250, 252, 0.96));
  border-color: rgba(15, 35, 70, 0.1);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
}
.card-profile::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 35, 70, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 35, 70, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
          mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
  pointer-events: none;
}
.profile-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 270px);
  gap: 10px;
  align-items: stretch;
}
.profile-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 12px;
}
.profile-copy {
  min-width: 0;
}
.profile-kicker {
  color: rgba(100, 116, 139, 0.9);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.profile-copy h1 {
  margin: 2px 0 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}
.profile-copy p {
  margin: 5px 0 0;
  max-width: 560px;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.35;
}
/* ---------- Avatar ---------- */
.avatar-shell{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.7);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px){
.avatar-shell{
    height: 4rem;
    width: 4rem;
}
}
.avatar-shell {
  flex: 0 0 auto;
  box-shadow: 0 16px 28px rgba(15, 35, 70, 0.12);
}
.avatar-image{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ---------- Stats ---------- */
.stats-grid{
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 768px){
.stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.stat-card{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height: 66px;
}
.stat-icon{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: var(--navy);
}
.stat-icon.accent {
  background: var(--maroon);
}
.stat-value{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--navy);
}
.stat-value-row{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}
.stat-percent{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.stat-date-inline{
  margin-left: auto;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.stat-inline{
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
}
.stat-value.accent-text {
  color: var(--maroon);
}
.stat-label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.stat-subline{
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.stat-trend-arrow{
  margin-right: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stat-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.375;
  max-width: 100%;
  white-space: normal;
}
.stat-tag--up{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.stat-tag--down{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.stat-tag--flat{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.stat-card--clients{
  --tw-border-opacity: 1;
  border-color: rgb(228 230 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}
.stat-card--clients .stat-value {
  color: #1F2A44;
}
.stat-card--clients .stat-label {
  color: #6B7280;
}
.stat-card--ca{
  --tw-border-opacity: 1;
  border-color: rgb(220 230 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 255 / var(--tw-bg-opacity, 1));
}
.stat-card--ca .stat-value {
  color: #1D4ED8;
}
.stat-card--ca .stat-label {
  color: #4B5563;
}
.stat-card--commissions{
  --tw-border-opacity: 1;
  border-color: rgb(249 218 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 243 242 / var(--tw-bg-opacity, 1));
}
.stat-card--commissions .stat-value {
  color: #9B1C1C;
}
.stat-card--commissions .stat-label {
  color: #6B7280;
}
.stat-card--net{
  --tw-border-opacity: 1;
  border-color: rgb(215 239 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 246 / var(--tw-bg-opacity, 1));
}
.stat-card--net .stat-value {
  color: #15803D;
}
.stat-card--net .stat-label {
  color: #4B5563;
}
.stat-card--trend{
  --tw-border-opacity: 1;
  border-color: rgb(230 223 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 255 / var(--tw-bg-opacity, 1));
}
.stat-card--trend .stat-value,
.stat-card--trend .stat-percent,
.stat-card--trend .stat-trend-arrow {
  color: #5B21B6;
}
.stat-card--trend .stat-label {
  color: #6B7280;
}
/* ---------- Labels horizontaux (si utilisés ailleurs) ---------- */
#profile .label{
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
/* ---------- Status card ---------- */
.status-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #bbf7d0;
  border-radius: 22px;
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
  color: #047857;
  padding: 10px 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.status-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.status-label {
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.status-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
  color: inherit;
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.status-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.status-auth-hint{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(4, 120, 87, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #475569;
  padding: 4px 7px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.status-chip strong {
  color: inherit;
  font-weight: 950;
}
.status-score {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  padding: 4px 8px;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
}
.status-dot{
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
}
.status-pill--warning,
.status-card.status-pill--warning {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  color: #c2410c;
}
.status-card.status-pill--warning .status-chip {
  border-color: rgba(194, 65, 12, 0.16);
  color: #c2410c;
}
.status-dot--warning{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.7);
}
.status-pill--critical,
.status-card.status-pill--critical {
  border-color: #fecdd3;
  background: linear-gradient(135deg, #fff1f2, #ffffff);
  color: #be123c;
}
.status-card.status-pill--critical .status-chip {
  border-color: rgba(190, 18, 60, 0.16);
  color: #be123c;
}
.status-dot--critical{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(244, 63, 94, 0.7);
}
/* ---------- Modules ---------- */
.dashboard-section {
  width: min(100% - 2rem, 72rem);
  margin: 2rem auto 0;
  overflow: visible;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
}
.dashboard-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid rgba(15, 35, 70, 0.08);
  background: rgba(255, 255, 255, 0.64);
}
.dashboard-section__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.dashboard-section__title {
  margin: 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.dashboard-section__subtitle {
  max-width: 42rem;
  margin: 0.15rem 0 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.45;
}
.dashboard-section__tools {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}
.module-settings-menu {
  position: relative;
  display: inline-flex;
}
.module-profile-button,
.module-settings-button,
.module-logout-button {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.68rem 0.9rem;
  white-space: nowrap;
}
.module-profile-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-profile-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-settings-button.on,
.module-settings-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.46);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.module-settings-modal {
  width: min(26rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border: 1px solid rgba(15, 35, 70, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.32);
}
.module-settings-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.1rem 0.75rem;
}
.module-settings-modal__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.module-settings-modal__head h3 {
  margin: 0.15rem 0 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.module-settings-close {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(15, 35, 70, 0.12);
  border-radius: 12px;
  background: #fff;
  color: #0f2346;
  font-size: 0.95rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
.module-settings-modal__grid {
  display: grid;
  gap: 0.5rem;
  padding: 0 1.1rem 1.1rem;
}
.module-settings-shortcut {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
  padding: 0.55rem;
  text-align: left;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.module-settings-shortcut:hover {
  border-color: rgba(15, 35, 70, 0.1);
  background: rgba(241, 245, 249, 0.78);
}
.module-settings-shortcut__icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #0f2346;
  color: #fff;
  font-size: 0.95rem;
}
.module-settings-shortcut__copy {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
}
.module-settings-shortcut__copy strong {
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.1;
}
.module-settings-shortcut__copy small {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
}
.module-logout-button {
  border: 1px solid rgba(159, 11, 79, 0.16);
  background: rgba(159, 11, 79, 0.06);
  color: #9f0b4f;
}
.module-logout-button:hover {
  border-color: rgba(159, 11, 79, 0.3);
  background: rgba(159, 11, 79, 0.1);
}
.module-tabs {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 2rem);
  gap: 0.35rem;
  overflow-x: auto;
  margin: 0.9rem auto 0;
  padding: 0.35rem;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 18px;
  background: rgba(241, 245, 249, 0.78);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.module-tabs::-webkit-scrollbar {
  display: none;
}
.module-tab {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: #475569;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  padding: 0.58rem 0.75rem;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.module-tab:hover {
  background: rgba(255, 255, 255, 0.72);
  color: #0f2346;
}
.module-tab small {
  display: inline-flex;
  min-width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(15, 35, 70, 0.07);
  color: inherit;
  font-size: 0.64rem;
  font-weight: 950;
  line-height: 1;
}
.module-tab.on {
  border-color: rgba(15, 35, 70, 0.12);
  background: #9f0b4f;
  color: #fff;
  box-shadow: 0 10px 18px rgba(159, 11, 79, 0.18);
}
.module-tab.on small {
  background: rgba(255, 255, 255, 0.16);
}
.module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  gap: 0.75rem;
  padding: 1rem;
}
.module-card {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  min-height: 6.4rem;
  padding: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(135deg, var(--module-soft), rgba(255, 255, 255, 0.88) 42%),
    #ffffff;
  text-align: left;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
.module-card::after {
  content: "";
  position: absolute;
  right: -1.15rem;
  top: -1.15rem;
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 999px;
  background: var(--module-accent);
  opacity: 0.09;
}
.module-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--module-accent) 30%, rgba(15, 35, 70, 0.1));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}
.module-card--compact {
  min-height: 4.75rem;
  padding: 0.72rem;
}
.module-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 16px;
  background: var(--module-accent);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--module-accent) 24%, transparent);
}
.module-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}
.module-title {
  margin: 0;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.module-sub {
  margin: 0.22rem 0 0;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.25;
}
.module-card.tone-navy {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
}
.module-card.tone-maroon {
  --module-accent: #9f0b4f;
  --module-soft: rgba(159, 11, 79, 0.08);
}
.module-card.tone-graphite {
  --module-accent: #334155;
  --module-soft: rgba(51, 65, 85, 0.08);
}
.module-card.tone-olive {
  --module-accent: #3f6212;
  --module-soft: rgba(63, 98, 18, 0.09);
}
.module-card.tone-steel {
  --module-accent: #0f4c5c;
  --module-soft: rgba(15, 76, 92, 0.09);
}
.module-card.tone-sand {
  --module-accent: #a16207;
  --module-soft: rgba(161, 98, 7, 0.1);
}
.module-card.tone-ruby {
  --module-accent: #be123c;
  --module-soft: rgba(190, 18, 60, 0.08);
}
.module-card.tone-admin {
  --module-accent: #6d143f;
  --module-soft: rgba(109, 20, 63, 0.09);
}
.module-card.tone-forest {
  --module-accent: #047857;
  --module-soft: rgba(4, 120, 87, 0.09);
}
.module-card.tone-exit {
  --module-accent: #475569;
  --module-soft: rgba(71, 85, 105, 0.08);
}
@media (min-width: 900px) {
.stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
}
@media (max-width: 1024px) {
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0 1rem;
}
.dashboard-section {
    width: calc(100% - 2rem);
}
.dashboard-section__header {
    flex-direction: column;
}
.dashboard-section__tools {
    width: 100%;
    justify-content: flex-start;
}
@media (min-width: 1280px){
.stats-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-hero {
    grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.main-home {
    overflow-x: hidden;
}
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1rem;
    padding: 0 0.75rem;
}
.wallpaper {
    height: 110px;
    border-radius: 0 0 22px 22px;
}
#profile .card-profile {
    border-radius: 1.5rem;
}
.stat-value-row{
    flex-wrap: wrap;
}
.stat-inline,
  .stat-date-inline{
    margin-left: 0px;
}
.card-profile{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.profile-hero {
    grid-template-columns: 1fr;
}
.profile-identity {
    align-items: flex-start;
    border-radius: 20px;
    padding: 12px;
}
.profile-copy h1 {
    font-size: 1.5rem;
}
.avatar-shell{
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 0.75rem;
}
.stats-grid{
    margin-top: 1rem;
    gap: 0.75rem;
}
.stat-card{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    min-height: 68px;
}
.stat-value {
    font-size: 0.95rem;
}
.status-card {
    width: 100%;
    border-radius: 20px;
    padding: 12px;
}
.status-stats{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.dashboard-section {
    width: calc(100% - 1.5rem);
    margin-top: 1.5rem;
    border-radius: 24px;
}
.dashboard-section__header {
    padding: 1rem;
}
.dashboard-section__tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.module-settings-menu {
    display: flex;
    min-width: 0;
}
.module-profile-button,
  .module-settings-button,
  .module-logout-button {
    width: 100%;
    border-radius: 16px;
}
.dashboard-section__title {
    font-size: 1.15rem;
}
.dashboard-section__subtitle {
    font-size: 0.8rem;
}
.module-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 0.75rem;
}
.module-tabs {
    width: calc(100% - 1.5rem);
    max-width: calc(100% - 1.5rem);
    gap: 0.28rem;
    margin-top: 0.75rem;
    padding: 0.25rem;
    border-radius: 16px;
    overflow-x: visible;
}
.module-tab {
    flex: 1 1 0;
    min-width: 0;
    min-height: 3rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.18rem;
    padding: 0.48rem 0.35rem;
    font-size: 0.7rem;
    line-height: 1;
}
.module-tab span {
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    text-overflow: clip;
    line-height: 1;
}
.module-tab small {
    min-width: 1.08rem;
    height: 1.08rem;
    font-size: 0.58rem;
}
.module-card {
    min-height: 4.75rem;
    padding: 0.65rem;
    border-radius: 16px;
}
.module-icon {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 12px;
    font-size: 0.86rem;
}
}
/* ---------- Profile page overrides ---------- */
.profile-screen{
  min-height: 100vh;
  padding-bottom: 3rem;
  background:
    radial-gradient(circle at 15% 10%, rgba(30, 58, 138, 0.08), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(136, 19, 55, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #f3f4f6 100%);
}
.profile-shell{
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.profile-intro{
  margin-bottom: 1.5rem;
}
.profile-intro__kicker{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.profile-intro__title{
  margin-top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.profile-intro__subtitle{
  margin-top: 0.5rem;
  max-width: 42rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-panel{
  border-radius: 28px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: 0 28px 48px rgba(15, 23, 42, 0.08);
}
.profile-hero{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 640px){
.profile-hero{
    flex-direction: row;
    align-items: center;
    text-align: left;
}
}
.profile-avatar{
  position: relative;
  flex-shrink: 0;
}
.profile-avatar__image{
  height: 92px;
  width: 92px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.profile-avatar__status{
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.profile-identity{
  min-width: 0px;
}
.profile-identity__name{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-identity__email{
  margin-top: 0.25rem;
  word-break: break-all;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metrics{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-metrics{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-metric{
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.profile-metric__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metric__value{
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-metric__field{
  margin-top: 0.5rem;
}
.profile-form{
  margin-top: 1.5rem;
}
.profile-form__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-form__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-field{
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 640px){
.profile-field--full{
    grid-column: span 2 / span 2;
}
}
.profile-field__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-input{
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-input:focus {
  border-color: rgba(30, 58, 138, 0.35);
  box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.08);
}
.profile-feedback{
  margin-top: 1.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.profile-feedback--error{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.profile-feedback--success{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.profile-actions{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.profile-save{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 63 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-save:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.profile-save:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}
.profile-logout{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-logout:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
@media (max-width: 640px) {
.profile-shell{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.profile-intro{
    margin-bottom: 1.25rem;
}
.profile-intro__title{
    font-size: 28px;
}
.profile-panel{
    border-radius: 26px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.profile-avatar__image{
    height: 5rem;
    width: 5rem;
}
.profile-actions{
    margin-top: 1.5rem;
}
}
.module-tags {
      margin-top: .45rem;
      padding-top: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
}
.module-tag {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      border: 1px solid rgba(15, 35, 70, 0.08);
      padding: 3px 7px;
      font-size: 10px;
      font-weight: 900;
      line-height: 1;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      background: rgba(255, 255, 255, 0.76);
      color: #475569;
      box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.module-tag--manager {
      background: rgba(15, 35, 70, 0.08);
      border-color: rgba(15, 35, 70, 0.1);
      color: #0f2346;
}
.module-tag--admin {
      background: rgba(180, 83, 9, 0.12);
      border-color: rgba(180, 83, 9, 0.18);
      color: #92400e;
}
.module-tag--ops {
      background: rgba(154, 103, 0, 0.1);
      border-color: rgba(154, 103, 0, 0.14);
      color: #854d0e;
}
.module-tag--support {
      background: rgba(11, 114, 133, 0.1);
      border-color: rgba(11, 114, 133, 0.14);
      color: #0e7490;
}
.module-tag--user {
      background: rgba(71, 85, 105, 0.1);
      border-color: rgba(71, 85, 105, 0.14);
      color: #475569;
}
.stats-switch {
      margin-top: 12px;
}
.stats-switch .stats-grid {
      margin-top: 10px;
}
.metric-toggle {
      display: inline-flex;
      flex-wrap: wrap;
      gap: 4px;
      border: 1px solid rgba(15, 35, 70, 0.1);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.84);
      padding: 4px;
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}
.metric-toggle button {
      min-height: 28px;
      border: 0;
      border-radius: 999px;
      background: transparent;
      color: #475569;
      padding: 0 12px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      transition: all 0.16s ease;
}
.metric-toggle button.on {
      background: #0f2346;
      color: #fff;
      box-shadow: 0 6px 16px rgba(15, 35, 70, 0.2);
}
.finance-metric-card {
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #f8fafc, #ffffff);
      border-color: #e2e8f0;
}
.finance-metric-card::after {
      content: "";
      position: absolute;
      right: -22px;
      top: -22px;
      width: 72px;
      height: 72px;
      border-radius: 999px;
      opacity: 0.42;
      background: currentColor;
}
.metric-card-top {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
}
.metric-dot {
      width: 9px;
      height: 9px;
      border-radius: 999px;
      background: currentColor;
      box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 16%, transparent);
}
.finance-metric-card .stat-value,
    .finance-metric-card .stat-subline {
      position: relative;
      z-index: 1;
}
.finance-metric-card .stat-value {
      margin-top: 2px;
      font-size: 1rem;
      font-weight: 950;
      letter-spacing: -0.01em;
}
.finance-metric-card .stat-subline strong {
      color: #17263a;
      font-weight: 900;
}
.finance-metric-card--clients {
      color: #1f2a44;
      background: linear-gradient(135deg, #f1f5f9, #ffffff);
      border-color: #dbe3ee;
}
.finance-metric-card--ca {
      color: #1d4ed8;
      background: linear-gradient(135deg, #eff6ff, #ffffff);
      border-color: #bfdbfe;
}
.finance-metric-card--commissions {
      color: #be123c;
      background: linear-gradient(135deg, #fff1f2, #ffffff);
      border-color: #fecdd3;
}
.finance-metric-card--trend {
      color: #6d28d9;
      background: linear-gradient(135deg, #f5f3ff, #ffffff);
      border-color: #ddd6fe;
}
.metric-trend {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 3px 7px;
      font-size: 0.68rem;
      font-weight: 900;
      line-height: 1;
}
.system-metric-card {
      background: linear-gradient(135deg, #f8fafc, #ffffff);
      border-color: #e2e8f0;
}
.system-metric-card .stat-value {
      font-size: 1rem;
      font-weight: 900;
}
.system-metric-card--ok .stat-value {
      color: #047857;
}
.system-metric-card--warning {
      background: linear-gradient(135deg, #fff7ed, #ffffff);
      border-color: #fed7aa;
}
.system-metric-card--warning .stat-value {
      color: #c2410c;
}
.system-metric-card--danger {
      background: linear-gradient(135deg, #fff1f2, #ffffff);
      border-color: #fecdd3;
}
.system-metric-card--danger .stat-value {
      color: #be123c;
}
.system-metrics-updated,
    .system-metrics-error {
      margin-top: 8px;
      font-size: 11px;
      color: #64748b;
}
.system-metrics-error {
      color: #be123c;
      font-weight: 700;
}
.role-test-trigger {
      border: 1px solid rgba(15, 35, 70, 0.12);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.78);
      color: #0f2346;
      padding: 5px 9px;
      font-size: 0.64rem;
      font-weight: 900;
      letter-spacing: 0.08em;
      line-height: 1;
      text-transform: uppercase;
      transition: all 0.16s ease;
}
.role-test-trigger:hover {
      background: #0f2346;
      color: #fff;
}
.status-chip--role {
      border-color: rgba(15, 35, 70, 0.16);
      background: rgba(15, 35, 70, 0.06);
      color: #0f2346;
}
.role-test-backdrop {
      position: fixed;
      inset: 0;
      z-index: 90;
      display: grid;
      place-items: center;
      padding: 18px;
      background: rgba(15, 23, 42, 0.46);
      -webkit-backdrop-filter: blur(4px);
              backdrop-filter: blur(4px);
}
.role-test-modal {
      position: relative;
      width: min(560px, 100%);
      border: 1px solid rgba(15, 35, 70, 0.08);
      border-radius: 24px;
      background:
        radial-gradient(circle at top left, rgba(215, 189, 136, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.96));
      padding: 20px;
      box-shadow: 0 28px 90px rgba(15, 23, 42, 0.32);
}
.role-test-close {
      position: absolute;
      top: 14px;
      right: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border: 1px solid rgba(15, 35, 70, 0.12);
      border-radius: 10px;
      background: #fff;
      color: #64748b;
      font-size: 0.9rem;
      font-weight: 900;
      line-height: 1;
}
.role-test-panel__copy {
      padding-right: 36px;
}
.role-test-panel__eyebrow {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(15, 35, 70, 0.58);
}
.role-test-panel__title {
      margin-top: 6px;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.01em;
      color: #0f2346;
}
.role-test-panel__sub {
      margin-top: 10px;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      font-size: 13px;
      color: #475569;
}
.role-test-panel__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
      margin-top: 18px;
}
.role-test-panel__select {
      min-width: 170px;
      height: 42px;
      border-radius: 14px;
      border: 1px solid rgba(15, 35, 70, 0.14);
      background: rgba(255, 255, 255, 0.98);
      padding: 0 12px;
      color: #0f172a;
}
.role-test-panel__btn {
      height: 40px;
      border-radius: 14px;
      padding: 0 14px;
      border: 1px solid rgba(15, 35, 70, 0.08);
      background: #0f2346;
      color: #fff;
      font-size: 13px;
      font-weight: 700;
}
.role-test-panel__btn:hover {
      background: #172f5a;
}
.role-test-panel__btn--ghost {
      background: transparent;
      color: #0f2346;
      border-color: rgba(15, 35, 70, 0.14);
}
.role-test-panel__btn--ghost:hover {
      background: rgba(15, 35, 70, 0.04);
}
.role-chip {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 0 10px;
      border-radius: 999px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      border: 1px solid transparent;
}
.role-chip--real {
      background: rgba(15, 35, 70, 0.08);
      color: #0f2346;
      border-color: rgba(15, 35, 70, 0.08);
}
.role-chip--test {
	      background: #fff7ed;
	      color: #9a3412;
	      border-color: rgba(234, 88, 12, 0.28);
}
.role-chip--neutral {
      background: rgba(148, 163, 184, 0.14);
      color: #334155;
      border-color: rgba(148, 163, 184, 0.18);
}
 

.login-shell[data-v-48aff721] {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(141, 102, 55, 0.22), transparent 28%),
    linear-gradient(145deg, #0b1b34 0%, #12274a 42%, #172f57 100%);
}
.login-bg[data-v-48aff721] {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.login-orb[data-v-48aff721] {
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.55;
}
.login-orb--gold[data-v-48aff721] {
  top: 10%;
  left: -4rem;
  width: 15rem;
  height: 15rem;
  background: radial-gradient(circle, rgba(176, 126, 58, 0.55), rgba(176, 126, 58, 0));
}
.login-orb--navy[data-v-48aff721] {
  right: -3rem;
  bottom: 8%;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(39, 73, 126, 0.58), rgba(39, 73, 126, 0));
}
.login-grid[data-v-48aff721] {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 82%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 82%);
}
.login-layout[data-v-48aff721] {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 440px);
  gap: 28px;
  align-items: center;
}
.login-aside[data-v-48aff721] {
  color: #f6f8fb;
  padding: 18px 8px 18px 4px;
  display: flex;
  align-items: center;
}
.login-brand[data-v-48aff721] {
  display: flex;
  align-items: center;
  gap: 18px;
}
.login-logo[data-v-48aff721] {
  width: 88px;
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  padding: 12px;
  box-shadow: 0 18px 42px rgba(4, 10, 22, 0.28);
}
.login-brand-copy h1[data-v-48aff721] {
  margin: 6px 0 10px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.login-kicker[data-v-48aff721] {
  margin: 0;
  color: #d7bd88;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.login-lead[data-v-48aff721] {
  margin: 0;
  max-width: 22rem;
  color: rgba(246, 248, 251, 0.8);
  line-height: 1.6;
}
.login-card[data-v-48aff721] {
  border-radius: 28px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 24px 80px rgba(7, 15, 32, 0.24);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
.login-card-head h2[data-v-48aff721] {
  margin: 6px 0 8px;
  color: #12274a;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.login-card-head p[data-v-48aff721] {
  margin: 0;
  color: #64748b;
  line-height: 1.55;
}
.login-card-kicker[data-v-48aff721] {
  color: #8b5a2b;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.login-form[data-v-48aff721] {
  margin-top: 24px;
  display: grid;
  gap: 18px;
}
.login-field[data-v-48aff721] {
  display: grid;
  gap: 8px;
}
.login-label[data-v-48aff721] {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  font-weight: 700;
}
.login-field input[data-v-48aff721] {
  width: 100%;
  height: 52px;
  border-radius: 14px;
  border: 1px solid #d7dfeb;
  background: #f8fafc;
  padding: 0 16px;
  color: #12274a;
  font-size: 0.98rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.login-field input[data-v-48aff721]:focus {
  outline: none;
  border-color: rgba(18, 39, 74, 0.34);
  box-shadow: 0 0 0 4px rgba(18, 39, 74, 0.08);
  background: #fff;
}
.login-password[data-v-48aff721] {
  position: relative;
}
.login-password input[data-v-48aff721] {
  padding-right: 54px;
}
.login-password-toggle[data-v-48aff721] {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 12px;
  background: #12274a;
  color: #fff;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}
.login-password-toggle[data-v-48aff721]:hover {
  background: #1d3b6c;
}
.login-submit[data-v-48aff721] {
  height: 54px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #7f2232 0%, #93283b 100%);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(127, 34, 50, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}
.login-submit[data-v-48aff721]:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(127, 34, 50, 0.28);
}
.login-submit[data-v-48aff721]:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.login-inline-actions[data-v-48aff721] {
  margin-top: -4px;
  display: flex;
  justify-content: flex-end;
}
.login-forgot-link[data-v-48aff721] {
  border: 0;
  background: transparent;
  color: #12274a;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.login-forgot-link[data-v-48aff721]:hover:not(:disabled) {
  color: #7f2232;
}
.login-forgot-link[data-v-48aff721]:disabled {
  opacity: 0.6;
  cursor: wait;
}
.login-alert[data-v-48aff721] {
  margin-top: 18px;
  padding: 13px 15px;
  border-radius: 14px;
  border: 1px solid rgba(147, 40, 59, 0.18);
  background: rgba(147, 40, 59, 0.08);
  color: #7f2232;
  font-size: 0.92rem;
  font-weight: 600;
}
.login-inline-feedback[data-v-48aff721] {
  margin-top: 18px;
  padding: 13px 15px;
  border-radius: 14px;
  font-size: 0.92rem;
  font-weight: 600;
}
.login-inline-feedback.is-success[data-v-48aff721] {
  border: 1px solid rgba(18, 120, 78, 0.18);
  background: rgba(18, 120, 78, 0.08);
  color: #12784e;
}
.login-inline-feedback.is-error[data-v-48aff721] {
  border: 1px solid rgba(147, 40, 59, 0.18);
  background: rgba(147, 40, 59, 0.08);
  color: #7f2232;
}
.login-foot[data-v-48aff721] {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.login-foot-chip[data-v-48aff721] {
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef2f7;
  color: #5b6779;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.spinner[data-v-48aff721] {
  animation: spin-48aff721 0.9s linear infinite;
}
@keyframes spin-48aff721 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
@media (max-width: 980px) {
.login-layout[data-v-48aff721] {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 0 32px;
}
.login-aside[data-v-48aff721] {
    padding: 0;
}
}
@media (max-width: 640px) {
.login-shell[data-v-48aff721] {
    background:
      radial-gradient(circle at top left, rgba(141, 102, 55, 0.16), transparent 24%),
      linear-gradient(160deg, #0b1b34 0%, #12274a 55%, #172f57 100%);
}
.login-layout[data-v-48aff721] {
    width: min(100% - 24px, 1120px);
}
.login-brand[data-v-48aff721] {
    align-items: flex-start;
    flex-direction: column;
}
.login-logo[data-v-48aff721] {
    width: 76px;
    height: 76px;
}
.login-card[data-v-48aff721] {
    padding: 22px 18px;
    border-radius: 22px;
}
}


.reset-shell[data-v-38b50b91] {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background:
    radial-gradient(circle at top, rgba(133, 94, 51, 0.18), transparent 30%),
    linear-gradient(160deg, #0e1f3d 0%, #13284b 55%, #1f3350 100%);
}
.reset-card[data-v-38b50b91] {
  width: min(100%, 36rem);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.97);
  padding: 2rem;
  box-shadow: 0 20px 60px rgba(7, 18, 35, 0.22);
}
.reset-card__kicker[data-v-38b50b91] {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #6a7e9f;
}
.reset-card__title[data-v-38b50b91] {
  margin-top: 0.75rem;
  font-size: 2rem;
  line-height: 1.1;
  color: #15284a;
}
.reset-card__subtitle[data-v-38b50b91] {
  margin-top: 0.75rem;
  color: #5f6f89;
  line-height: 1.6;
}
.reset-status[data-v-38b50b91] {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  font-size: 0.98rem;
  line-height: 1.5;
}
.reset-status.is-success[data-v-38b50b91] {
  background: rgba(40, 116, 84, 0.12);
  color: #246c52;
}
.reset-status.is-error[data-v-38b50b91] {
  background: rgba(143, 33, 68, 0.12);
  color: #8f2144;
}
.reset-form[data-v-38b50b91] {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
}
.reset-field[data-v-38b50b91] {
  display: grid;
  gap: 0.45rem;
}
.reset-label[data-v-38b50b91] {
  font-size: 0.82rem;
  font-weight: 600;
  color: #44597a;
}
.reset-field input[data-v-38b50b91] {
  width: 100%;
  border: 1px solid rgba(126, 145, 175, 0.35);
  border-radius: 0.9rem;
  padding: 0.95rem 1rem;
  outline: none;
}
.reset-btn[data-v-38b50b91] {
  margin-top: 0.25rem;
  border: 0;
  border-radius: 0.95rem;
  padding: 0.95rem 1.35rem;
  background: #1f3350;
  color: #ffffff;
  font-weight: 600;
}
.reset-btn[data-v-38b50b91]:disabled {
  opacity: 0.6;
}
.reset-actions[data-v-38b50b91] {
  margin-top: 1.5rem;
}
.reset-link[data-v-38b50b91] {
  color: #1f3350;
  font-weight: 600;
  text-decoration: none;
}


.validate-shell[data-v-b244de82] {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background:
    radial-gradient(circle at top, rgba(133, 94, 51, 0.18), transparent 30%),
    linear-gradient(160deg, #0e1f3d 0%, #13284b 55%, #1f3350 100%);
}
.validate-card[data-v-b244de82] {
  width: min(100%, 36rem);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.96);
  padding: 2rem;
  box-shadow: 0 20px 60px rgba(7, 18, 35, 0.22);
}
.validate-card__kicker[data-v-b244de82] {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #6a7e9f;
}
.validate-card__title[data-v-b244de82] {
  margin-top: 0.75rem;
  font-size: 2rem;
  line-height: 1.1;
  color: #15284a;
}
.validate-card__subtitle[data-v-b244de82] {
  margin-top: 0.75rem;
  color: #5f6f89;
  line-height: 1.6;
}
.validate-status[data-v-b244de82] {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  font-size: 0.98rem;
  line-height: 1.5;
}
.validate-status.is-loading[data-v-b244de82] {
  background: rgba(31, 51, 80, 0.08);
  color: #1f3350;
}
.validate-status.is-success[data-v-b244de82] {
  background: rgba(40, 116, 84, 0.12);
  color: #246c52;
}
.validate-status.is-error[data-v-b244de82] {
  background: rgba(143, 33, 68, 0.12);
  color: #8f2144;
}
.validate-actions[data-v-b244de82] {
  margin-top: 1.5rem;
}
.validate-btn[data-v-b244de82] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 14rem;
  border-radius: 0.95rem;
  padding: 0.95rem 1.35rem;
  background: #1f3350;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}


/* ---------- Fond supérieur décoratif ---------- */
.main-home{
  position: relative;
  min-height: 100vh;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background: #f8fafc;
}
#profile.main-home {
  padding-top: 3.75rem !important;
  padding-bottom: 2rem !important;
}
.wallpaper{
  width: 100%;
  border-radius: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  height: 118px;
  background:
    radial-gradient(circle at 14% 24%, rgba(215, 189, 136, 0.16), transparent 22%),
    linear-gradient(145deg, rgba(11, 27, 52, 0.96), rgba(18, 39, 74, 0.92) 46%, rgba(23, 47, 87, 0.94));
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.wallpaper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
  pointer-events: none;
}
.wallpaper::after {
  content: "";
  position: absolute;
  inset: auto -8% -35% auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(215, 189, 136, 0.22), transparent 68%);
  filter: blur(24px);
  opacity: 0.8;
}
/* ---------- Positionnement de la carte profil ---------- */
.card-profile-wrapper{
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 91.666667%;
}
@media (min-width: 640px){
.card-profile-wrapper{
    width: 83.333333%;
}
}
@media (min-width: 768px){
.card-profile-wrapper{
    width: 75%;
}
}
@media (min-width: 1024px){
.card-profile-wrapper{
    width: 66.666667%;
}
}
.card-profile-wrapper {
  transform: translateX(-50%);
}
#profile .wallpaper {
  overflow: visible;
}
#profile .card-profile-wrapper {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  margin-top: 0;
  padding: 0 1rem;
}
#profile .card-profile {
  max-width: 1120px;
  margin: 0 auto;
}
/* ---------- Carte de profil ---------- */
.card-profile{
  position: relative;
  width: 100%;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(215, 189, 136, 0.18), transparent 24%),
    radial-gradient(circle at 90% 0%, rgba(159, 11, 79, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(12, 28, 54, 0.98), rgba(18, 39, 74, 0.94) 34%, rgba(255, 255, 255, 0.96) 34.2%, rgba(248, 250, 252, 0.96));
  border-color: rgba(15, 35, 70, 0.1);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
}
.card-profile::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 35, 70, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 35, 70, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
          mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
  pointer-events: none;
}
.profile-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 270px);
  gap: 10px;
  align-items: stretch;
}
.profile-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 12px;
}
.profile-copy {
  min-width: 0;
}
.profile-kicker {
  color: rgba(100, 116, 139, 0.9);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.profile-copy h1 {
  margin: 2px 0 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}
.profile-copy p {
  margin: 5px 0 0;
  max-width: 560px;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.35;
}
/* ---------- Avatar ---------- */
.avatar-shell{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.7);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px){
.avatar-shell{
    height: 4rem;
    width: 4rem;
}
}
.avatar-shell {
  flex: 0 0 auto;
  box-shadow: 0 16px 28px rgba(15, 35, 70, 0.12);
}
.avatar-image{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ---------- Stats ---------- */
.stats-grid{
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 768px){
.stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.stat-card{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height: 66px;
}
.stat-icon{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: var(--navy);
}
.stat-icon.accent {
  background: var(--maroon);
}
.stat-value{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--navy);
}
.stat-value-row{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}
.stat-percent{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.stat-date-inline{
  margin-left: auto;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.stat-inline{
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
}
.stat-value.accent-text {
  color: var(--maroon);
}
.stat-label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.stat-subline{
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.stat-trend-arrow{
  margin-right: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stat-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.375;
  max-width: 100%;
  white-space: normal;
}
.stat-tag--up{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.stat-tag--down{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.stat-tag--flat{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.stat-card--clients{
  --tw-border-opacity: 1;
  border-color: rgb(228 230 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}
.stat-card--clients .stat-value {
  color: #1F2A44;
}
.stat-card--clients .stat-label {
  color: #6B7280;
}
.stat-card--ca{
  --tw-border-opacity: 1;
  border-color: rgb(220 230 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 255 / var(--tw-bg-opacity, 1));
}
.stat-card--ca .stat-value {
  color: #1D4ED8;
}
.stat-card--ca .stat-label {
  color: #4B5563;
}
.stat-card--commissions{
  --tw-border-opacity: 1;
  border-color: rgb(249 218 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 243 242 / var(--tw-bg-opacity, 1));
}
.stat-card--commissions .stat-value {
  color: #9B1C1C;
}
.stat-card--commissions .stat-label {
  color: #6B7280;
}
.stat-card--net{
  --tw-border-opacity: 1;
  border-color: rgb(215 239 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 246 / var(--tw-bg-opacity, 1));
}
.stat-card--net .stat-value {
  color: #15803D;
}
.stat-card--net .stat-label {
  color: #4B5563;
}
.stat-card--trend{
  --tw-border-opacity: 1;
  border-color: rgb(230 223 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 255 / var(--tw-bg-opacity, 1));
}
.stat-card--trend .stat-value,
.stat-card--trend .stat-percent,
.stat-card--trend .stat-trend-arrow {
  color: #5B21B6;
}
.stat-card--trend .stat-label {
  color: #6B7280;
}
/* ---------- Labels horizontaux (si utilisés ailleurs) ---------- */
#profile .label{
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
/* ---------- Status card ---------- */
.status-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #bbf7d0;
  border-radius: 22px;
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
  color: #047857;
  padding: 10px 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.status-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.status-label {
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.status-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
  color: inherit;
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.status-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.status-auth-hint{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(4, 120, 87, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #475569;
  padding: 4px 7px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.status-chip strong {
  color: inherit;
  font-weight: 950;
}
.status-score {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  padding: 4px 8px;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
}
.status-dot{
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
}
.status-pill--warning,
.status-card.status-pill--warning {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  color: #c2410c;
}
.status-card.status-pill--warning .status-chip {
  border-color: rgba(194, 65, 12, 0.16);
  color: #c2410c;
}
.status-dot--warning{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.7);
}
.status-pill--critical,
.status-card.status-pill--critical {
  border-color: #fecdd3;
  background: linear-gradient(135deg, #fff1f2, #ffffff);
  color: #be123c;
}
.status-card.status-pill--critical .status-chip {
  border-color: rgba(190, 18, 60, 0.16);
  color: #be123c;
}
.status-dot--critical{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(244, 63, 94, 0.7);
}
/* ---------- Modules ---------- */
.dashboard-section {
  width: min(100% - 2rem, 72rem);
  margin: 2rem auto 0;
  overflow: visible;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
}
.dashboard-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid rgba(15, 35, 70, 0.08);
  background: rgba(255, 255, 255, 0.64);
}
.dashboard-section__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.dashboard-section__title {
  margin: 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.dashboard-section__subtitle {
  max-width: 42rem;
  margin: 0.15rem 0 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.45;
}
.dashboard-section__tools {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}
.module-settings-menu {
  position: relative;
  display: inline-flex;
}
.module-profile-button,
.module-settings-button,
.module-logout-button {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.68rem 0.9rem;
  white-space: nowrap;
}
.module-profile-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-profile-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-settings-button.on,
.module-settings-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.46);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.module-settings-modal {
  width: min(26rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border: 1px solid rgba(15, 35, 70, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.32);
}
.module-settings-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.1rem 0.75rem;
}
.module-settings-modal__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.module-settings-modal__head h3 {
  margin: 0.15rem 0 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.module-settings-close {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(15, 35, 70, 0.12);
  border-radius: 12px;
  background: #fff;
  color: #0f2346;
  font-size: 0.95rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
.module-settings-modal__grid {
  display: grid;
  gap: 0.5rem;
  padding: 0 1.1rem 1.1rem;
}
.module-settings-shortcut {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
  padding: 0.55rem;
  text-align: left;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.module-settings-shortcut:hover {
  border-color: rgba(15, 35, 70, 0.1);
  background: rgba(241, 245, 249, 0.78);
}
.module-settings-shortcut__icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #0f2346;
  color: #fff;
  font-size: 0.95rem;
}
.module-settings-shortcut__copy {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
}
.module-settings-shortcut__copy strong {
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.1;
}
.module-settings-shortcut__copy small {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
}
.module-logout-button {
  border: 1px solid rgba(159, 11, 79, 0.16);
  background: rgba(159, 11, 79, 0.06);
  color: #9f0b4f;
}
.module-logout-button:hover {
  border-color: rgba(159, 11, 79, 0.3);
  background: rgba(159, 11, 79, 0.1);
}
.module-tabs {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 2rem);
  gap: 0.35rem;
  overflow-x: auto;
  margin: 0.9rem auto 0;
  padding: 0.35rem;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 18px;
  background: rgba(241, 245, 249, 0.78);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.module-tabs::-webkit-scrollbar {
  display: none;
}
.module-tab {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: #475569;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  padding: 0.58rem 0.75rem;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.module-tab:hover {
  background: rgba(255, 255, 255, 0.72);
  color: #0f2346;
}
.module-tab small {
  display: inline-flex;
  min-width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(15, 35, 70, 0.07);
  color: inherit;
  font-size: 0.64rem;
  font-weight: 950;
  line-height: 1;
}
.module-tab.on {
  border-color: rgba(15, 35, 70, 0.12);
  background: #9f0b4f;
  color: #fff;
  box-shadow: 0 10px 18px rgba(159, 11, 79, 0.18);
}
.module-tab.on small {
  background: rgba(255, 255, 255, 0.16);
}
.module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  gap: 0.75rem;
  padding: 1rem;
}
.module-card {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  min-height: 6.4rem;
  padding: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(135deg, var(--module-soft), rgba(255, 255, 255, 0.88) 42%),
    #ffffff;
  text-align: left;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
.module-card::after {
  content: "";
  position: absolute;
  right: -1.15rem;
  top: -1.15rem;
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 999px;
  background: var(--module-accent);
  opacity: 0.09;
}
.module-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--module-accent) 30%, rgba(15, 35, 70, 0.1));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}
.module-card--compact {
  min-height: 4.75rem;
  padding: 0.72rem;
}
.module-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 16px;
  background: var(--module-accent);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--module-accent) 24%, transparent);
}
.module-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}
.module-title {
  margin: 0;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.module-sub {
  margin: 0.22rem 0 0;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.25;
}
.module-card.tone-navy {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
}
.module-card.tone-maroon {
  --module-accent: #9f0b4f;
  --module-soft: rgba(159, 11, 79, 0.08);
}
.module-card.tone-graphite {
  --module-accent: #334155;
  --module-soft: rgba(51, 65, 85, 0.08);
}
.module-card.tone-olive {
  --module-accent: #3f6212;
  --module-soft: rgba(63, 98, 18, 0.09);
}
.module-card.tone-steel {
  --module-accent: #0f4c5c;
  --module-soft: rgba(15, 76, 92, 0.09);
}
.module-card.tone-sand {
  --module-accent: #a16207;
  --module-soft: rgba(161, 98, 7, 0.1);
}
.module-card.tone-ruby {
  --module-accent: #be123c;
  --module-soft: rgba(190, 18, 60, 0.08);
}
.module-card.tone-admin {
  --module-accent: #6d143f;
  --module-soft: rgba(109, 20, 63, 0.09);
}
.module-card.tone-forest {
  --module-accent: #047857;
  --module-soft: rgba(4, 120, 87, 0.09);
}
.module-card.tone-exit {
  --module-accent: #475569;
  --module-soft: rgba(71, 85, 105, 0.08);
}
@media (min-width: 900px) {
.stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
}
@media (max-width: 1024px) {
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0 1rem;
}
.dashboard-section {
    width: calc(100% - 2rem);
}
.dashboard-section__header {
    flex-direction: column;
}
.dashboard-section__tools {
    width: 100%;
    justify-content: flex-start;
}
@media (min-width: 1280px){
.stats-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-hero {
    grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.main-home {
    overflow-x: hidden;
}
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1rem;
    padding: 0 0.75rem;
}
.wallpaper {
    height: 110px;
    border-radius: 0 0 22px 22px;
}
#profile .card-profile {
    border-radius: 1.5rem;
}
.stat-value-row{
    flex-wrap: wrap;
}
.stat-inline,
  .stat-date-inline{
    margin-left: 0px;
}
.card-profile{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.profile-hero {
    grid-template-columns: 1fr;
}
.profile-identity {
    align-items: flex-start;
    border-radius: 20px;
    padding: 12px;
}
.profile-copy h1 {
    font-size: 1.5rem;
}
.avatar-shell{
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 0.75rem;
}
.stats-grid{
    margin-top: 1rem;
    gap: 0.75rem;
}
.stat-card{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    min-height: 68px;
}
.stat-value {
    font-size: 0.95rem;
}
.status-card {
    width: 100%;
    border-radius: 20px;
    padding: 12px;
}
.status-stats{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.dashboard-section {
    width: calc(100% - 1.5rem);
    margin-top: 1.5rem;
    border-radius: 24px;
}
.dashboard-section__header {
    padding: 1rem;
}
.dashboard-section__tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.module-settings-menu {
    display: flex;
    min-width: 0;
}
.module-profile-button,
  .module-settings-button,
  .module-logout-button {
    width: 100%;
    border-radius: 16px;
}
.dashboard-section__title {
    font-size: 1.15rem;
}
.dashboard-section__subtitle {
    font-size: 0.8rem;
}
.module-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 0.75rem;
}
.module-tabs {
    width: calc(100% - 1.5rem);
    max-width: calc(100% - 1.5rem);
    gap: 0.28rem;
    margin-top: 0.75rem;
    padding: 0.25rem;
    border-radius: 16px;
    overflow-x: visible;
}
.module-tab {
    flex: 1 1 0;
    min-width: 0;
    min-height: 3rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.18rem;
    padding: 0.48rem 0.35rem;
    font-size: 0.7rem;
    line-height: 1;
}
.module-tab span {
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    text-overflow: clip;
    line-height: 1;
}
.module-tab small {
    min-width: 1.08rem;
    height: 1.08rem;
    font-size: 0.58rem;
}
.module-card {
    min-height: 4.75rem;
    padding: 0.65rem;
    border-radius: 16px;
}
.module-icon {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 12px;
    font-size: 0.86rem;
}
}
/* ---------- Profile page overrides ---------- */
.profile-screen{
  min-height: 100vh;
  padding-bottom: 3rem;
  background:
    radial-gradient(circle at 15% 10%, rgba(30, 58, 138, 0.08), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(136, 19, 55, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #f3f4f6 100%);
}
.profile-shell{
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.profile-intro{
  margin-bottom: 1.5rem;
}
.profile-intro__kicker{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.profile-intro__title{
  margin-top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.profile-intro__subtitle{
  margin-top: 0.5rem;
  max-width: 42rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-panel{
  border-radius: 28px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: 0 28px 48px rgba(15, 23, 42, 0.08);
}
.profile-hero{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 640px){
.profile-hero{
    flex-direction: row;
    align-items: center;
    text-align: left;
}
}
.profile-avatar{
  position: relative;
  flex-shrink: 0;
}
.profile-avatar__image{
  height: 92px;
  width: 92px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.profile-avatar__status{
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.profile-identity{
  min-width: 0px;
}
.profile-identity__name{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-identity__email{
  margin-top: 0.25rem;
  word-break: break-all;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metrics{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-metrics{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-metric{
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.profile-metric__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metric__value{
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-metric__field{
  margin-top: 0.5rem;
}
.profile-form{
  margin-top: 1.5rem;
}
.profile-form__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-form__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-field{
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 640px){
.profile-field--full{
    grid-column: span 2 / span 2;
}
}
.profile-field__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-input{
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-input:focus {
  border-color: rgba(30, 58, 138, 0.35);
  box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.08);
}
.profile-feedback{
  margin-top: 1.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.profile-feedback--error{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.profile-feedback--success{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.profile-actions{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.profile-save{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 63 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-save:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.profile-save:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}
.profile-logout{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-logout:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
@media (max-width: 640px) {
.profile-shell{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.profile-intro{
    margin-bottom: 1.25rem;
}
.profile-intro__title{
    font-size: 28px;
}
.profile-panel{
    border-radius: 26px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.profile-avatar__image{
    height: 5rem;
    width: 5rem;
}
.profile-actions{
    margin-top: 1.5rem;
}
}
.profile-password-card__sub {
      margin-top: 0.35rem;
      font-size: 0.92rem;
      color: #64748b;
}
.profile-password-trigger {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      min-height: 44px;
      padding: 0 1rem;
      border-radius: 14px;
      border: 1px solid rgba(15, 35, 70, 0.16);
      background: #ffffff;
      color: #0f2346;
      font-size: 0.82rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      transition: background 160ms ease, border-color 160ms ease;
}
.profile-password-trigger:hover {
      background: rgba(15, 35, 70, 0.04);
      border-color: rgba(15, 35, 70, 0.28);
}
.profile-modal-backdrop {
      position: fixed;
      inset: 0;
      z-index: 80;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding: 1rem;
      background: rgba(15, 23, 42, 0.62);
}
.profile-password-modal {
      width: min(520px, 100%);
      max-height: min(92vh, 640px);
      overflow-y: auto;
      border-radius: 28px 28px 0 0;
      border: 1px solid rgba(226, 232, 240, 0.9);
      background: #ffffff;
      padding: 1.25rem;
      box-shadow: 0 30px 80px rgba(15, 23, 42, 0.28);
}
.profile-password-modal__head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 1rem;
      margin-bottom: 1rem;
}
.profile-password-modal__title {
      margin: 0.2rem 0 0;
      color: #0f2346;
      font-size: 1.25rem;
      font-weight: 800;
}
.profile-modal-close {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.35);
      background: #ffffff;
      color: #475569;
      font-size: 1.35rem;
      line-height: 1;
}
.profile-password-modal__body {
      display: grid;
      gap: 0.9rem;
}
.profile-password-modal__actions {
      display: flex;
      flex-direction: column-reverse;
      align-items: stretch;
      gap: 0.75rem;
      margin-top: 1.25rem;
}
.profile-password-modal__actions .profile-logout {
      justify-content: center;
      text-align: center;
}
@media (min-width: 640px) {
.profile-modal-backdrop {
         align-items: center;
}
.profile-password-modal {
         border-radius: 28px;
         padding: 1.5rem;
}
.profile-password-modal__actions {
         flex-direction: row;
         align-items: center;
         justify-content: flex-end;
}
}


.admin-hero[data-v-6b090a41] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: .75rem;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(255,249,235,.92));
  box-shadow: 0 12px 30px rgba(23, 38, 58, .06);
  padding: 1rem;
}
.admin-hero--navy[data-v-6b090a41] {
  background: linear-gradient(135deg, #17263a, #2d405d);
}
.admin-hero-copy[data-v-6b090a41] {
  min-width: 0;
}
.admin-kicker[data-v-6b090a41] {
  color: #9a6a15;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.admin-hero--navy .admin-kicker[data-v-6b090a41] {
  color: #f7d38a;
}
.admin-hero h1[data-v-6b090a41] {
  margin: .125rem 0 0;
  color: #111827;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.1;
}
.admin-hero--navy h1[data-v-6b090a41] {
  color: #fff;
}
.admin-hero p[data-v-6b090a41] {
  margin: .25rem 0 0;
  color: #64748b;
  font-size: .85rem;
  overflow-wrap: anywhere;
}
.admin-hero--navy p[data-v-6b090a41] {
  color: rgba(255,255,255,.72);
}
.admin-hero-actions[data-v-6b090a41] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .5rem;
  min-width: 0;
}
@media (max-width: 640px) {
.admin-hero[data-v-6b090a41] {
    align-items: stretch;
    flex-direction: column;
    border-radius: 1rem;
    padding: .875rem;
}
.admin-hero-actions[data-v-6b090a41] {
    justify-content: flex-start;
    width: 100%;
}
.admin-hero-actions[data-v-6b090a41] .btn {
    flex: 1 1 8.75rem;
}
}


.admin-kpi-card[data-v-1f0f6750] {
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: .875rem;
  background: #fff;
  padding: .7rem;
}
.admin-kpi-card--blue[data-v-1f0f6750] {
  border-color: #bfdbfe;
  background: linear-gradient(135deg, #eff6ff, #ffffff);
}
.admin-kpi-card--rose[data-v-1f0f6750] {
  border-color: #fecdd3;
  background: linear-gradient(135deg, #fff1f2, #ffffff);
}
.admin-kpi-card--green[data-v-1f0f6750] {
  border-color: #bbf7d0;
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
}
.admin-kpi-card--orange[data-v-1f0f6750] {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
}
.admin-kpi-card span[data-v-1f0f6750] {
  display: block;
  color: #64748b;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.admin-kpi-card strong[data-v-1f0f6750] {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-top: .3rem;
  color: #111827;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.1;
  overflow-wrap: anywhere;
}
.admin-kpi-card small[data-v-1f0f6750] {
  display: block;
  margin-top: .4rem;
  color: #64748b;
  font-size: .72rem;
}


.admin-kpi-grid[data-v-9d7c921c] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .625rem;
  max-width: 100%;
  min-width: 0;
  margin-top: .75rem;
}
@media (max-width: 1100px) {
.admin-kpi-grid[data-v-9d7c921c] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.admin-kpi-grid[data-v-9d7c921c] {
    grid-template-columns: 1fr;
}
}


.admin-modal-backdrop[data-v-251d8c9a] {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1.125rem;
  background: rgba(15, 23, 42, .48);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.admin-modal[data-v-251d8c9a] {
  width: min(47.5rem, 100%);
  max-height: calc(100vh - 2.25rem);
  overflow-y: auto;
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 1.125rem;
  background: linear-gradient(135deg, #ffffff, #fffaf0);
  box-shadow: 0 24px 80px rgba(15, 23, 42, .28);
  padding: 1rem;
}
.admin-modal--lg[data-v-251d8c9a] {
  width: min(65rem, 100%);
}
.admin-modal-head[data-v-251d8c9a] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  min-width: 0;
}
.admin-kicker[data-v-251d8c9a] {
  color: #9a6a15;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.admin-modal h3[data-v-251d8c9a] {
  margin: 0;
  color: #111827;
  font-size: 1.15rem;
  font-weight: 900;
}
.admin-modal p[data-v-251d8c9a] {
  margin: .25rem 0 0;
  color: #64748b;
  font-size: .8rem;
}
.admin-modal-close[data-v-251d8c9a] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid #e5e7eb;
  border-radius: .625rem;
  background: #fff;
  color: #64748b;
  font-size: .95rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 640px) {
.admin-modal-backdrop[data-v-251d8c9a] {
    align-items: end;
    padding: .625rem;
}
.admin-modal[data-v-251d8c9a] {
    width: 100%;
    max-height: calc(100vh - 1.25rem);
    border-radius: 1rem;
    padding: .75rem;
}
.admin-modal-head[data-v-251d8c9a] {
    align-items: stretch;
}
}


.admin-page-shell[data-v-8e5ff292] {
  min-height: 100vh;
  overflow-x: hidden;
  background: linear-gradient(135deg, #f7f3ec 0%, #eef3f0 100%);
}
.admin-page-container[data-v-8e5ff292] {
  width: min(100%, 80rem);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem 2.5rem;
}
@media (max-width: 640px) {
.admin-page-container[data-v-8e5ff292] {
    padding-right: .75rem;
    padding-left: .75rem;
}
}


.admin-section-card[data-v-58898baa] {
  max-width: 100%;
  min-width: 0;
  margin-top: .625rem;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .05);
  padding: .75rem;
}
.admin-section-head[data-v-58898baa] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  min-width: 0;
}
.admin-section-title[data-v-58898baa] {
  min-width: 0;
}
.admin-kicker[data-v-58898baa] {
  color: #9a6a15;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.admin-section-card h3[data-v-58898baa] {
  margin: 0;
  color: #111827;
  font-weight: 900;
}
.admin-section-actions[data-v-58898baa] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .5rem;
  min-width: 0;
}
@media (max-width: 640px) {
.admin-section-card[data-v-58898baa] {
    border-radius: .875rem;
    padding: .625rem;
}
.admin-section-head[data-v-58898baa] {
    align-items: stretch;
    flex-direction: column;
}
.admin-section-actions[data-v-58898baa] {
    justify-content: flex-start;
    width: 100%;
}
}


.users-kpi-grid[data-v-1c201341] {
  margin-top: .85rem;
}
.users-layout[data-v-1c201341] {
  display: grid;
  grid-template-columns: minmax(18rem, 24rem) minmax(0, 1fr);
  gap: .9rem;
  margin-top: .9rem;
  align-items: start;
}
.users-left-panel[data-v-1c201341] {
  position: sticky;
  top: 5.25rem;
  min-width: 0;
}
.users-main-panel[data-v-1c201341] {
  display: grid;
  min-width: 0;
  gap: .9rem;
}
.users-panel[data-v-1c201341] {
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .05);
  padding: 1rem;
}
.users-panel--soft[data-v-1c201341] {
  background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 247, 237, .74));
}
.users-panel--detail[data-v-1c201341] {
  min-height: 28rem;
}
.users-mobile-toggle[data-v-1c201341] {
  display: none;
  width: 100%;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2d785;
  border-radius: .65rem;
  background: #fff7df;
  color: #7c530f;
  margin-top: .75rem;
  padding: .55rem .78rem;
  font-size: .76rem;
  font-weight: 950;
}
.users-filter-card[data-v-1c201341] {
  display: grid;
  gap: .55rem;
  margin-bottom: .75rem;
  border: 1px solid #e5e7eb;
  border-radius: .9rem;
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  padding: .7rem;
}
.users-search-wrap[data-v-1c201341] {
  display: grid;
  grid-template-columns: 1.1rem minmax(0, 1fr) 1.7rem;
  align-items: center;
  gap: .45rem;
  min-height: 2.45rem;
  border: 1px solid #cbd5e1;
  border-radius: .75rem;
  background: #fff;
  color: #64748b;
  padding: 0 .6rem;
}
.users-search-wrap input[data-v-1c201341] {
  min-width: 0;
  border: 0;
  outline: none;
  color: #17263a;
  font-size: .82rem;
  font-weight: 800;
}
.users-search-wrap input[data-v-1c201341]::-moz-placeholder {
  color: #94a3b8;
  font-weight: 700;
}
.users-search-wrap input[data-v-1c201341]::placeholder {
  color: #94a3b8;
  font-weight: 700;
}
.users-search-wrap button[data-v-1c201341] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border: 0;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
  font-size: .7rem;
}
.users-filter-row[data-v-1c201341] {
  display: flex;
  align-items: center;
  gap: .45rem;
}
.users-role-filter[data-v-1c201341] {
  min-width: 0;
  min-height: 2.25rem;
  flex: 1 1 auto;
  border: 1px solid #d1d5db;
  border-radius: .75rem;
  background: #fff;
  color: #17263a;
  padding: 0 .7rem;
  font-size: .78rem;
  font-weight: 900;
}
.users-filter-reset[data-v-1c201341] {
  min-height: 2.25rem;
  flex: 0 0 auto;
  border: 1px solid #fed7aa;
  border-radius: .75rem;
  background: #fff7ed;
  color: #b45309;
  padding: 0 .65rem;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.users-panel-head[data-v-1c201341] {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
}
.users-kicker[data-v-1c201341] {
  color: #9a6a15;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.users-panel-title[data-v-1c201341] {
  margin: .12rem 0 0;
  color: #111827;
  font-size: 1.05rem;
  font-weight: 950;
}
.users-panel-sub[data-v-1c201341] {
  margin: .2rem 0 0;
  color: #64748b;
  font-size: .8rem;
  font-weight: 700;
}
.admin-action[data-v-1c201341],
.users-action[data-v-1c201341],
.users-primary-btn[data-v-1c201341],
.users-secondary-btn[data-v-1c201341],
.users-danger-btn[data-v-1c201341],
.users-link-btn[data-v-1c201341] {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: .38rem;
  border-radius: .65rem;
  padding: .55rem .78rem;
  font-size: .76rem;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: all .16s ease;
}
.admin-action[data-v-1c201341] {
  border: 1px solid transparent;
}
.admin-action-dark[data-v-1c201341] {
  background: #17263a;
  color: #fff;
}
.admin-action-sm[data-v-1c201341] {
  min-height: 30px;
  border-radius: .58rem;
  padding: .45rem .7rem;
  font-size: .72rem;
}
.users-action-dark[data-v-1c201341],
.users-primary-btn[data-v-1c201341],
.users-secondary-btn--navy[data-v-1c201341] {
  border: 1px solid #17263a;
  background: #17263a;
  color: #fff;
}
.users-operation-btn[data-v-1c201341] {
  box-shadow: 0 10px 20px rgba(23, 38, 58, .12);
}
.action-count[data-v-1c201341] {
  display: inline-flex;
  min-width: 1.35rem;
  height: 1.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  color: inherit;
  font-size: .65rem;
  font-weight: 950;
}
.users-action-soft[data-v-1c201341],
.users-secondary-btn[data-v-1c201341],
.users-link-btn[data-v-1c201341] {
  border: 1px solid #f2d785;
  background: #fff7df;
  color: #7c530f;
}
.users-danger-btn[data-v-1c201341] {
  border: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.admin-action[data-v-1c201341]:hover,
.users-action[data-v-1c201341]:hover,
.users-primary-btn[data-v-1c201341]:hover,
.users-secondary-btn[data-v-1c201341]:hover,
.users-danger-btn[data-v-1c201341]:hover,
.users-link-btn[data-v-1c201341]:hover {
  transform: translateY(-1px);
}
.admin-action[data-v-1c201341]:disabled,
.users-action[data-v-1c201341]:disabled,
.users-primary-btn[data-v-1c201341]:disabled,
.users-secondary-btn[data-v-1c201341]:disabled,
.users-danger-btn[data-v-1c201341]:disabled {
  cursor: not-allowed;
  opacity: .6;
  transform: none;
}
.users-list[data-v-1c201341] {
  display: grid;
  max-height: min(68vh, 720px);
  gap: .45rem;
  margin-top: .8rem;
  overflow-y: auto;
  padding-right: .2rem;
}
.users-list-item[data-v-1c201341] {
  min-width: 0;
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: .85rem;
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  padding: .68rem .75rem;
  text-align: left;
  transition: all .16s;
}
.users-list-item[data-v-1c201341]:hover,
.users-list-item--active[data-v-1c201341] {
  border-color: rgba(140, 16, 64, .45);
  box-shadow: 0 8px 20px rgba(23, 38, 58, .08);
}
.users-list-item--active[data-v-1c201341] {
  background: rgba(140, 16, 64, .045);
}
.users-list-item-top[data-v-1c201341] {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: .6rem;
}
.users-list-email[data-v-1c201341] {
  flex: 1 1 auto;
  min-width: 0;
  color: #17263a;
  font-size: .82rem;
  font-weight: 950;
  overflow-wrap: anywhere;
}
.users-list-meta[data-v-1c201341] {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-top: .42rem;
  color: #64748b;
  font-size: .72rem;
  font-weight: 750;
}
.users-list-date[data-v-1c201341] {
  margin-top: .42rem;
  color: #94a3b8;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.users-empty[data-v-1c201341],
.users-error[data-v-1c201341],
.users-success[data-v-1c201341] {
  margin-top: .75rem;
  border-radius: .85rem;
  padding: .8rem .9rem;
  font-size: .82rem;
  font-weight: 800;
  text-align: center;
}
.users-empty[data-v-1c201341] {
  border: 1px dashed #dbe3ee;
  background: #f8fafc;
  color: #64748b;
}
.users-empty--detail[data-v-1c201341] {
  min-height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.users-error[data-v-1c201341] {
  border: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.users-success[data-v-1c201341] {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #047857;
}
.users-actions-strip[data-v-1c201341] {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .8rem;
}
.users-detail-top[data-v-1c201341] {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  border: 1px solid #eef2f7;
  border-radius: .9rem;
  background: #f8fafc;
  padding: .85rem;
}
.users-detail-email[data-v-1c201341] {
  color: #17263a;
  font-size: 1rem;
  font-weight: 950;
  overflow-wrap: anywhere;
}
.users-detail-meta[data-v-1c201341] {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .42rem;
  color: #64748b;
  font-size: .74rem;
  font-weight: 750;
}
.users-detail-grid[data-v-1c201341] {
  display: grid;
  gap: .85rem;
  margin-top: .85rem;
}
.users-subpanel[data-v-1c201341] {
  border: 1px solid #eef2f7;
  border-radius: .9rem;
  background: #fff;
  padding: .85rem;
}
.users-subpanel-title[data-v-1c201341] {
  margin-bottom: .65rem;
  color: #111827;
  font-size: .9rem;
  font-weight: 950;
}
.users-info-grid[data-v-1c201341],
.users-form-grid[data-v-1c201341] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}
.users-form-grid[data-v-1c201341] {
  margin-top: .9rem;
}
.users-info-row[data-v-1c201341] {
  display: grid;
  min-width: 0;
  gap: .18rem;
  border: 1px solid #eef2f7;
  border-radius: .72rem;
  background: #f8fafc;
  padding: .62rem .7rem;
}
.users-info-label[data-v-1c201341] {
  color: #64748b;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.users-info-value[data-v-1c201341] {
  min-width: 0;
  color: #17263a;
  font-size: .82rem;
  font-weight: 900;
}
.users-info-value--break[data-v-1c201341] {
  overflow-wrap: anywhere;
}
.input-style[data-v-1c201341] {
  min-width: 0;
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: .72rem;
  background: #fff;
  color: #17263a;
  padding: .62rem .75rem;
  font-size: .84rem;
  font-weight: 800;
  outline: none;
}
.input-style[data-v-1c201341]:focus {
  border-color: #8c1040;
  box-shadow: 0 0 0 3px rgba(140, 16, 64, .08);
}
.users-modal-backdrop[data-v-1c201341] {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  background: rgba(15, 23, 42, .55);
  padding: 1rem;
}
.users-modal[data-v-1c201341] {
  width: min(48rem, 100%);
  max-height: 92vh;
  overflow-y: auto;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .32);
  padding: 1rem;
}
.users-modal-actions[data-v-1c201341],
.users-modal-feedback[data-v-1c201341] {
  grid-column: 1 / -1;
}
.users-modal-actions[data-v-1c201341] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .55rem;
}
.role-pill[data-v-1c201341] {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  border-radius: 999px;
  padding: .25rem .52rem;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .06em;
  line-height: 1.1;
  text-transform: uppercase;
}
.role-pill--large[data-v-1c201341] {
  padding: .36rem .65rem;
  font-size: .68rem;
}
.role-pill--admin[data-v-1c201341] {
  background: #8c1040;
  color: #fff;
}
.role-pill--manager[data-v-1c201341] {
  background: #17263a;
  color: #fff;
}
.role-pill--ops[data-v-1c201341] {
  background: #9a6a15;
  color: #fff;
}
.role-pill--support[data-v-1c201341] {
  background: #0b7285;
  color: #fff;
}
.role-pill--user[data-v-1c201341] {
  background: #eef2f7;
  color: #475569;
}
@media (max-width: 1024px) {
.users-layout[data-v-1c201341] {
    grid-template-columns: 1fr;
}
.users-left-panel[data-v-1c201341] {
    position: static;
}
.users-mobile-toggle[data-v-1c201341] {
    display: inline-flex;
}
.users-left-panel.collapsed .users-left-body[data-v-1c201341] {
    display: none;
}
.users-list[data-v-1c201341] {
    max-height: none;
}
}
@media (max-width: 640px) {
.users-info-grid[data-v-1c201341],
  .users-form-grid[data-v-1c201341] {
    grid-template-columns: 1fr;
}
.users-actions-strip > button[data-v-1c201341],
  .users-action[data-v-1c201341],
  .users-primary-btn[data-v-1c201341],
  .users-secondary-btn[data-v-1c201341],
  .users-danger-btn[data-v-1c201341] {
    width: 100%;
}
.users-modal-backdrop[data-v-1c201341] {
    align-items: flex-start;
    padding: .65rem;
}
}

/* Header home style class */
.fixed-header-wrapper[data-v-0e9fa2ca] {
  position:
    fixed;
  top:
    0px;
  left:
    0px;
  right:
    0px;
  z-index:
    50;
  --tw-shadow:
    0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:
    0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur:
    blur(4px);
  -webkit-backdrop-filter:
    var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:
    var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  background:
    radial-gradient(circle at 10% 35%, rgba(215, 189, 136, 0.12), transparent 18%),
    linear-gradient(145deg, rgba(11, 27, 52, 0.97) 0%, rgba(18, 39, 74, 0.96) 54%, rgba(23, 47, 87, 0.96) 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  overflow: hidden;
}
.fixed-header-wrapper[data-v-0e9fa2ca]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.55;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.25));
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.25));
  pointer-events: none;
}
.header-home-wrapper[data-v-0e9fa2ca] {
  display:
    flex;
  align-items:
    center;
  justify-content:
    space-between;
  gap:
    0.5rem;
  padding-top:
    0.5rem;
  padding-bottom:
    0.5rem;
  padding-left:
    1rem;
  padding-right:
    1rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.header-brand[data-v-0e9fa2ca] {
  display:
    flex;
  min-width:
    0px;
  align-items:
    center;
  gap:
    0.5rem;
}
.header-role-badge[data-v-0e9fa2ca] {
  flex: 0 1 auto;
  margin-left: .25rem;
}
.brand-logo[data-v-0e9fa2ca] {
  display:
    flex;
  align-items:
    center;
  justify-content:
    center;
  border-radius:
    0.75rem;
  background-color:
    rgb(255 255 255 / 0.95);
  --tw-shadow:
    0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored:
    0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 38px;
  height: 38px;
}
.brand-logo-img[data-v-0e9fa2ca] {
  height:
    1.75rem;
  width:
    1.75rem;
  -o-object-fit:
    contain;
     object-fit:
    contain;
}
.brand-text[data-v-0e9fa2ca] {
  display:
    flex;
  min-width:
    0px;
  flex-direction:
    column;
}
.brand-kicker[data-v-0e9fa2ca] {
  font-size:
    10px;
  text-transform:
    uppercase;
  letter-spacing:
    0.3em;
  color:
    rgb(255 255 255 / 0.8);
}
.brand-title[data-v-0e9fa2ca] {
  font-size:
    1.125rem;
  line-height:
    1.75rem;
  font-weight:
    600;
  --tw-text-opacity:
    1;
  color:
    rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.header-actions[data-v-0e9fa2ca] {
  display:
    flex;
  align-items:
    center;
  gap:
    0.375rem;
}
.header-btn[data-v-0e9fa2ca] {
  display:
    inline-flex;
  align-items:
    center;
  gap:
    0.375rem;
  border-radius:
    0.75rem;
  border-width:
    1px;
  --tw-bg-opacity:
    1;
  background-color:
    rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left:
    0.625rem;
  padding-right:
    0.625rem;
  padding-top:
    0.375rem;
  padding-bottom:
    0.375rem;
  font-size:
    0.75rem;
  line-height:
    1rem;
  font-weight:
    600;
  --tw-shadow:
    0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored:
    0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:
    cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:
    150ms;
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.96);
  color: #001f3f;
  min-height: 2.05rem;
}
.header-btn i[data-v-0e9fa2ca] {
  font-size: .82rem;
}
.header-btn.alt[data-v-0e9fa2ca] {
  color: #85144b;
}
.header-btn.warn[data-v-0e9fa2ca] {
  color: #d97706;
}
.header-btn.heat[data-v-0e9fa2ca] {
  color: #b91c1c;
  border-color: #fecaca;
  background: rgba(254, 242, 242, 0.92);
}
.header-btn-event[data-v-0e9fa2ca] {
  color: #64748b;
  border-color: rgba(203, 213, 225, 0.85);
  background: rgba(248, 250, 252, 0.9);
}
.header-btn-event.active[data-v-0e9fa2ca] {
  color: #0f766e;
  border-color: #99f6e4;
  background: #ccfbf1;
}
.header-btn[data-v-0e9fa2ca]:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 31, 63, 0.12);
  background: white;
}
.header-alert[data-v-0e9fa2ca] {
  position:
    relative;
}
.header-load[data-v-0e9fa2ca] {
  position:
    relative;
}
.header-auth-hint[data-v-0e9fa2ca] {
  position:
    absolute;
  left:
    50%;
  top:
    100%;
  margin-top:
    0.25rem;
  --tw-translate-x:
    -50%;
  transform:
    translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  white-space:
    nowrap;
  border-radius:
    0.375rem;
  padding-left:
    0.5rem;
  padding-right:
    0.5rem;
  padding-top:
    0.25rem;
  padding-bottom:
    0.25rem;
  font-size:
    10px;
  line-height:
    1;
  --tw-text-opacity:
    1;
  color:
    rgb(254 243 199 / var(--tw-text-opacity, 1));
  background: rgba(15, 23, 42, 0.82);
}
.alert-badge[data-v-0e9fa2ca] {
  position:
    absolute;
  top:
    -0.25rem;
  right:
    -0.25rem;
  border-radius:
    9999px;
  padding-left:
    0.25rem;
  padding-right:
    0.25rem;
  padding-top:
    0.125rem;
  padding-bottom:
    0.125rem;
  font-size:
    9px;
  font-weight:
    600;
  --tw-text-opacity:
    1;
  color:
    rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow:
    0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:
    0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-width: 1rem;
  line-height: 1.1;
  background: #b91c1c;
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.alert-badge--alerts[data-v-0e9fa2ca] {
  background: #f59e0b;
}
.header-btn span[data-v-0e9fa2ca] {
  display:
    none;
}
@media (min-width: 768px) {
.header-btn span[data-v-0e9fa2ca] {
    display:
    inline;
}
}
@media (max-width: 640px) {
.header-home-wrapper[data-v-0e9fa2ca] {
    gap:
    0.5rem;
    padding-left:
    0.75rem;
    padding-right:
    0.75rem;
}
.brand-title[data-v-0e9fa2ca] {
    font-size:
    1rem;
    line-height:
    1.5rem;
}
.brand-kicker[data-v-0e9fa2ca] {
    display:
    none;
}
.brand-logo[data-v-0e9fa2ca] {
    display: none;
}
.brand-logo-img[data-v-0e9fa2ca] {
    height:
    1.75rem;
    width:
    1.75rem;
}
.header-brand[data-v-0e9fa2ca] {
    gap:
    0.5rem;
}
.header-btn[data-v-0e9fa2ca] {
    padding-left:
    0.5rem;
    padding-right:
    0.5rem;
    padding-top:
    0.375rem;
    padding-bottom:
    0.375rem;
    min-height: 2rem;
}
.header-role-badge[data-v-0e9fa2ca] {
    max-width: 6.4rem;
}
}
@media (max-width: 390px) {
.header-home-wrapper[data-v-0e9fa2ca] {
    padding-left:
    0.5rem;
    padding-right:
    0.5rem;
}
.header-actions[data-v-0e9fa2ca] {
    gap:
    0.25rem;
}
.header-role-badge[data-v-0e9fa2ca] {
    max-width: 5.4rem;
}
}
.navbar-shell[data-v-0e9fa2ca] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  padding: 0.58rem 1rem;
}
.navbar-back[data-v-0e9fa2ca] {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: white;
  font-size: 0.88rem;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
.navbar-back[data-v-0e9fa2ca]:hover {
  opacity: 0.8;
}
.navbar-title[data-v-0e9fa2ca] {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 0;
  max-width: min(38vw, 24rem);
  text-align: center;
  pointer-events: none;
}
.navbar-title[data-v-0e9fa2ca] .nav-title {
  position: static !important;
  left: auto !important;
  transform: none !important;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-actions[data-v-0e9fa2ca] {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.42rem;
  flex-shrink: 0;
}
.navbar-btn[data-v-0e9fa2ca] {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  border-radius: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.96);
  min-height: 2.05rem;
  padding: 0.4rem 0.62rem;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.navbar-btn i[data-v-0e9fa2ca],
.navbar-back i[data-v-0e9fa2ca] {
  font-size: 0.82rem;
}
.navbar-btn[data-v-0e9fa2ca]:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 31, 63, 0.12);
  background: white;
}
.navbar-btn--home[data-v-0e9fa2ca] {
  color: #001f3f;
}
.navbar-btn--event[data-v-0e9fa2ca] {
  color: #64748b;
  border-color: rgba(203, 213, 225, 0.85);
  background: rgba(248, 250, 252, 0.95);
}
.navbar-btn--event.active[data-v-0e9fa2ca] {
  color: #0f766e;
  border-color: #99f6e4;
  background: #ccfbf1;
}
.navbar-btn--tasks[data-v-0e9fa2ca] {
  color: #b91c1c;
  border-color: #fecaca;
  background: rgba(254, 242, 242, 0.92);
}
.navbar-btn--alerts[data-v-0e9fa2ca] {
  color: #d97706;
}
.navbar-badge[data-v-0e9fa2ca] {
  position: absolute;
  top: -0.25rem;
  right: -0.2rem;
  min-width: 1rem;
  border-radius: 9999px;
  background: #b91c1c;
  padding: 0.05rem 0.28rem;
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.1;
  color: white;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.navbar-badge--alerts[data-v-0e9fa2ca] {
  background: #f59e0b;
}
@media (max-width: 767px) {
.navbar-shell[data-v-0e9fa2ca] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.5rem;
    padding: 0.55rem 0.75rem;
}
.navbar-back span[data-v-0e9fa2ca],
  .navbar-btn span[data-v-0e9fa2ca] {
    display: none;
}
.navbar-back[data-v-0e9fa2ca],
  .navbar-btn[data-v-0e9fa2ca] {
    justify-content: center;
}
.navbar-title[data-v-0e9fa2ca] {
    position: static;
    max-width: none;
    transform: none;
    text-align: center;
}
.navbar-back[data-v-0e9fa2ca] {
    min-width: 2rem;
}
.navbar-btn[data-v-0e9fa2ca] {
    min-width: 2.15rem;
    min-height: 2.05rem;
    padding: 0.42rem 0.58rem;
}
}
@media (max-width: 639px) {
.navbar-actions[data-v-0e9fa2ca] {
    gap: 0.35rem;
}
.navbar-title[data-v-0e9fa2ca] .nav-title {
    font-size: 1rem;
}
.navbar-btn[data-v-0e9fa2ca] {
    min-width: 2.05rem;
    padding: 0.4rem 0.52rem;
    border-radius: 0.68rem;
}
}
@media (max-width: 420px) {
.navbar-title[data-v-0e9fa2ca] {
    text-align: left;
}
.navbar-title[data-v-0e9fa2ca] .nav-title {
    max-width: 4.8rem;
}
}


.preview-item[data-v-3bb6be46] {
    border-radius: 0.75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1))
}
   


.form-wrapper .btn-form[data-v-eedb464e]:active {
      letter-spacing: 1.5px;
}
.form-wrapper .btn-form[data-v-eedb464e]:disabled {
      opacity: .5;
}
.btn-active-label[data-v-eedb464e]:active {
      transform: scale(.);
      letter-spacing: 1px;
}
.btn-active-icon[data-v-eedb464e]:active {
      transform: scale(.85);
}
   

/* Search bar style class */
#category-bar .active {
   font-weight: 600;
   --tw-text-opacity: 1;
   color: rgb(243 244 246 / var(--tw-text-opacity, 1));
   background: var(--prussian-blue)!important
}
#category-bar .label {
   border-radius: 0.75rem;
   border-width: 1px;
   --tw-border-opacity: 1;
   border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
   --tw-bg-opacity: 1;
   background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
   padding-left: 2rem;
   padding-right: 2rem;
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
   text-align: center
}
   


#menu .label {
   
    display: flex;
   
    width: 16.666667%;
   
    align-items: center;
   
    justify-content: center;
   
    border-radius: 0.75rem;
   
    padding-left: 0.75rem;
   
    padding-right: 0.75rem;
   
    padding-top: 1rem;
   
    padding-bottom: 1rem;
   
    --tw-text-opacity: 1;
   
    color: rgb(243 244 246 / var(--tw-text-opacity, 1))
}
#menu .label-wrapper {
   
    display: flex;
   
    align-items: center;
   
    gap: 0.75rem;
   
    transition-duration: 300ms
}
   

/*!
 * 
 *   simple-keyboard v3.8.53
 *   https://github.com/hodgef/simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span,.hg-theme-default .hg-button span svg{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit;outline:0}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px rgba(0,0,0,.3);box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:rgba(5,25,70,.53);color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;position:absolute;transform:translateY(-100%);-webkit-user-select:none;-moz-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:rgba(0,0,0,.03);cursor:pointer}li.hg-candidate-box-list-item:active{background:rgba(0,0,0,.1)}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}
/* Card style class */
.card-wrapper[data-v-4823ec7d] {
   margin-top: 1rem;
   display: flex;
   width: 100%;
   flex-wrap: wrap;
   justify-content: space-between;
   gap: 0.25rem
}
.card[data-v-4823ec7d] {
   margin-bottom: 0.75rem;
   overflow: hidden;
   border-radius: 0.75rem;
   border-width: 1px;
   --tw-border-opacity: 1;
   border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
   --tw-bg-opacity: 1;
   background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
   --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
   --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
   max-width: 48%
}
   

/* Modal Style class */
.modal-layer[data-v-0b29744b] {
   position: fixed;
   inset: 0px;
   background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
   --tw-bg-opacity: 0.5;
   transition-duration: 300ms;
   z-index: 999;
}
.modal-wrapper[data-v-0b29744b] {
   margin-left: auto;
   margin-right: auto;
   margin-top: 6rem;
   width: 75%;
   border-radius: 0.75rem;
   --tw-bg-opacity: 1;
   background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
   padding: 2rem;
   --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
   --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {
.modal-wrapper[data-v-0b29744b] {
      width: 41.666667%;
}
}
.modal-title[data-v-0b29744b] {
   margin-bottom: 0.5rem;
   font-size: 1.25rem;
   line-height: 1.75rem;
}
[data-role=change][data-v-0b29744b]:disabled {
   opacity: .55!important;
}
   


/* Optional: fade animation */
#menu[data-v-ecc79834] {
  transition: opacity 0.3s ease;
}


.tasks-container[data-v-1c9b4546] {
  display: grid;
  gap: 1rem;
}
.tasks-dashboard-strip[data-v-1c9b4546] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  margin-top: .35rem;
}
.tasks-dashboard-group[data-v-1c9b4546] {
  min-width: 0;
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 28px rgba(23, 38, 58, .06);
  padding: .75rem;
}
.tasks-dashboard-head[data-v-1c9b4546] {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .55rem;
  min-width: 0;
}
.tasks-dashboard-icon[data-v-1c9b4546] {
  display: inline-flex;
  width: 1.85rem;
  height: 1.85rem;
  align-items: center;
  justify-content: center;
  border-radius: .75rem;
  background: #eff6ff;
  color: #0f5f95;
}
.tasks-dashboard-head small[data-v-1c9b4546] {
  display: block;
  color: #a45d0d;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}
.tasks-dashboard-head strong[data-v-1c9b4546] {
  display: block;
  margin-top: .08rem;
  color: #071426;
  font-size: .86rem;
  font-weight: 950;
  line-height: 1.05;
}
.tasks-dashboard-total[data-v-1c9b4546] {
  border: 1px dashed #f7a8c7;
  border-radius: 999px;
  background: #fff7fb;
  color: #9f0b4f;
  padding: .25rem .55rem;
  font-size: .78rem;
  font-weight: 950;
}
.tasks-dashboard-metrics[data-v-1c9b4546] {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-top: .65rem;
}
.tasks-dashboard-metric[data-v-1c9b4546] {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #f8fafc;
  color: #17263a;
  cursor: pointer;
  padding: .3rem .58rem;
  font-size: .68rem;
  font-weight: 950;
  line-height: 1;
}
.tasks-dashboard-metric span[data-v-1c9b4546] {
  max-width: 7.5rem;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tasks-dashboard-metric strong[data-v-1c9b4546] {
  color: inherit;
  font-size: .78rem;
}
.tasks-dashboard-metric.active[data-v-1c9b4546] {
  outline: 2px solid rgba(159, 11, 79, .18);
  box-shadow: inset 0 0 0 1px rgba(159, 11, 79, .18);
}
.tasks-dashboard-metric.metric-blue[data-v-1c9b4546] {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}
.tasks-dashboard-metric.metric-warm[data-v-1c9b4546],
.tasks-dashboard-metric.metric-orange[data-v-1c9b4546] {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}
.tasks-dashboard-metric.metric-green[data-v-1c9b4546] {
  border-color: #bbf7d0;
  background: #ecfdf5;
  color: #047857;
}
.tasks-dashboard-metric.metric-red[data-v-1c9b4546] {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.tasks-dashboard-metric.metric-slate[data-v-1c9b4546] {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #334155;
}
.tasks-dashboard-group.tone-running .tasks-dashboard-icon[data-v-1c9b4546] {
  background: #fff7ed;
  color: #c2410c;
}
.tasks-dashboard-group.tone-result .tasks-dashboard-icon[data-v-1c9b4546] {
  background: #ecfdf5;
  color: #047857;
}
.tasks-layout[data-v-1c9b4546] {
  display: grid;
  grid-template-columns: minmax(20rem, 25rem) minmax(0, 1fr);
  gap: 1.25rem;
  min-width: 0;
  margin-top: .45rem;
}
.tasks-left-panel[data-v-1c9b4546],
.tasks-main-panel[data-v-1c9b4546] {
  min-width: 0;
}
.tasks-left-panel[data-v-1c9b4546] {
  position: sticky;
  top: .75rem;
  align-self: start;
}
.tasks-left-body[data-v-1c9b4546] {
  display: grid;
  gap: .85rem;
}
.tasks-mobile-toggle[data-v-1c9b4546] {
  display: none;
  width: 100%;
  min-height: 2.45rem;
  margin-bottom: .75rem;
  border: 1px solid #f2d785;
  border-radius: .85rem;
  background: #fffaf0;
  color: #8a5b0a;
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tasks-panel[data-v-1c9b4546] {
  min-width: 0;
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(23, 38, 58, .07);
  overflow: hidden;
}
.tasks-panel-head[data-v-1c9b4546],
.tasks-detail-head[data-v-1c9b4546] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  padding: .72rem 1rem;
}
.tasks-kicker[data-v-1c9b4546] {
  color: #9a6a15;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.tasks-panel-title[data-v-1c9b4546],
.tasks-detail-title h2[data-v-1c9b4546],
.tasks-placeholder h2[data-v-1c9b4546] {
  margin: .05rem 0 0;
  color: #071426;
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.05;
}
.tasks-panel-sub[data-v-1c9b4546],
.tasks-detail-title p[data-v-1c9b4546],
.tasks-placeholder p[data-v-1c9b4546] {
  margin: .18rem 0 0;
  color: #5d6f89;
  font-size: .78rem;
  font-weight: 700;
}
.tasks-search[data-v-1c9b4546] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.75rem auto;
  gap: .45rem;
  padding: 0 1rem .65rem;
}
.tasks-search-input-wrap[data-v-1c9b4546] {
  position: relative;
  min-width: 0;
}
.tasks-search-input-wrap input[data-v-1c9b4546],
.tasks-field select[data-v-1c9b4546],
.tasks-field input[data-v-1c9b4546] {
  width: 100%;
  min-height: 2.25rem;
  border: 1px solid #cbd5e1;
  border-radius: .8rem;
  background: #fff;
  color: #17263a;
  padding: 0 .8rem;
  font-size: .8rem;
  font-weight: 800;
  outline: none;
}
.tasks-search-input-wrap input[data-v-1c9b4546] {
  padding-right: 2.2rem;
}
.tasks-search-input-wrap input[data-v-1c9b4546]:focus,
.tasks-field select[data-v-1c9b4546]:focus,
.tasks-field input[data-v-1c9b4546]:focus {
  border-color: rgba(23, 38, 58, .3);
  box-shadow: 0 0 0 3px rgba(23, 38, 58, .08);
}
.tasks-search-clear[data-v-1c9b4546],
.tasks-search-button[data-v-1c9b4546],
.tasks-filter-reset-global[data-v-1c9b4546] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .8rem;
}
.tasks-search-clear[data-v-1c9b4546] {
  position: absolute;
  top: 50%;
  right: .45rem;
  width: 1.6rem;
  height: 1.6rem;
  transform: translateY(-50%);
  border: 0;
  background: rgba(23, 38, 58, .07);
  color: #64748b;
  font-size: .82rem;
  font-weight: 950;
}
.tasks-search-button[data-v-1c9b4546] {
  min-height: 2.25rem;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #17263a;
  font-size: .95rem;
}
.tasks-filter-button[data-v-1c9b4546],
.tasks-results-toggle[data-v-1c9b4546] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border: 0;
  background: rgba(23, 38, 58, .04);
  color: #17263a;
  font-size: .73rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tasks-filter-button[data-v-1c9b4546] {
  width: calc(100% - 2rem);
  min-height: 2rem;
  margin: 0 1rem .45rem;
  border: 1px solid #f2d785;
  border-radius: .75rem;
  background: #fffaf0;
  color: #8a5b0a;
  padding: 0 .85rem;
}
.tasks-filter-reset-global[data-v-1c9b4546] {
  width: 2.25rem;
  min-height: 2.25rem;
  border: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c;
  font-size: .78rem;
  font-weight: 950;
}
.tasks-filter-reset-global[data-v-1c9b4546]:hover {
  border-color: #be123c;
  background: #be123c;
  color: #fff;
}
.tasks-filter-button small[data-v-1c9b4546] {
  color: #9f0b4f;
  font-size: .68rem;
  font-weight: 950;
}
.tasks-filter-card[data-v-1c9b4546] {
  margin: 0 1rem .8rem;
  border: 1px solid #e2e8f0;
  border-radius: .95rem;
  background: linear-gradient(135deg, #f8fafc, #fff);
  padding: .85rem;
}
.tasks-filter-grid[data-v-1c9b4546] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}
.tasks-field[data-v-1c9b4546] {
  display: grid;
  gap: .25rem;
  min-width: 0;
}
.tasks-field span[data-v-1c9b4546] {
  color: #64748b;
  font-size: .7rem;
  font-weight: 900;
}
.tasks-quick-ranges[data-v-1c9b4546],
.tasks-filter-actions[data-v-1c9b4546] {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .75rem;
}
.tasks-quick-ranges button[data-v-1c9b4546] {
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  padding: .45rem .7rem;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}
.tasks-action[data-v-1c9b4546],
.tasks-bulk-bar button[data-v-1c9b4546] {
  display: inline-flex;
  min-height: 2.15rem;
  align-items: center;
  justify-content: center;
  border-radius: .7rem;
  padding: .55rem .8rem;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.btn[data-v-1c9b4546] {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 9px;
  padding: 8px 12px;
  color: inherit;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.btn-soft[data-v-1c9b4546] {
  border: 1px solid #f2d785;
  background: #fff7df;
  color: #7c530f;
}
.tasks-action-dark[data-v-1c9b4546] {
  border: 1px solid #17263a;
  background: #17263a;
  color: #fff;
}
.tasks-action-soft[data-v-1c9b4546] {
  border: 1px solid #f2d785;
  background: #fffaf0;
  color: #8a5b0a;
}
.tasks-list-head[data-v-1c9b4546] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  border-bottom: 1px solid #edf2f7;
  padding: .5rem 1rem;
}
.tasks-select-all[data-v-1c9b4546],
.tasks-row-check[data-v-1c9b4546] {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: #64748b;
  font-size: .72rem;
  font-weight: 900;
}
.tasks-select-all input[data-v-1c9b4546],
.tasks-row-check input[data-v-1c9b4546] {
  width: .95rem;
  height: .95rem;
  accent-color: #9f0b4f;
}
.tasks-results-toggle[data-v-1c9b4546] {
  padding: 0;
  color: #9f0b4f;
}
.tasks-bulk-bar[data-v-1c9b4546] {
  display: grid;
  gap: .5rem;
  border-bottom: 1px solid #edf2f7;
  background: #f8fafc;
  padding: .7rem 1rem;
}
.tasks-bulk-bar span[data-v-1c9b4546] {
  color: #475569;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}
.tasks-bulk-bar div[data-v-1c9b4546] {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}
.tasks-bulk-bar button[data-v-1c9b4546] {
  min-height: 1.95rem;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #17263a;
}
.tasks-bulk-bar button.danger[data-v-1c9b4546] {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.tasks-bulk-bar button[data-v-1c9b4546]:disabled,
.tasks-action[data-v-1c9b4546]:disabled {
  cursor: not-allowed;
  opacity: .6;
}
.tasks-list[data-v-1c9b4546] {
  max-height: 58vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.tasks-list-item[data-v-1c9b4546] {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: .26rem;
  border: 0;
  border-bottom: 1px solid #edf2f7;
  background: transparent;
  padding: .56rem 1rem;
  text-align: left;
  transition: background .16s ease, border-color .16s ease;
}
.tasks-list-item[data-v-1c9b4546]:hover {
  background: #f8fafc;
}
.tasks-list-item--active[data-v-1c9b4546] {
  border-left: 4px solid #9f0b4f;
  background: rgba(255, 241, 242, .72);
  padding-left: calc(1rem - 4px);
}
.tasks-list-row[data-v-1c9b4546],
.tasks-list-meta[data-v-1c9b4546],
.tasks-row-tags[data-v-1c9b4546] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .45rem;
  min-width: 0;
}
.tasks-row-tags[data-v-1c9b4546],
.tasks-list-meta[data-v-1c9b4546] {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tasks-list-item strong[data-v-1c9b4546] {
  min-width: 0;
  overflow: hidden;
  color: #071426;
  font-size: .82rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tasks-list-item small[data-v-1c9b4546] {
  min-width: 0;
  overflow: hidden;
  color: #64748b;
  font-size: .72rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tasks-list-meta[data-v-1c9b4546] {
  color: #64748b;
  font-size: .65rem;
  font-weight: 800;
}
.tasks-mini-pill[data-v-1c9b4546],
.tasks-status-pill[data-v-1c9b4546] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: .22rem .5rem;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .05em;
  line-height: 1;
  text-transform: uppercase;
}
.tasks-status-pill--large[data-v-1c9b4546] {
  padding: .55rem .75rem;
  font-size: .72rem;
}
.tasks-mini-pill--log[data-v-1c9b4546],
.tasks-status-pill--done[data-v-1c9b4546] {
  border-color: #bbf7d0;
  background: #ecfdf5;
  color: #047857;
}
.tasks-status-pill--error[data-v-1c9b4546] {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.tasks-status-pill--running[data-v-1c9b4546] {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}
.tasks-status-pill--neutral[data-v-1c9b4546] {
  border-color: #e2e8f0;
  background: #f8fafc;
  color: #475569;
}
.tasks-progress-mini[data-v-1c9b4546] {
  display: grid;
  gap: .25rem;
}
.tasks-progress-mini span[data-v-1c9b4546] {
  color: #64748b;
  font-size: .68rem;
  font-weight: 900;
  text-align: right;
}
.tasks-progress-mini div[data-v-1c9b4546],
.tasks-progress-bar[data-v-1c9b4546] {
  height: .42rem;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}
.tasks-progress-mini i[data-v-1c9b4546],
.tasks-progress-bar i[data-v-1c9b4546] {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #9f0b4f, #f2b84b);
  transition: width .2s ease;
}
.tasks-empty[data-v-1c9b4546] {
  padding: 1rem;
  color: #64748b;
  font-size: .82rem;
  font-weight: 750;
  text-align: center;
}
.tasks-empty--compact[data-v-1c9b4546] {
  padding: .8rem;
  font-size: .72rem;
}
.tasks-empty--inline[data-v-1c9b4546] {
  border: 1px dashed #cbd5e1;
  border-radius: .85rem;
  background: #f8fafc;
}
.tasks-main-panel[data-v-1c9b4546] {
  display: grid;
  gap: .9rem;
  align-self: start;
}
.tasks-placeholder[data-v-1c9b4546] {
  padding: 2rem;
  text-align: center;
}
.tasks-detail[data-v-1c9b4546] {
  padding: .25rem;
}
.tasks-detail-head[data-v-1c9b4546] {
  align-items: flex-start;
  border-bottom: 1px solid #edf2f7;
}
.tasks-detail-title[data-v-1c9b4546] {
  min-width: 0;
}
.tasks-detail-title h2[data-v-1c9b4546] {
  overflow-wrap: anywhere;
  font-size: 1.45rem;
}
.tasks-detail-actions[data-v-1c9b4546] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .45rem;
}
.tasks-detail-button[data-v-1c9b4546] {
  border: 0;
  border-radius: .85rem;
  background: linear-gradient(135deg, #142437, #071426);
  color: #fff;
  cursor: pointer;
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .08em;
  padding: .62rem .95rem;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(7, 20, 38, .18);
}
.tasks-detail-button[data-v-1c9b4546]:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(7, 20, 38, .22);
}
.tasks-detail-grid[data-v-1c9b4546] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  padding: .9rem;
}
.tasks-detail-meta-strip[data-v-1c9b4546] {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  padding: .65rem .9rem .2rem;
}
.tasks-detail-meta-strip span[data-v-1c9b4546] {
  min-width: 0;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #f8fafc;
  padding: .35rem .65rem;
}
.tasks-detail-meta-strip small[data-v-1c9b4546] {
  margin-right: .28rem;
  color: #64748b;
  font-size: .6rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tasks-detail-meta-strip strong[data-v-1c9b4546] {
  color: #071426;
  font-size: .72rem;
  font-weight: 950;
}
.tasks-info-card[data-v-1c9b4546] {
  min-width: 0;
  border: 1px solid #e2e8f0;
  border-radius: .9rem;
  background: linear-gradient(135deg, #f8fafc, #fff);
  padding: .8rem;
}
.tasks-info-card span[data-v-1c9b4546],
.tasks-progress-card span[data-v-1c9b4546],
.tasks-section-title[data-v-1c9b4546] {
  color: #64748b;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.tasks-info-card strong[data-v-1c9b4546] {
  display: block;
  min-width: 0;
  margin-top: .3rem;
  overflow: hidden;
  color: #071426;
  font-size: .88rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tasks-progress-card[data-v-1c9b4546],
.tasks-section-block[data-v-1c9b4546] {
  margin: 0 .9rem .9rem;
  border: 1px solid #e2e8f0;
  border-radius: .95rem;
  background: #fff;
  padding: .85rem;
}
.tasks-progress-card > div[data-v-1c9b4546]:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.tasks-progress-card strong[data-v-1c9b4546] {
  color: #9f0b4f;
  font-size: 1.2rem;
  font-weight: 950;
}
.tasks-progress-bar[data-v-1c9b4546] {
  height: .62rem;
  margin-top: .7rem;
}
.tasks-progress-card small[data-v-1c9b4546] {
  display: block;
  margin-top: .55rem;
  color: #64748b;
  font-size: .76rem;
  font-weight: 750;
}
.tasks-target-list[data-v-1c9b4546],
.tasks-file-grid[data-v-1c9b4546] {
  display: grid;
  gap: .55rem;
  margin-top: .7rem;
}
.tasks-target[data-v-1c9b4546] {
  display: grid;
  grid-template-columns: minmax(7rem, .35fr) minmax(0, 1fr);
  gap: .7rem;
  border: 1px solid #edf2f7;
  border-radius: .8rem;
  background: #f8fafc;
  padding: .65rem .75rem;
}
.tasks-target span[data-v-1c9b4546] {
  color: #64748b;
  font-size: .75rem;
  font-weight: 850;
}
.tasks-target strong[data-v-1c9b4546] {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #071426;
  font-size: .78rem;
  font-weight: 900;
}
.tasks-file-grid[data-v-1c9b4546] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tasks-file-button[data-v-1c9b4546] {
  display: inline-flex;
  min-width: 0;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border: 1px solid #cbd5e1;
  border-radius: .8rem;
  background: #f8fafc;
  color: #17263a;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}
.tasks-file-button--err[data-v-1c9b4546] {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.tasks-file-button--meta[data-v-1c9b4546] {
  border-color: #bbf7d0;
  background: #ecfdf5;
  color: #047857;
}
.tasks-file-button--csv[data-v-1c9b4546] {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}
.tasks-file-button--pdf[data-v-1c9b4546] {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}
.tasks-modal-overlay[data-v-1c9b4546] {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, .52);
  padding: 1rem;
}
.tasks-modal[data-v-1c9b4546] {
  width: min(44rem, 100%);
  max-height: min(90vh, 44rem);
  overflow: hidden;
  border: 1px solid rgba(23, 38, 58, .18);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
}
.tasks-modal-head[data-v-1c9b4546] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  border-bottom: 1px solid #edf2f7;
  padding: 1rem;
}
.tasks-modal-head h2[data-v-1c9b4546] {
  margin: .15rem 0 0;
  color: #071426;
  font-size: 1.25rem;
  font-weight: 950;
}
.tasks-modal-head p[data-v-1c9b4546] {
  margin: .3rem 0 0;
  color: #64748b;
  font-size: .82rem;
  font-weight: 750;
}
.tasks-modal-close[data-v-1c9b4546] {
  display: inline-flex;
  width: 2.15rem;
  height: 2.15rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #fff;
  color: #64748b;
  font-size: 1.2rem;
  font-weight: 900;
}
.tasks-modal-body[data-v-1c9b4546] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  max-height: calc(90vh - 10rem);
  overflow-y: auto;
  padding: 1rem;
}
.tasks-modal-actions[data-v-1c9b4546] {
  display: flex;
  justify-content: flex-end;
  gap: .55rem;
  border-top: 1px solid #edf2f7;
  background: #fff;
  padding: .9rem 1rem;
}
@media (max-width: 1024px) {
.tasks-layout[data-v-1c9b4546] {
    grid-template-columns: 1fr;
}
.tasks-left-panel[data-v-1c9b4546] {
    position: static;
}
.tasks-mobile-toggle[data-v-1c9b4546] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.tasks-list[data-v-1c9b4546] {
    max-height: 52vh;
}
}
@media (max-width: 720px) {
.tasks-dashboard-strip[data-v-1c9b4546] {
    grid-template-columns: 1fr;
}
.tasks-filter-grid[data-v-1c9b4546],
  .tasks-detail-grid[data-v-1c9b4546],
  .tasks-file-grid[data-v-1c9b4546],
  .tasks-target[data-v-1c9b4546],
  .tasks-modal-body[data-v-1c9b4546] {
    grid-template-columns: 1fr;
}
.tasks-detail-head[data-v-1c9b4546] {
    flex-direction: column;
}
.tasks-detail-actions[data-v-1c9b4546] {
    justify-content: flex-start;
    width: 100%;
}
}

@keyframes loader-spin-37d5d56e{to{transform:rotate(360deg)}}.loader-wrap[data-v-37d5d56e]{align-items:center;display:flex;justify-content:center;min-height:clamp(4.5rem,12vw,7rem);padding:1rem;width:100%}.loader-shell[data-v-37d5d56e]{align-items:center;background:hsla(0,0%,100%,.82);border:1px solid rgba(15,23,42,.08);border-radius:999px;box-shadow:0 10px 30px rgba(15,23,42,.08);color:#0f2d4f;display:inline-flex;gap:.65rem;max-width:100%;padding:.55rem .85rem;white-space:nowrap}.loader-ring[data-v-37d5d56e]{animation:loader-spin-37d5d56e .8s linear infinite;border:2px solid rgba(15,45,79,.16);border-top-color:#8a1538;border-radius:999px;height:1rem;width:1rem}.loader-text[data-v-37d5d56e]{font-size:.72rem;font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase}@media(prefers-reduced-motion: reduce){.loader-ring[data-v-37d5d56e]{animation:none}}@media(max-width: 640px){.loader-wrap[data-v-37d5d56e]{min-height:3.75rem;padding:.75rem}.loader-shell[data-v-37d5d56e]{gap:.5rem;padding:.5rem .7rem}.loader-ring[data-v-37d5d56e]{height:.9rem;width:.9rem}.loader-text[data-v-37d5d56e]{font-size:.66rem;letter-spacing:.06em}}

.association-picker-backdrop[data-v-27daced9] {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, .58);
  padding: 1rem;
}
.association-picker-card[data-v-27daced9] {
  width: min(760px, 100%);
  max-height: 88vh;
  overflow: hidden;
  border-radius: 1.1rem;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
}
.association-picker-head[data-v-27daced9] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #e5e7eb;
  padding: 1rem;
}
.association-picker-head-contract[data-v-27daced9] {
  border-color: #fde68a;
  background: #fffbeb;
}
.association-picker-head-rib[data-v-27daced9] {
  border-color: #bae6fd;
  background: #f0f9ff;
}
.association-picker-head h3[data-v-27daced9] {
  margin: .2rem 0 0;
  color: #111827;
  font-size: 1.08rem;
  font-weight: 800;
}
.association-picker-head p[data-v-27daced9] {
  margin: .25rem 0 0;
  color: #64748b;
  font-size: .82rem;
}
.association-picker-body[data-v-27daced9] {
  max-height: 64vh;
  overflow: auto;
  padding: 1rem;
}
.association-picker-empty[data-v-27daced9],
.association-picker-error[data-v-27daced9] {
  border-radius: .9rem;
  padding: 1rem;
  text-align: center;
  font-size: .88rem;
}
.association-picker-empty[data-v-27daced9] {
  border: 1px dashed #cbd5e1;
  color: #64748b;
  background: #f8fafc;
}
.association-picker-error[data-v-27daced9] {
  margin: 1rem 1rem 0;
  border: 1px solid #fecaca;
  color: #b91c1c;
  background: #fef2f2;
}
.association-document-grid[data-v-27daced9] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}
.association-document-card[data-v-27daced9] {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: .85rem;
  border: 1px solid #e2e8f0;
  border-radius: .95rem;
  padding: .9rem;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
}
.association-document-card.is-current[data-v-27daced9] {
  border-color: #86efac;
  box-shadow: 0 0 0 2px #dcfce7;
}
.association-document-main[data-v-27daced9] {
  min-width: 0;
  padding-right: 4.2rem;
}
.association-document-main strong[data-v-27daced9] {
  display: block;
  overflow: hidden;
  color: #0f172a;
  font-size: .9rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.association-document-main span[data-v-27daced9] {
  display: block;
  margin-top: .25rem;
  color: #64748b;
  font-size: .75rem;
}
.association-current-badge[data-v-27daced9] {
  position: absolute;
  right: .8rem;
  top: .8rem;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: .68rem;
  font-weight: 800;
  padding: .24rem .5rem;
}
.association-document-actions[data-v-27daced9] {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.association-document-actions .mini-button[data-v-27daced9]:last-child {
  margin-left: auto;
}
.association-document-size[data-v-27daced9] {
  color: #94a3b8;
  font-size: .72rem;
  font-weight: 700;
  text-align: right;
}
.association-picker-footer[data-v-27daced9] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: .9rem 1rem;
}
.mini-button[data-v-27daced9] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  border: 1px solid #cbd5e1;
  border-radius: .62rem;
  background: #fff;
  color: #334155;
  font-size: .76rem;
  font-weight: 800;
  padding: .55rem .75rem;
  transition: .15s ease;
}
.mini-button[data-v-27daced9]:hover:not(:disabled) {
  background: #f8fafc;
}
.mini-button[data-v-27daced9]:disabled {
  cursor: not-allowed;
  opacity: .55;
}
.mini-button.icon-only[data-v-27daced9] {
  width: 2.25rem;
  padding-inline: 0;
}
.mini-button-dark[data-v-27daced9] {
  border-color: #0f172a;
  background: #0f172a;
  color: #fff;
}
.mini-button-contract[data-v-27daced9] {
  border-color: #d97706;
  background: #d97706;
}
.mini-button-rib[data-v-27daced9] {
  border-color: #0369a1;
  background: #0369a1;
}
@media (max-width: 720px) {
.association-document-grid[data-v-27daced9] {
    grid-template-columns: 1fr;
}
.association-document-actions[data-v-27daced9] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.association-document-actions .mini-button[data-v-27daced9]:last-child {
    margin-left: 0;
}
}


.association-picker-backdrop[data-v-38f5d00e] {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, .58);
  padding: 1rem;
}
[data-v-38f5d00e] .mini-actions-association {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .4rem;
  margin-top: .65rem;
}
[data-v-38f5d00e] .mini-actions-pdf {
  margin-top: .42rem;
}
[data-v-38f5d00e] .mini-button-association {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}
[data-v-38f5d00e] .mini-button-association:hover {
  border-color: #93c5fd;
  background: #dbeafe;
  color: #1e40af;
}
[data-v-38f5d00e] .mini-button-association-rib {
  border-color: #a7f3d0;
  background: #ecfdf5;
  color: #047857;
}
[data-v-38f5d00e] .mini-button-association-rib:hover {
  border-color: #6ee7b7;
  background: #d1fae5;
  color: #065f46;
}
.agreement-event-meta-list[data-v-38f5d00e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .2rem;
  margin-top: .35rem;
}
.agreement-mini-total[data-v-38f5d00e] {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 1px solid #d4af37;
  border-radius: .65rem;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, .9), transparent 28%),
    linear-gradient(135deg, #fff6b8 0%, #ffd84d 42%, #d4af37 100%);
  padding: .18rem .42rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .88),
    inset 0 -1px 0 rgba(120, 84, 10, .22),
    0 7px 16px rgba(212, 175, 55, .24);
  color: #4f3300;
  font-size: .72rem;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .55);
}
.agreement-rum-row .agreement-mini-total[data-v-38f5d00e] {
  min-width: auto;
  overflow: visible;
  color: #4f3300;
  font-family: inherit;
  text-overflow: clip;
}
.agreement-mini-total small[data-v-38f5d00e] {
  display: none;
}
.agreement-mini-total--empty[data-v-38f5d00e] {
  border-color: #e5e7eb;
  background: #f8fafc;
  box-shadow: none;
  color: #64748b;
}
.association-picker-card[data-v-38f5d00e] {
  width: min(760px, 100%);
  max-height: 88vh;
  overflow: hidden;
  border-radius: 1.1rem;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
}
.association-picker-head[data-v-38f5d00e] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #e5e7eb;
  padding: 1rem;
}
.association-picker-head h3[data-v-38f5d00e] {
  margin: .1rem 0 0;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 900;
}
.association-picker-head p[data-v-38f5d00e] {
  margin: .2rem 0 0;
  color: #64748b;
  font-size: .78rem;
  font-weight: 700;
}
.association-picker-body[data-v-38f5d00e] {
  max-height: 64vh;
  overflow: auto;
  padding: 1rem;
}
.association-picker-empty[data-v-38f5d00e],
.association-picker-error[data-v-38f5d00e] {
  border-radius: .8rem;
  padding: .85rem;
  font-size: .85rem;
  font-weight: 750;
}
.association-picker-empty[data-v-38f5d00e] {
  border: 1px dashed #cbd5e1;
  color: #64748b;
  text-align: center;
}
.association-picker-error[data-v-38f5d00e] {
  margin: .8rem 1rem 0;
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}
.association-document-grid[data-v-38f5d00e] {
  display: grid;
  gap: .75rem;
}
.association-document-card[data-v-38f5d00e] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .75rem;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: .9rem;
  padding: .85rem;
}
.association-document-main[data-v-38f5d00e] {
  min-width: 0;
}
.association-document-main strong[data-v-38f5d00e] {
  display: block;
  overflow: hidden;
  color: #0f172a;
  font-size: .9rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.association-document-main span[data-v-38f5d00e] {
  display: block;
  margin-top: .2rem;
  color: #64748b;
  font-size: .72rem;
  font-weight: 750;
}
.association-document-actions[data-v-38f5d00e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .4rem;
}
@media (max-width: 640px) {
.association-document-card[data-v-38f5d00e] {
    grid-template-columns: 1fr;
}
.association-document-actions[data-v-38f5d00e] {
    justify-content: stretch;
}
.association-document-actions .mini-button[data-v-38f5d00e] {
    flex: 1;
}
}


.doukas-filter-backdrop[data-v-35f32fce] {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  background: rgba(7, 24, 44, 0.52);
  padding: 1rem;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
.doukas-filter-modal[data-v-35f32fce] {
  width: min(46rem, 100%);
  max-height: min(88vh, 44rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 10% 0%, rgba(168, 94, 14, 0.13), transparent 32%),
    #ffffff;
  box-shadow: 0 30px 90px rgba(7, 24, 44, 0.28);
}
.doukas-filter-modal-head[data-v-35f32fce] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(15, 33, 55, 0.08);
  padding: 1rem 1.1rem;
}
.doukas-panel-kicker[data-v-35f32fce] {
  color: #a8650f;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.doukas-filter-modal-head h3[data-v-35f32fce] {
  color: #102540;
  font-size: 1.25rem;
  font-weight: 850;
}
.doukas-filter-modal-close[data-v-35f32fce] {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 33, 55, 0.1);
  border-radius: 999px;
  color: #64748b;
}
.doukas-filter-modal-close[data-v-35f32fce]:hover {
  background: #f8fafc;
  color: #102540;
}
.doukas-filter-modal-body[data-v-35f32fce] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  max-height: calc(88vh - 9.5rem);
  overflow-y: auto;
  padding: 1rem 1.1rem;
}
.doukas-field[data-v-35f32fce] {
  display: grid;
  min-width: 0;
  gap: 0.35rem;
}
.doukas-field-wide[data-v-35f32fce] {
  grid-column: 1 / -1;
}
.doukas-field > span[data-v-35f32fce] {
  color: #60708a;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.doukas-field select[data-v-35f32fce],
.doukas-field input[data-v-35f32fce]:not([type="checkbox"]) {
  width: 100%;
  min-width: 0;
  min-height: 2.65rem;
  border: 1px solid #d6deea;
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.9);
  color: #12243a;
  padding: 0 0.85rem;
  font-size: 0.9rem;
  font-weight: 650;
  outline: none;
}
.doukas-field select[data-v-35f32fce]:focus,
.doukas-field input[data-v-35f32fce]:not([type="checkbox"]):focus {
  border-color: rgba(16, 37, 64, 0.48);
  box-shadow: 0 0 0 3px rgba(16, 37, 64, 0.08);
}
.doukas-search-box[data-v-35f32fce] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
}
.doukas-search-input-wrap[data-v-35f32fce] {
  position: relative;
  min-width: 0;
}
.doukas-search-input-wrap input[data-v-35f32fce] {
  padding-right: 2.45rem;
}
.doukas-search-clear[data-v-35f32fce] {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  display: inline-flex;
  width: 1.85rem;
  height: 1.85rem;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #64748b;
}
.doukas-search-clear[data-v-35f32fce]:hover {
  background: #f1f5f9;
  color: #102540;
}
.doukas-search-button[data-v-35f32fce] {
  display: inline-flex;
  width: 2.85rem;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0.95rem;
  background: #102540;
  box-shadow: 0 10px 22px rgba(16, 37, 64, 0.18);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 900;
}
.doukas-field[data-v-35f32fce] .admin-multi-select-pill {
  flex: 0 1 auto;
  max-width: 100%;
}
.doukas-field[data-v-35f32fce] .admin-multi-select-pill span {
  white-space: normal;
}
.doukas-filter-modal-actions[data-v-35f32fce] {
  display: flex;
  justify-content: flex-end;
  gap: 0.65rem;
  border-top: 1px solid rgba(15, 33, 55, 0.08);
  padding: 0.9rem 1.1rem;
}
.doukas-filter-action[data-v-35f32fce] {
  border-radius: 0.8rem;
  padding: 0.6rem 0.9rem;
  font-size: 0.78rem;
  font-weight: 850;
}
.doukas-filter-action--soft[data-v-35f32fce] {
  border: 1px solid rgba(15, 33, 55, 0.12);
  background: rgba(255, 255, 255, 0.86);
  color: #102540;
}
.doukas-filter-action--dark[data-v-35f32fce] {
  background: #102540;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(16, 37, 64, 0.18);
}
@media (max-width: 640px) {
.doukas-filter-backdrop[data-v-35f32fce] {
    align-items: flex-start;
    padding: 0.65rem;
}
.doukas-filter-modal-body[data-v-35f32fce] {
    grid-template-columns: 1fr;
}
.doukas-filter-modal-actions[data-v-35f32fce] {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}


.chip-gold[data-v-0ded5bb5] {
  border-color: #d4af37;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, .9), transparent 28%),
    linear-gradient(135deg, #fff6b8 0%, #ffd84d 42%, #d4af37 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .88),
    inset 0 -1px 0 rgba(120, 84, 10, .22),
    0 5px 12px rgba(212, 175, 55, .18);
  color: #4f3300;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .55);
}
.chip-muted-danger[data-v-0ded5bb5] {
  border-color: #fecaca;
  background: #fef2f2;
  color: #991b1b;
}
.chip-free[data-v-0ded5bb5] {
  border-color: #c7d2fe;
  background: #eef2ff;
  color: #4338ca;
}


.doukas-dashboard-strip[data-v-66af3d37] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
  margin-bottom: .7rem;
}
.doukas-dashboard-group[data-v-66af3d37] {
  min-width: 0;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .05);
  padding: .65rem .7rem;
}
.doukas-dashboard-group-head[data-v-66af3d37] {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .5rem;
}
.doukas-dashboard-group-head > div[data-v-66af3d37] {
  min-width: 0;
}
.doukas-dashboard-icon[data-v-66af3d37] {
  display: inline-flex;
  width: 1.65rem;
  height: 1.65rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: .7rem;
  background: #eff6ff;
  color: #0b4f7a;
  font-size: .78rem;
}
.doukas-dashboard-group small[data-v-66af3d37] {
  display: block;
  color: #9a4c0a;
  font-size: .58rem;
  font-weight: 950;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}
.doukas-dashboard-group strong[data-v-66af3d37] {
  display: block;
  margin-top: .12rem;
  color: #0f172a;
  font-size: .84rem;
  font-weight: 950;
  line-height: 1.05;
}
.doukas-dashboard-metrics[data-v-66af3d37] {
  display: flex;
  flex-wrap: wrap;
  gap: .32rem;
  margin-top: .55rem;
}
.tone-revenue .doukas-dashboard-metrics[data-v-66af3d37] {
  flex-wrap: nowrap;
  align-items: center;
  gap: .22rem;
}
.tone-revenue .doukas-dashboard-metric[data-v-66af3d37] {
  flex: 1 1 0;
  min-width: 0;
  padding-left: .36rem;
  padding-right: .36rem;
}
.tone-revenue .doukas-dashboard-metric strong[data-v-66af3d37] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doukas-dashboard-metrics--status[data-v-66af3d37] {
  gap: .45rem;
}
.doukas-dashboard-metric[data-v-66af3d37] {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: .32rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: .3rem .48rem;
  font-size: .61rem;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease;
}
.doukas-dashboard-metric[data-v-66af3d37]:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(23, 38, 58, .08);
}
.doukas-dashboard-metric span[data-v-66af3d37] {
  text-transform: uppercase;
}
.doukas-dashboard-metric--compact[data-v-66af3d37] {
  gap: .42rem;
  padding: .32rem .52rem;
}
.doukas-dashboard-metric--icon[data-v-66af3d37] {
  gap: .34rem;
  padding: .3rem .5rem;
}
.doukas-dashboard-metric--icon i[data-v-66af3d37] {
  font-size: .66rem;
}
.doukas-dashboard-status-dot[data-v-66af3d37] {
  display: inline-flex;
  width: .55rem;
  height: .55rem;
  flex: 0 0 auto;
  border-radius: 999px;
}
.doukas-dashboard-status-dot.status-on[data-v-66af3d37] {
  background: #22c55e;
  box-shadow: 0 0 0 4px #dcfce7;
}
.doukas-dashboard-status-dot.status-ok[data-v-66af3d37] {
  background: #0ea5e9;
  box-shadow: 0 0 0 4px #dbeafe;
}
.doukas-dashboard-status-dot.status-off[data-v-66af3d37] {
  background: #ef4444;
  box-shadow: 0 0 0 4px #fee2e2;
}
.doukas-dashboard-status-dot.status-warning[data-v-66af3d37] {
  background: #f59e0b;
  box-shadow: 0 0 0 4px #fef3c7;
}
.doukas-dashboard-metric strong[data-v-66af3d37],
.doukas-dashboard-total strong[data-v-66af3d37] {
  margin: 0;
  font-size: .76rem;
  line-height: 1;
}
.doukas-dashboard-total[data-v-66af3d37] {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: .18rem;
  flex: 0 0 auto;
  border: 1px dashed #fdba74;
  border-radius: .45rem;
  background: #fff7ed;
  color: #9a3412;
  padding: .25rem .3rem;
  font-size: .54rem;
  font-weight: 950;
  line-height: 1;
}
.doukas-dashboard-total span[data-v-66af3d37] {
  display: none;
}
.doukas-dashboard-total strong[data-v-66af3d37] {
  max-width: 4.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: .08em;
}
.doukas-dashboard-total--head[data-v-66af3d37] {
  margin-left: auto;
  max-width: 5.5rem;
}
.tone-base .doukas-dashboard-icon[data-v-66af3d37] {
  background: #eff6ff;
  color: #0b4f7a;
}
.tone-contracts .doukas-dashboard-icon[data-v-66af3d37] {
  background: #f0fdf4;
  color: #047857;
}
.tone-revenue .doukas-dashboard-icon[data-v-66af3d37] {
  background: #fff7ed;
  color: #c2410c;
}
.metric-blue[data-v-66af3d37] {
  border-color: #bfdbfe;
  background: #dbeafe;
  color: #0b4f7a;
}
.metric-green[data-v-66af3d37] {
  border-color: #bbf7d0;
  background: #dcfce7;
  color: #047857;
}
.metric-warm[data-v-66af3d37] {
  border-color: #fed7aa;
  background: #ffedd5;
  color: #c2410c;
}
.metric-red[data-v-66af3d37] {
  border-color: #fecaca;
  background: #fee2e2;
  color: #b91c1c;
}
.metric-purple[data-v-66af3d37] {
  border-color: #ddd6fe;
  background: #ede9fe;
  color: #6d28d9;
}
.metric-slate[data-v-66af3d37] {
  border-color: #cbd5e1;
  background: #f1f5f9;
  color: #334155;
}
@media (max-width: 980px) {
.doukas-dashboard-strip[data-v-66af3d37] {
    grid-template-columns: 1fr;
}
}
@media (max-width: 560px) {
.doukas-dashboard-group[data-v-66af3d37] {
    padding: .62rem;
}
.doukas-dashboard-metric[data-v-66af3d37] {
    padding: .3rem .45rem;
    font-size: .6rem;
}
}


/* Animation rapide */
.slide-fade-fast-enter-active[data-v-e20b63d2],
.slide-fade-fast-leave-active[data-v-e20b63d2] {
  transition: all 0.2s ease-out;
}
.slide-fade-fast-enter-from[data-v-e20b63d2],
.slide-fade-fast-leave-to[data-v-e20b63d2] {
  opacity: 0;
  transform: translateY(1rem);
}
.slide-fade-fast-enter-to[data-v-e20b63d2],
.slide-fade-fast-leave-from[data-v-e20b63d2] {
  opacity: 1;
  transform: translateY(0);
}
.primary-button[data-v-e20b63d2] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.primary-button[data-v-e20b63d2]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.primary-button[data-v-e20b63d2]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.secondary-button[data-v-e20b63d2] {
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.secondary-button[data-v-e20b63d2]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.cluster-picker-grid[data-v-e20b63d2] {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
}
@media (min-width: 640px) {
.cluster-picker-grid[data-v-e20b63d2] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.cluster-choice[data-v-e20b63d2] {
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.cluster-choice[data-v-e20b63d2]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.cluster-choice--selected[data-v-e20b63d2] {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.cluster-choice__title-row[data-v-e20b63d2] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.cluster-choice__name[data-v-e20b63d2] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.cluster-choice__count[data-v-e20b63d2] {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.cluster-choice__meta[data-v-e20b63d2] {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.cluster-choice__meta span[data-v-e20b63d2] {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
/* Optionnel : style de fond modal */
.modal-layer[data-v-e20b63d2] {
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  background-color: rgb(31 41 55 / 0.4);
  padding: 0.75rem;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
@media (min-width: 640px) {
.modal-layer[data-v-e20b63d2] {
    padding: 1rem;
}
}
.modal-card[data-v-e20b63d2] {
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
}
.modal-actions[data-v-e20b63d2] {
  position: sticky;
  bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
}
@media (max-width: 640px) {
.modal-card[data-v-e20b63d2] {
    max-height: calc(100vh - 1.5rem);
}
}


.input-style[data-v-3a1e7d70] {
    height: 48px;
    width: 100%;
    border-radius: 0.75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    padding: 0.75rem
}
.input-style[data-v-3a1e7d70]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1))
}
.form-label[data-v-3a1e7d70] {
    margin-bottom: 0.25rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1))
}



.operation-scheduler-overlay[data-v-2a37dafb] {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.operation-scheduler-shell[data-v-2a37dafb] {
  max-width: 66rem;
}
.operation-scheduler-card[data-v-2a37dafb] {
  border: 1px solid rgba(226, 232, 240, .94);
  border-radius: 1.35rem;
  background: linear-gradient(135deg, #fff, #fffaf0);
  box-shadow: 0 28px 90px rgba(15, 23, 42, .32);
}
.operation-scheduler-header[data-v-2a37dafb] {
  border-bottom: 1px solid #edf2f7;
  background:
    radial-gradient(circle at top right, rgba(160, 0, 70, .1), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 248, 232, .88));
  padding: 1rem;
}
.operation-scheduler-summary[data-v-2a37dafb] {
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 30px rgba(23, 38, 58, .06);
  padding: 1rem;
}
.operation-scheduler-kicker[data-v-2a37dafb],
.operation-scheduler-summary .text-\[11px\][data-v-2a37dafb] {
  color: #9a6a15;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .22em;
}
.operation-scheduler-summary h2[data-v-2a37dafb] {
  margin: .18rem 0 0;
  color: #071426;
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1.05;
  overflow-wrap: anywhere;
}
.operation-scheduler-summary p[data-v-2a37dafb] {
  margin-top: .35rem;
  color: #5d6f89;
  font-size: .86rem;
  font-weight: 750;
}
.operation-scheduler-meta[data-v-2a37dafb] {
  display: flex;
  gap: .45rem;
  margin-top: .75rem;
}
.operation-scheduler-meta span[data-v-2a37dafb]:nth-child(odd) {
  color: #64748b;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .1em;
}
.operation-scheduler-meta span[data-v-2a37dafb]:nth-child(even) {
  max-width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #f8fafc;
  color: #17263a;
  font-size: .68rem;
  font-weight: 900;
  padding: .18rem .5rem;
}
.operation-scheduler-stats[data-v-2a37dafb] {
  min-width: 17rem;
}
.operation-scheduler-stats > div[data-v-2a37dafb],
.operation-scheduler-status-grid > div[data-v-2a37dafb] {
  border: 1px solid #dbe3ef;
  border-radius: .95rem;
  background: linear-gradient(135deg, #fff, #f8fafc);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .05);
}
.operation-scheduler-stats .text-\[10px\][data-v-2a37dafb],
.operation-scheduler-status-grid .text-\[11px\][data-v-2a37dafb] {
  color: #61718a;
  font-weight: 950;
  letter-spacing: .12em;
}
.operation-scheduler-body[data-v-2a37dafb] {
  padding: 1rem;
}
.operation-scheduler-action-card[data-v-2a37dafb],
.operation-scheduler-section[data-v-2a37dafb] {
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(23, 38, 58, .07);
}
.operation-scheduler-actions button[data-v-2a37dafb] {
  border-radius: .85rem;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .04em;
  min-height: 2.75rem;
  text-transform: uppercase;
}
.operation-scheduler-actions button[data-v-2a37dafb]:first-child {
  background: linear-gradient(135deg, #17263a, #071426);
  box-shadow: 0 14px 28px rgba(7, 20, 38, .18);
}
.operation-scheduler-actions button[data-v-2a37dafb]:nth-child(2),
.operation-scheduler-actions button[data-v-2a37dafb]:nth-child(3) {
  border-color: #f4c760;
  background: #fff8e8;
  color: #9a5f00;
}
.operation-scheduler-section-toggle[data-v-2a37dafb] {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.operation-scheduler-section-toggle h3[data-v-2a37dafb] {
  color: #9a6a15;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .18em;
}
.operation-scheduler-section-toggle p[data-v-2a37dafb] {
  color: #5d6f89;
  font-size: .8rem;
  font-weight: 750;
}
.operation-scheduler-section-toggle > span[data-v-2a37dafb] {
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #f8fafc;
  color: #64748b;
  padding: .25rem .6rem;
}
.spinner[data-v-2a37dafb] {
  animation: spin-2a37dafb 1s linear infinite;
}
@keyframes spin-2a37dafb {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@media (max-width: 720px) {
.operation-scheduler-shell[data-v-2a37dafb] {
    padding: .75rem;
}
.operation-scheduler-header[data-v-2a37dafb],
  .operation-scheduler-body[data-v-2a37dafb] {
    padding: .75rem;
}
.operation-scheduler-stats[data-v-2a37dafb] {
    min-width: 0;
}
.operation-scheduler-summary h2[data-v-2a37dafb] {
    font-size: 1.2rem;
}
}


.admin-action {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  padding: 8px 12px;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.admin-action-dark {
  background: #17263a;
  color: #fff;
}
.admin-action-soft {
  border: 1px solid #f2d785;
  background: #fff7df;
  color: #7c530f;
}
.admin-action-maroon {
  background: #8c1040;
  color: #fff;
}
.admin-action-slate {
  background: #334155;
  color: #fff;
}
.admin-action-blue {
  background: #0b4f7a;
  color: #fff;
}
.admin-action:disabled,
.mini-button:disabled {
  cursor: not-allowed;
  opacity: .62;
}
.action-count {
  display: inline-flex;
  min-width: 1.35rem;
  align-items: center;
  justify-content: center;
  border-radius: .65rem;
  background: rgba(255, 255, 255, .18);
  padding: .14rem .42rem;
  color: inherit;
  font-size: .65rem;
  font-weight: 950;
}
.metric-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}
.metric-tags span {
  display: inline-flex;
  align-items: center;
  gap: .2rem;
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: .5rem;
  background: rgba(255, 255, 255, .78);
  padding: .24rem .45rem;
  color: #475569;
  font-size: .68rem;
  font-weight: 800;
}
.metric-tags strong {
  color: #17263a;
  font-weight: 950;
}
.doukas-layout {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: .75rem;
  max-width: 100%;
  min-width: 0;
  margin-top: .75rem;
}
.doukas-detail-panel {
  min-width: 0;
}
.doukas-kpi-grid {
  margin-top: 0;
  margin-bottom: .9rem;
}
.doukas-left-panel {
  position: sticky;
  top: 84px;
  display: flex;
  max-height: calc(100vh - 104px);
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
}
.doukas-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
}
.doukas-panel-kicker {
  color: #9a6a15;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.doukas-panel-head h2 {
  margin: 0;
  color: #111827;
  font-weight: 900;
}
.doukas-panel-head p {
  margin: .1rem 0 0;
  color: #64748b;
  font-size: .72rem;
  font-weight: 800;
}
.admin-action-sm {
  min-height: 30px;
  padding: 6px 10px;
  font-size: .72rem;
}
.admin-action-icon-only {
  min-width: 30px;
  padding-left: 0;
  padding-right: 0;
  width: 30px;
}
.admin-action-documents {
  align-items: center;
  gap: .42rem;
}
.documents-action-text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .12rem;
  line-height: 1;
}
.documents-action-text small {
  color: rgba(255, 255, 255, .78);
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .01em;
  text-transform: none;
}
.doukas-add-button {
  flex: 0 0 auto;
}
.doukas-add-icon {
  display: none;
}
.doukas-mobile-toggle {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: .625rem;
  border: 1px solid rgba(15, 33, 55, 0.08);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(15, 33, 55, 0.08);
  color: #17263a;
  padding: .8rem .95rem;
  font-size: .82rem;
  font-weight: 850;
}
.doukas-mobile-toggle strong {
  border-radius: 999px;
  background: rgba(16, 37, 64, 0.08);
  padding: .2rem .5rem;
  font-size: .75rem;
}
.doukas-left-body {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  overflow-y: auto;
  padding-bottom: .35rem;
  overscroll-behavior: contain;
}
.doukas-search-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .55rem;
  margin-top: .75rem;
}
.doukas-search-input-wrap {
  position: relative;
  min-width: 0;
}
.doukas-search-box input {
  width: 100%;
  min-width: 0;
  min-height: 2.65rem;
  border: 1px solid #d6deea;
  border-radius: .95rem;
  background: rgba(255, 255, 255, 0.9);
  color: #17263a;
  padding: 0 2.45rem 0 .85rem;
  font-size: .9rem;
  font-weight: 650;
  outline: none;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.doukas-search-input-wrap input {
  padding-right: 2.15rem;
}
.doukas-search-clear {
  position: absolute;
  right: .35rem;
  top: 50%;
  display: inline-flex;
  width: 1.85rem;
  height: 1.85rem;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #64748b;
  cursor: pointer;
}
.doukas-search-clear:hover {
  background: #f1f5f9;
  color: #102540;
}
.doukas-search-box input:focus {
  border-color: rgba(16, 37, 64, 0.48);
  box-shadow: 0 0 0 3px rgba(16, 37, 64, 0.08);
}
.doukas-search-button {
  display: inline-flex;
  width: 2.85rem;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #102540;
  border-radius: .95rem;
  background: #102540;
  box-shadow: 0 10px 22px rgba(16, 37, 64, 0.18);
  color: #fff;
  font-size: .76rem;
  font-weight: 900;
}
.doukas-left-body > .doukas-search-card {
  margin-top: .5rem;
  overflow: visible;
  border: 1px solid rgba(15, 33, 55, 0.08);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 0% 0%, rgba(16, 37, 64, 0.08), transparent 32%),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(15, 33, 55, 0.08);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.doukas-results-card {
  margin-top: .6rem;
  overflow: visible;
  border: 1px solid #e5e7eb;
  border-radius: .95rem;
  background: #fff;
  box-shadow: 0 8px 18px rgba(23, 38, 58, .04);
}
.doukas-results-head {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  border: 0;
  background: #f8fafc;
  color: #475569;
  padding: .55rem .65rem;
  font-size: .76rem;
}
.doukas-left-body > .doukas-search-card {
  padding: .9rem;
}
.doukas-search-head,
.doukas-search-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.doukas-search-head h2 {
  color: #102540;
  font-size: 1.05rem;
  font-weight: 850;
}
.doukas-search-head-actions {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: .4rem;
}
.doukas-add-button-inline {
  display: inline-flex;
  min-height: 2.2rem;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  border: 1px solid #102540;
  border-radius: .8rem;
  background: #102540;
  color: #fff;
  padding: .35rem .65rem;
  font-size: .72rem;
  font-weight: 850;
}
.doukas-add-button-inline i {
  display: none;
}
.doukas-filter-count {
  border: 1px solid rgba(155, 6, 67, 0.16);
  border-radius: 999px;
  background: rgba(155, 6, 67, 0.07);
  padding: .35rem .55rem;
  color: #9b0643;
  font-size: .68rem;
  font-weight: 850;
}
.doukas-search-footer {
  margin-top: .65rem;
  color: #64748b;
  font-size: .72rem;
}
.doukas-search-footer strong {
  color: #102540;
}
.doukas-filter-button,
.doukas-filter-reset-button {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  border-radius: .95rem;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.doukas-filter-button {
  border: 1px solid rgba(16, 37, 64, 0.12);
  background: rgba(255, 255, 255, 0.82);
  padding: .45rem .75rem;
  color: #102540;
}
.doukas-filter-reset-button {
  width: 2.35rem;
  min-height: 2.35rem;
  border: 1px solid rgba(155, 6, 67, 0.18);
  border-radius: .95rem;
  background: #fff;
  color: #9b0643;
  flex: 0 0 2rem;
  padding: 0;
}
.doukas-filter-body {
  border-top: 1px solid #eef2f7;
  padding: .75rem .75rem 1rem;
}
.doukas-filter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}
.doukas-field {
  display: grid;
  min-width: 0;
  gap: .25rem;
  color: #64748b;
  font-size: .72rem;
  font-weight: 800;
}
.doukas-field select,
.doukas-field input:not([type="checkbox"]) {
  min-width: 0;
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: .65rem;
  background: #fff;
  color: #17263a;
  padding: .52rem .62rem;
  font-size: .78rem;
  font-weight: 800;
  outline: none;
}
.doukas-field select:focus,
.doukas-field input:not([type="checkbox"]):focus {
  border-color: #8c1040;
  box-shadow: 0 0 0 3px rgba(140, 16, 64, .08);
}
.doukas-field :deep(.admin-multi-select-pill) {
  flex: 0 1 auto;
  max-width: 100%;
}
.doukas-field :deep(.admin-multi-select-pill input[type="checkbox"]) {
  width: .9rem;
  min-width: .9rem;
  height: .9rem;
  padding: 0;
}
.doukas-field :deep(.admin-multi-select-pill span) {
  display: inline;
  overflow: visible;
  color: inherit;
  text-overflow: clip;
  white-space: normal;
}
.doukas-filter-actions {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: stretch;
  gap: .35rem;
}
.doukas-filter-modal {
  width: min(48rem, 100%);
}
.doukas-filter-modal-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  max-height: calc(92vh - 138px);
  padding: 1rem;
}
.doukas-field-wide {
  grid-column: 1 / -1;
}
.doukas-filter-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: .55rem;
  border-top: 1px solid #eef2f7;
  background: #fff;
  padding: .9rem 1rem;
}
.doukas-results-title {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .5rem;
  font-weight: 900;
}
.doukas-results-title span:last-child {
  min-width: 0;
  max-width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doukas-empty-state,
.doukas-list-footer {
  padding: .85rem;
  color: #64748b;
  font-size: .78rem;
  font-weight: 800;
  text-align: center;
  pointer-events: none;
}
.doukas-search-list {
  display: grid;
  max-height: min(60vh, 640px);
  gap: .35rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding: .45rem .45rem 1.4rem;
  scroll-padding-bottom: 1.4rem;
  overscroll-behavior: contain;
}
.doukas-search-list .doukas-search-card,
.doukas-results-card > .doukas-search-card {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: .7rem;
  background: #fff;
  padding: .55rem .65rem;
  text-align: left;
  transition: all .16s;
}
.doukas-search-list .doukas-search-card:hover,
.doukas-search-list .doukas-search-card.active {
  border-color: #8c1040;
  box-shadow: 0 8px 20px rgba(23, 38, 58, .08);
}
.doukas-skeleton-card {
  pointer-events: none;
}
.skeleton-line,
.skeleton-pill,
.skeleton-dot {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef2f7 0%, #f8fafc 45%, #e5e7eb 100%);
  background-size: 220% 100%;
  animation: skeleton-shimmer 1.15s ease-in-out infinite;
}
.skeleton-line {
  height: .72rem;
}
.skeleton-title {
  width: 66%;
  height: .95rem;
}
.skeleton-meta {
  width: 48%;
  height: .7rem;
  margin-top: .45rem;
}
.skeleton-kicker {
  width: 6rem;
  height: .62rem;
}
.skeleton-hero-title {
  width: min(18rem, 68vw);
  height: 1.55rem;
  margin-top: .5rem;
}
.skeleton-hero-subtitle {
  width: min(24rem, 74vw);
  height: .78rem;
  margin-top: .45rem;
}
.doukas-pilotage-return {
  align-items: center;
  border: 1px solid rgba(154, 106, 21, .28);
  border-radius: .8rem;
  background: rgba(255, 255, 255, .92);
  color: #7c4a03;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 950;
  gap: .38rem;
  justify-content: center;
  letter-spacing: .06em;
  min-height: 2.1rem;
  padding: .42rem .68rem;
  text-transform: uppercase;
  transition: background .14s ease, transform .14s ease, box-shadow .14s ease;
}
.doukas-pilotage-return:hover {
  background: #fff;
  box-shadow: 0 8px 18px rgba(154, 106, 21, .12);
  transform: translateY(-1px);
}
.skeleton-section-title {
  width: 12rem;
  height: 1rem;
  margin-top: .45rem;
}
.skeleton-kpi-value {
  width: 5.5rem;
  height: 1.4rem;
  margin-top: .55rem;
}
.skeleton-pill {
  width: 4.7rem;
  height: 1.35rem;
}
.skeleton-pill.short {
  width: 3.4rem;
}
.skeleton-action {
  width: 6.5rem;
  height: 2rem;
}
.skeleton-dot {
  width: .62rem;
  height: .62rem;
}
.doukas-detail-loading {
  display: grid;
  gap: .9rem;
}
.skeleton-detail-card,
.skeleton-kpi {
  pointer-events: none;
  overflow: hidden;
}
@keyframes skeleton-shimmer {
0% {
    background-position: 120% 0;
}
100% {
    background-position: -120% 0;
}
}
.doukas-search-card-top,
.doukas-search-meta {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
}
.doukas-search-name {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  color: #17263a;
  font-size: .86rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doukas-search-status {
  display: inline-flex;
  flex: 0 1 6.2rem;
  min-width: 0;
  max-width: 42%;
  align-items: center;
  justify-content: flex-end;
  gap: .35rem;
  color: #8c1040;
  font-size: .64rem;
  font-weight: 950;
}
.doukas-search-status .instance-code {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.status-light,
.enterprise-status-light {
  display: inline-flex;
  width: .58rem;
  height: .58rem;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px #dcfce7;
}
.status-light.off,
.enterprise-status-light.off {
  background: #ef4444;
  box-shadow: 0 0 0 4px #fee2e2;
}
.status-light.warning,
.enterprise-status-light.warning {
  background: #f59e0b;
  box-shadow: 0 0 0 4px #fef3c7;
}
.status-light.ok,
.enterprise-status-light.ok {
  background: #0ea5e9;
  box-shadow: 0 0 0 4px #dbeafe;
}
.doukas-search-warning {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: .25rem;
  margin-top: .08rem;
  line-height: 1.05;
  color: #c2410c;
  font-size: .68rem;
  font-style: italic;
  font-weight: 850;
}
.doukas-search-warning span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doukas-search-meta {
  margin-top: .28rem;
  color: #64748b;
  font-size: .72rem;
  font-weight: 700;
}
.doukas-search-meta span:last-child {
  flex: 0 0 auto;
  color: #475569;
  font-size: .68rem;
  font-weight: 850;
}
.doukas-search-meta-right {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: .35rem;
}
.doukas-search-meta span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doukas-doc-memory {
  display: inline-flex;
  max-width: 5.8rem;
  align-items: center;
  gap: .32rem;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #123456;
  padding: .2rem .46rem;
  font-size: .64rem;
  font-weight: 900;
  line-height: 1;
}
.doukas-doc-memory i {
  color: #0f172a;
  font-size: .68rem;
}
.doukas-doc-memory span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doukas-tags,
.status-row {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem;
  margin-top: .38rem;
}
.doukas-tag,
.status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .18rem;
  border: 1px solid #e5e7eb;
  border-radius: .48rem;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 .32rem;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .06em;
  line-height: 1.1;
  text-transform: uppercase;
}
.doukas-tag i {
  font-size: .62rem;
}
.doukas-tag small {
  font-size: .55rem;
  font-weight: 950;
  line-height: 1;
}
.tag-caisse,
.chip-green {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #047857;
}
.tag-monetique,
.chip-blue {
  border-color: #bae6fd;
  background: #eff6ff;
  color: #0369a1;
}
.tag-site,
.chip-maroon {
  border-color: rgba(140, 16, 64, .22);
  background: rgba(140, 16, 64, .06);
  color: #8c1040;
}
.tag-neutral,
.chip-neutral {
  border-color: #e5e7eb;
  background: #f8fafc;
  color: #475569;
}
.chip-orange {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}
.chip-gold {
  border-color: #d4af37;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, .9), transparent 28%),
    linear-gradient(135deg, #fff6b8 0%, #ffd84d 42%, #d4af37 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .88),
    inset 0 -1px 0 rgba(120, 84, 10, .22),
    0 5px 12px rgba(212, 175, 55, .18);
  color: #4f3300;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .55);
}
.chip-muted-danger {
  border-color: #fecaca;
  background: #fef2f2;
  color: #991b1b;
}
.chip-free {
  border-color: #c7d2fe;
  background: #eef2ff;
  color: #4338ca;
}
.detail-stack {
  display: grid;
  gap: .9rem;
}
.doukas-empty-detail,
.enterprise-card,
.detail-section {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .05);
}
.doukas-empty-detail {
  padding: 1.25rem;
  color: #64748b;
  text-align: center;
}
.doukas-empty-kicker,
.section-kicker {
  color: #9a6a15;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.doukas-empty-title {
  margin-top: .45rem;
  color: #17263a;
  font-size: 1rem;
  font-weight: 950;
}
.doukas-empty-subtitle {
  margin-top: .15rem;
  font-size: .82rem;
}
.enterprise-card {
  position: relative;
  padding: 1rem;
  padding-right: 2.1rem;
}
.enterprise-status-light {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.enterprise-head,
.detail-section-head,
.instance-head {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: .85rem;
}
.instance-stage-note,
.instance-version-note {
  display: inline-flex;
  align-items: center;
  gap: .22rem;
  color: #64748b;
  font-size: .68rem;
  font-weight: 850;
  line-height: 1.1;
  white-space: nowrap;
}
.instance-stage-note {
  margin-top: .05rem;
}
.instance-stage-note i,
.instance-version-note i {
  color: #94a3b8;
  font-size: .62rem;
}
.enterprise-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
  margin-top: .2rem;
}
.enterprise-title-row h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  font-weight: 950;
  line-height: 1.1;
}
.amount-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d4af37 !important;
  border-radius: .65rem;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, .9), transparent 28%),
    linear-gradient(135deg, #fff6b8 0%, #ffd84d 42%, #d4af37 100%) !important;
  color: #4f3300 !important;
  padding: .26rem .55rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .88),
    inset 0 -1px 0 rgba(120, 84, 10, .22),
    0 7px 16px rgba(212, 175, 55, .24);
  font-size: .78rem;
  font-weight: 950;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .55);
}
.enterprise-address {
  margin: .3rem 0 0;
  color: #64748b;
  font-size: .82rem;
  font-weight: 700;
}
.enterprise-contract-warning {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  margin-top: .45rem;
  color: #9a3412;
  font-size: .78rem;
  font-style: italic;
  font-weight: 800;
}
.entity-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.enterprise-actions {
  justify-content: flex-end;
  gap: .34rem;
}
.enterprise-actions .admin-action {
  min-height: 27px;
  border-radius: 8px;
  padding: 5px 8px;
  font-size: .68rem;
}
.enterprise-actions .admin-action-icon-only {
  width: 27px;
  min-width: 27px;
  padding-left: 0;
  padding-right: 0;
}
.enterprise-actions .action-count {
  min-width: 1.15rem;
  padding: .1rem .34rem;
  font-size: .58rem;
}
.enterprise-instance-action {
  border: 1px solid #8c1040;
  background: linear-gradient(135deg, #ccfbf1 0%, #5eead4 52%, #14b8a6 100%);
  color: #8c1040;
  box-shadow: 0 8px 18px rgba(20, 184, 166, .22);
}
.enterprise-instance-action i {
  color: #8c1040;
}
.enterprise-instance-action:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(140, 16, 64, .68);
  background: linear-gradient(135deg, #a7f3d0 0%, #2dd4bf 55%, #0f766e 100%);
  color: #6f0d33;
}
.enterprise-edit-action {
  border-color: rgba(23, 38, 58, .2);
  background: #fff;
  color: #17263a;
}
.enterprise-edit-action i {
  color: #17263a;
}
.enterprise-edit-action:hover {
  border-color: rgba(140, 16, 64, .28);
  background: #fff7df;
}
.enterprise-edit-action:hover i {
  color: #8c1040;
}
.info-grid {
  display: grid;
  grid-template-columns: minmax(145px, 1.15fr) minmax(150px, 1fr) minmax(130px, .9fr) minmax(180px, 1.25fr);
  gap: .4rem;
  margin-top: .65rem;
}
.info-tile {
  min-width: 0;
  border: 1px solid #edf2f7;
  border-radius: .58rem;
  background: rgba(248, 250, 252, .62);
  padding: .42rem .52rem;
}
.info-label {
  color: #64748b;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
}
.info-line {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
}
.info-link {
  min-width: 0;
  border: 0;
  background: transparent;
  color: #17263a;
  padding: 0;
  font-size: .78rem;
  font-weight: 950;
  text-align: left;
  text-decoration: none;
}
.instance-code-link {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  color: #0b4f7a;
  padding: 0;
  font-size: .8rem;
}
.info-link:hover,
.copy-button:hover,
.instance-link:hover {
  color: #8c1040;
}
.breakable {
  overflow-wrap: anywhere;
}
.copy-button {
  display: inline-flex;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: .45rem;
  background: #fff;
  color: #94a3b8;
  padding: 0;
  font-size: .72rem;
  font-weight: 950;
}
.copy-button:hover {
  border-color: rgba(140, 16, 64, .22);
  background: #fff7df;
}
.detail-section {
  padding: 1rem;
}
.detail-section-head h3 {
  margin: 0;
  color: #111827;
  font-size: 1rem;
  font-weight: 950;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
  margin-top: .8rem;
}
.mini-card {
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: .85rem;
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  padding: .75rem;
  box-shadow: 0 8px 18px rgba(23, 38, 58, .04);
}
.agreement-title-row {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .45rem;
}
.agreement-divider {
  flex: 1 1 1.25rem;
  height: 2px;
  min-width: 1.25rem;
  border-radius: 999px;
  background: #d8dee8;
}
.agreement-title-row h4 {
  max-width: 70%;
  margin: 0;
  overflow: hidden;
  color: #8c1040;
  font-size: .82rem;
  font-weight: 950;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agreement-date-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .32rem;
  margin: .35rem 0 .45rem;
  color: #64748b;
  font-size: .72rem;
  font-weight: 850;
}
.agreement-date-row + .agreement-date-row {
  margin-top: -.2rem;
}
.agreement-date-row-closed {
  color: #b91c1c;
}
.agreement-date-row i {
  color: #9a5a16;
  font-size: .68rem;
}
.agreement-date-row-closed i {
  color: #b91c1c;
}
.agreement-rum-row {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .4rem;
  margin-top: .3rem;
  color: #64748b;
  font-size: .72rem;
}
.agreement-rum-row span {
  flex: 0 0 auto;
  color: #94a3b8;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .08em;
}
.agreement-rum-row strong {
  min-width: 0;
  overflow: hidden;
  color: #17263a;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mini-card .agreement-mini-total {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  margin: -.2rem 0 .15rem auto;
  border: 1px solid #d4af37;
  border-radius: .65rem;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, .9), transparent 28%),
    linear-gradient(135deg, #fff6b8 0%, #ffd84d 42%, #d4af37 100%);
  padding: .18rem .42rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .88),
    inset 0 -1px 0 rgba(120, 84, 10, .22),
    0 7px 16px rgba(212, 175, 55, .24);
  color: #4f3300;
  font-size: .72rem;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .55);
}
.mini-card .agreement-rum-row .agreement-mini-total {
  margin: 0 0 0 auto;
}
.mini-card .agreement-mini-total > span,
.mini-card .agreement-mini-total > small {
  display: none;
}
.mini-card .agreement-mini-total > strong {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.agreement-doc-status-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .42rem;
  margin-top: .32rem;
}
.agreement-doc-separator {
  width: 1px;
  height: .8rem;
  background: #fed7aa;
}
.agreement-doc-status {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: .28rem;
  font-size: .68rem;
  font-style: italic;
  font-weight: 850;
  line-height: 1.1;
}
.agreement-doc-status.warning {
  color: #c2410c;
}
.mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .7rem;
}
.mini-button {
  display: inline-flex;
  min-height: 34px;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  border: 1px solid #dbe3ee;
  border-radius: .65rem;
  background: #fff;
  color: #334155;
  padding: .48rem .65rem;
  font-size: .72rem;
  font-weight: 900;
  text-decoration: none;
  transition: all .16s;
}
.mini-button:hover {
  background: #f8fafc;
}
.mini-button.icon-only {
  flex: 0 0 34px;
  width: 34px;
  padding: 0;
}
.mini-button.icon-with-count {
  flex: 0 0 auto;
  min-width: 48px;
  padding: 0 .38rem;
}
.mini-button.icon-with-count .action-count {
  min-width: 1.05rem;
  padding: .05rem .28rem;
  font-size: .58rem;
}
.mini-button.wide {
  flex: 1.4 1 7.5rem;
}
.mini-button-dark {
  border-color: #17263a;
  background: #17263a;
  color: #fff;
}
.mini-button-dark:hover {
  border-color: #0f1b2b;
  background: #0f1b2b;
  color: #fff;
}
.admin-action-dark:hover {
  background: #0f1b2b;
  color: #fff;
}
.mini-button-maroon {
  border-color: #8c1040;
  background: #8c1040;
  color: #fff;
}
.mini-button-warning {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #9a3412;
}
.status-note {
  margin-top: .45rem;
  color: #94a3b8;
  font-size: .68rem;
  font-weight: 800;
}
.status-note-warning {
  color: #b45309;
}
.instance-head > div {
  min-width: 0;
}
.instance-link,
.instance-muted {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #17263a;
  font-size: .75rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.instance-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.instance-muted {
  color: #64748b;
}
.doukas-modal-backdrop {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  background: rgba(15, 23, 42, .55);
  padding: 1rem;
}
.doukas-modal {
  width: min(64rem, 100%);
  max-height: 92vh;
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .32);
}
.doukas-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #eef2f7;
  padding: 1rem 1.15rem;
}
.doukas-modal-head h3 {
  margin: .2rem 0 0;
  color: #111827;
  font-size: 1rem;
  font-weight: 950;
}
.modal-close {
  display: inline-flex;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: #64748b;
}
.modal-close:hover {
  background: #f8fafc;
  color: #17263a;
}
.doukas-modal-body {
  max-height: calc(92vh - 74px);
  overflow-y: auto;
  padding: .25rem .65rem 1rem;
}
.livasoft-confirm-modal {
  width: min(42rem, 100%);
}
.livasoft-confirm-body {
  padding: 1rem 1.15rem 1.15rem;
}
.livasoft-confirm-lead {
  margin: 0 0 .85rem;
  color: #475569;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.45;
}
.livasoft-confirm-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}
.livasoft-confirm-tile {
  min-width: 0;
  border: 1px solid rgba(140, 16, 64, .18);
  border-radius: .85rem;
  background:
    linear-gradient(135deg, rgba(204, 251, 241, .55) 0%, rgba(255, 247, 223, .72) 100%);
  padding: .72rem .82rem;
}
.livasoft-confirm-tile--wide {
  grid-column: 1 / -1;
}
.livasoft-confirm-tile span {
  display: block;
  color: #8c1040;
  font-size: .64rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.livasoft-confirm-tile strong {
  display: block;
  margin-top: .22rem;
  overflow: hidden;
  color: #17263a;
  font-size: .92rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.livasoft-confirm-error {
  margin-top: .85rem;
  border: 1px solid #fecaca;
  border-radius: .8rem;
  background: #fef2f2;
  color: #991b1b;
  padding: .65rem .8rem;
  font-size: .8rem;
  font-weight: 800;
}
.livasoft-confirm-actions {
  display: flex;
  justify-content: flex-end;
  gap: .55rem;
  margin-top: 1rem;
}
.livasoft-confirm-actions .admin-action {
  flex: 0 0 auto;
  min-height: 2.35rem;
  padding: .55rem .9rem;
}
.doukas-modal-body.doukas-filter-modal-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  max-height: calc(92vh - 138px);
  padding: 1rem;
}
@media (max-width: 640px) {
.admin-action {
    flex: 1 1 8.75rem;
}
.doukas-panel-head {
    align-items: center;
}
.doukas-add-button {
    width: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    flex: 0 0 2rem;
    border-radius: .75rem;
    padding: 0;
}
.doukas-add-label {
    display: none;
}
.doukas-add-icon {
    display: inline-block;
}
.doukas-filter-grid,
  .doukas-modal-body.doukas-filter-modal-body,
  .livasoft-confirm-grid,
  .info-grid,
  .card-grid {
    grid-template-columns: 1fr;
}
.enterprise-head,
  .detail-section-head,
  .instance-head {
    flex-direction: column;
}
.entity-actions,
  .mini-actions {
    width: 100%;
}
.doukas-modal-backdrop {
    align-items: flex-start;
    padding: .65rem;
}
.livasoft-confirm-actions {
    align-items: center;
    justify-content: flex-end;
}
.livasoft-confirm-actions .admin-action {
    flex: 0 0 auto;
    width: auto;
    min-width: 7.25rem;
    min-height: 2.35rem;
    justify-content: center;
}
}
@media (max-width: 1024px) {
.doukas-layout {
    grid-template-columns: 1fr;
}
.doukas-left-panel {
    position: static;
    max-height: min(78vh, 720px);
    overflow: hidden;
}
.doukas-left-panel.collapsed {
    max-height: none;
}
.doukas-mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.doukas-left-panel.collapsed .doukas-left-body {
    display: none !important;
    visibility: hidden;
    height: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0;
}
.doukas-search-list {
    max-height: none;
    overflow: visible;
}
.card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.card-grid {
    grid-template-columns: 1fr;
}
}



.documents-drop-zone[data-v-bcbd6f4c] {
  position: relative;
  display: grid;
  min-height: 9rem;
  place-items: center;
  gap: .35rem;
  border: 1.5px dashed #bfdbfe;
  border-radius: 1rem;
  background: linear-gradient(135deg, #f8fbff 0%, #eff6ff 100%);
  color: #17263a;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.documents-drop-zone[data-v-bcbd6f4c]:hover {
  border-color: #8c1040;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .08);
  transform: translateY(-1px);
}
.documents-drop-zone input[type="file"][data-v-bcbd6f4c] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.documents-drop-zone i[data-v-bcbd6f4c] {
  color: #0b4f7a;
  font-size: 1.45rem;
}
.documents-drop-zone strong[data-v-bcbd6f4c] {
  font-size: .9rem;
  font-weight: 950;
}
.documents-drop-zone small[data-v-bcbd6f4c] {
  max-width: 30rem;
  color: #64748b;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.35;
}
.documents-selected-files[data-v-bcbd6f4c] {
  margin-top: .7rem;
  border: 1px solid #e2e8f0;
  border-radius: .85rem;
  background: #fff;
  padding: .7rem;
}
.documents-selected-files-head[data-v-bcbd6f4c] {
  color: #17263a;
  font-size: .76rem;
  font-weight: 950;
}
.documents-selected-files ul[data-v-bcbd6f4c] {
  display: grid;
  max-height: 12rem;
  gap: .35rem;
  margin: .5rem 0 0;
  overflow: auto;
  padding: 0;
  list-style: none;
}
.documents-selected-files li[data-v-bcbd6f4c] {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  border: 1px solid #edf2f7;
  border-radius: .65rem;
  background: #f8fafc;
  padding: .45rem .55rem;
  color: #17263a;
  font-size: .74rem;
  font-weight: 850;
}
.documents-selected-files li span[data-v-bcbd6f4c] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.documents-selected-files li small[data-v-bcbd6f4c] {
  flex: 0 0 auto;
  color: #64748b;
  font-size: .68rem;
  font-weight: 900;
}


.documents-workspace {
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 20px 60px rgba(15, 23, 42, .08);
  overflow: hidden;
}
.documents-workspace-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #eef2f7;
  padding: 1.1rem 1.2rem;
}
.documents-head-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .5rem;
}
.documents-workspace-head h2 {
  margin: .2rem 0 0;
  color: #111827;
  font-size: 1.25rem;
  font-weight: 950;
}
.documents-workspace-head p {
  margin: .3rem 0 0;
  color: #64748b;
  font-size: .8rem;
  font-weight: 750;
}
.documents-copy-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem;
}
.documents-copy-token {
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  border: 1px solid #dbe7f3;
  border-radius: 999px;
  background: #f8fafc;
  color: #475569;
  padding: .18rem .48rem;
  font: inherit;
  font-size: .74rem;
  font-weight: 850;
  cursor: pointer;
  transition: border-color .15s ease, color .15s ease, background .15s ease;
}
.documents-copy-token:hover:not(:disabled) {
  border-color: #9bb7d4;
  background: #fff;
  color: #0f2942;
}
.documents-copy-token:disabled {
  cursor: not-allowed;
  opacity: .65;
}
.documents-copy-token i {
  font-size: .68rem;
  opacity: .7;
}
.documents-workspace-body {
  display: block;
  align-items: start;
  padding: 1rem 1.2rem 1.2rem;
}
.section-kicker {
  color: #9a6a15;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.admin-action {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  border: 0;
  border-radius: 9px;
  padding: 8px 12px;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.admin-action-dark {
  background: #17263a;
  color: #fff;
}
.admin-action-soft {
  border: 1px solid #dbe3ee;
  background: #fff;
  color: #17263a;
}
.admin-action-blue {
  background: #0b4f7a;
  color: #fff;
}
.action-count {
  display: inline-flex;
  min-width: 1.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  padding: .14rem .42rem;
  color: inherit;
  font-size: .65rem;
  font-weight: 950;
}
.admin-action:disabled,
.mini-button:disabled {
  cursor: not-allowed;
  opacity: .62;
}
.doukas-field {
  display: grid;
  min-width: 0;
  gap: .25rem;
  color: #64748b;
  font-size: .72rem;
  font-weight: 800;
}
.doukas-field select,
.doukas-field input:not([type="checkbox"]) {
  min-width: 0;
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: .65rem;
  background: #fff;
  color: #17263a;
  padding: .52rem .62rem;
  font-size: .78rem;
  font-weight: 800;
  outline: none;
}
.doukas-field select:focus,
.doukas-field input:not([type="checkbox"]):focus {
  border-color: #8c1040;
  box-shadow: 0 0 0 3px rgba(140, 16, 64, .08);
}
.doukas-field-wide {
  grid-column: 1 / -1;
}
.documents-toolbar-card,
.documents-upload-panel,
.documents-list-panel {
  min-width: 0;
  container-type: inline-size;
}
.documents-toolbar-card {
  display: grid;
  min-height: 18rem;
}
.documents-upload-panel,
.documents-list-panel {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: #fff;
  padding: .95rem;
}
.documents-upload-panel {
  position: sticky;
  top: 5.5rem;
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
}
.documents-upload-modal-card .documents-upload-panel {
  position: static;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.documents-upload-modal-card .documents-panel-head {
  display: none;
}
.documents-panel-head,
.documents-toolbar-head,
.documents-upload-actions,
.documents-toolbar,
.document-title,
.document-actions {
  display: flex;
  align-items: center;
  gap: .55rem;
}
.documents-panel-head {
  justify-content: space-between;
  margin-bottom: .75rem;
}
.documents-toolbar-head {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: .8rem;
}
.documents-panel-head h3,
.documents-toolbar-head h3 {
  margin: .15rem 0 0;
  color: #111827;
  font-size: .95rem;
  font-weight: 950;
}
.documents-status-pill,
.document-status {
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  border-radius: 999px;
  padding: .25rem .5rem;
  font-size: .66rem;
  font-weight: 950;
  white-space: nowrap;
}
.documents-status-pill {
  border: 1px solid #dbeafe;
  background: #eff6ff;
  color: #0b4f7a;
}
.documents-summary-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .35rem;
}
.documents-size-pill {
  border-color: #e5e7eb;
  background: #f8fafc;
  color: #334155;
}
.documents-sync-pill {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #15803d;
}
.documents-pending-pill {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}
.documents-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: .65rem;
}
.documents-error {
  margin-top: .7rem;
  border: 1px solid #fecaca;
  border-radius: .75rem;
  background: #fef2f2;
  color: #b91c1c;
  padding: .65rem .75rem;
  font-size: .78rem;
  font-weight: 850;
}
.documents-upload-actions {
  flex-wrap: wrap;
  margin-top: .8rem;
}
.documents-search-row,
.documents-bulk-bar,
.documents-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  margin-bottom: .8rem;
}
.documents-bulk-bar {
  justify-content: space-between;
  border: 1px solid #e2e8f0;
  border-radius: .85rem;
  background: #f8fafc;
  padding: .55rem .65rem;
}
.documents-select-all {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #334155;
  font-size: .72rem;
  font-weight: 900;
}
.documents-select-all input,
.document-select-box input {
  width: .95rem;
  height: .95rem;
  accent-color: #8c1040;
}
.documents-bulk-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .4rem;
}
.documents-search-row {
  border: 1px solid #eef2f7;
  border-radius: .95rem;
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  padding: .55rem;
}
.documents-search-input {
  position: relative;
  min-width: min(22rem, 100%);
  flex: 1 1 18rem;
}
.documents-search-input input {
  width: 100%;
  border: 1px solid #dbe3ee;
  border-radius: .75rem;
  background: #fff;
  color: #17263a;
  padding: .58rem 2.25rem .58rem .7rem;
  font-size: .78rem;
  font-weight: 800;
  outline: none;
}
.documents-search-input input:focus {
  border-color: #8c1040;
  box-shadow: 0 0 0 3px rgba(140, 16, 64, .08);
}
.documents-search-clear {
  position: absolute;
  top: 50%;
  right: .4rem;
  display: inline-flex;
  width: 1.55rem;
  height: 1.55rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #94a3b8;
  transform: translateY(-50%);
}
.documents-search-clear:hover {
  background: #f1f5f9;
  color: #17263a;
}
.documents-filter-count {
  display: inline-flex;
  min-width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #8c1040;
  color: #fff;
  padding: 0 .4rem;
  font-size: .62rem;
  font-weight: 950;
}
.documents-search-row .documents-divers-button {
  flex: 0 0 auto;
  border-color: #fed7aa;
  background: #fff7ed;
  color: #9a3412;
  padding-right: .85rem;
  padding-left: .85rem;
}
.documents-search-row .documents-divers-button.active {
  border-color: #9a3412;
  background: #9a3412;
  color: #fff;
}
.documents-pagination {
  justify-content: flex-end;
  margin-top: .65rem;
  margin-bottom: 0;
  border-top: 1px solid #eef2f7;
  padding-top: .55rem;
}
.documents-pagination label {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #64748b;
  font-size: .7rem;
  font-weight: 900;
}
.documents-pagination select {
  border: 1px solid #dbe3ee;
  border-radius: .65rem;
  background: #fff;
  color: #17263a;
  padding: .45rem .55rem;
  font-size: .72rem;
  font-weight: 900;
}
.documents-page-meta {
  margin-right: auto;
  color: #64748b;
  font-size: .75rem;
  font-weight: 900;
}
.documents-empty {
  border: 1px dashed #d1d5db;
  border-radius: .85rem;
  background: #f8fafc;
  color: #64748b;
  padding: 1rem;
  font-size: .82rem;
  font-weight: 800;
  text-align: center;
}
.documents-list {
  display: grid;
  gap: .42rem;
}
@container (min-width: 920px) {
.documents-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.document-row {
  position: relative;
  display: grid;
  grid-template-columns: 3.15rem minmax(0, 1fr) auto;
  min-width: 0;
  align-items: stretch;
  gap: .65rem;
  border: 1px solid #e5e7eb;
  border-radius: .72rem;
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  padding: 1.95rem .62rem 1.05rem;
}
.document-row.selected {
  border-color: rgba(140, 16, 64, .38);
  box-shadow: 0 0 0 3px rgba(140, 16, 64, .08);
}
.document-select-box {
  position: absolute;
  top: .48rem;
  left: .62rem;
  z-index: 2;
  display: inline-flex;
  width: 1.35rem;
  height: 1.35rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe3ee;
  border-radius: .45rem;
  background: rgba(255, 255, 255, .94);
  cursor: pointer;
}
.document-sync-chip {
  position: absolute;
  top: .5rem;
  right: .62rem;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  padding: .18rem;
  color: #475569;
  box-shadow: none;
}
.document-sync-chip-dot {
  width: .72rem;
  height: .72rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 3px rgba(15, 41, 66, .07);
}
.document-sync-chip.status-dot-synced {
  color: #22c55e;
}
.document-sync-chip.status-dot-pending {
  color: #f97316;
}
.document-sync-chip.status-dot-error {
  color: #dc2626;
}
.document-size-corner {
  position: absolute;
  right: .68rem;
  bottom: .34rem;
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  color: #94a3b8;
  font-size: .58rem;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}
.document-size-corner strong {
  color: #64748b;
  font-weight: 950;
}
.document-size-corner span::after {
  content: '·';
  margin-left: .28rem;
  color: #cbd5e1;
}
.document-main {
  min-width: 0;
  overflow: hidden;
  align-self: center;
}
.document-title {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .42rem;
}
.document-file-icon {
  display: inline-flex;
  flex: none;
  width: 3.15rem;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe7f3;
  border-radius: .7rem;
  background: #fff;
  color: #0f2942;
  font-size: 1.45rem;
}
.document-file-icon.file-pdf {
  border-color: #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}
.document-file-icon.file-image {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}
.document-file-icon.file-video,
.document-file-icon.file-audio {
  border-color: #ddd6fe;
  background: #f5f3ff;
  color: #6d28d9;
}
.document-file-icon.file-spreadsheet {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #15803d;
}
.document-file-icon.file-word {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1e40af;
}
.document-file-icon.file-archive {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}
.document-file-icon.file-text {
  border-color: #e2e8f0;
  background: #f8fafc;
  color: #475569;
}
.document-title strong {
  min-width: 0;
  overflow: hidden;
  color: #111827;
  font-size: .8rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.document-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem;
  margin-top: .25rem;
}
.document-meta span {
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: #475569;
  padding: .13rem .38rem;
  font-size: .62rem;
  font-weight: 850;
}
.document-path {
  margin-top: .22rem;
  overflow: hidden;
  color: #94a3b8;
  font-size: .64rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.document-actions {
  display: flex;
  min-width: -moz-max-content;
  min-width: max-content;
  flex: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-self: center;
  gap: .35rem;
}
.document-actions .mini-button {
  flex: 0 0 auto;
}
.document-status.status-synced {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #15803d;
}
.document-status.status-pending {
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}
.document-status.status-error {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}
@container (max-width: 560px) {
.documents-toolbar-head {
    align-items: flex-start;
    flex-direction: column;
}
.documents-summary-pills {
    justify-content: flex-start;
}
.documents-filter-button {
    flex: 1 1 8rem;
}
.documents-search-row .mini-button-icon {
    flex: 0 0 2.5rem;
}
.document-row {
    grid-template-columns: 2.45rem minmax(0, 1fr);
    align-items: start;
    gap: .52rem;
}
.document-file-icon {
    width: 2.45rem;
    min-height: 2.45rem;
    font-size: 1.08rem;
}
.document-title {
    padding-right: 1.4rem;
    align-items: center;
}
.document-title strong {
    white-space: normal;
    overflow-wrap: anywhere;
}
.document-status {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
}
.document-actions {
    grid-column: 2;
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
}
}
@container (max-width: 390px) {
.documents-list-panel {
    padding: .75rem;
}
.documents-pagination {
    justify-content: stretch;
}
.documents-page-meta,
  .documents-pagination label,
  .documents-pagination .mini-button {
    width: 100%;
}
}
.mini-button {
  display: inline-flex;
  min-height: 30px;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  border: 1px solid #dbe3ee;
  border-radius: .55rem;
  background: #fff;
  color: #334155;
  padding: .38rem .56rem;
  font-size: .68rem;
  font-weight: 900;
  text-decoration: none;
  transition: all .16s;
}
.mini-button-icon {
  width: 2.15rem;
  min-width: 2.15rem;
  flex: 0 0 2.15rem;
  justify-self: end;
  padding-right: .38rem;
  padding-left: .38rem;
}
.documents-search-row .mini-button-icon {
  flex: 0 0 2.6rem;
}
.documents-search-row .documents-filter-button {
  min-width: 8.5rem;
  flex: 0 0 auto;
  padding-right: .85rem;
  padding-left: .85rem;
}
.mini-button:hover {
  background: #f8fafc;
}
.mini-button-dark {
  border-color: #17263a;
  background: #17263a;
  color: #fff;
}
.mini-button-dark:hover {
  border-color: #0f1b2b;
  background: #0f1b2b;
  color: #fff;
}
.mini-button-link {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #0b4f7a;
}
.mini-button-link:hover {
  background: #dbeafe;
  color: #0b4f7a;
}
.admin-action-dark:hover {
  background: #0f1b2b;
  color: #fff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.documents-modal-backdrop,
.documents-reclassify-backdrop,
.documents-filter-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  background: rgba(15, 23, 42, .38);
  padding: 1rem;
}
.documents-modal-card,
.documents-reclassify-card,
.documents-filter-modal-card {
  width: min(34rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .22);
  padding: 1rem;
}
.documents-upload-modal-card {
  width: min(38rem, 100%);
}
.documents-filter-modal-card {
  width: min(30rem, 100%);
}
.documents-modal-head,
.documents-reclassify-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.documents-modal-head h3,
.documents-reclassify-head h3 {
  margin: .25rem 0 0;
  overflow: hidden;
  color: #111827;
  font-size: 1rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.documents-modal-head p {
  margin: .25rem 0 0;
  color: #64748b;
  font-size: .78rem;
  font-weight: 800;
}
.documents-filter-grid {
  display: grid;
  gap: .75rem;
}
.documents-filter-grid label {
  display: grid;
  gap: .3rem;
  color: #64748b;
  font-size: .7rem;
  font-weight: 900;
}
.documents-filter-grid select {
  width: 100%;
  border: 1px solid #dbe3ee;
  border-radius: .7rem;
  background: #fff;
  color: #17263a;
  padding: .58rem .65rem;
  font-size: .78rem;
  font-weight: 850;
}
.documents-filter-actions {
  display: flex;
  justify-content: flex-end;
  gap: .5rem;
  margin-top: 1rem;
}
.documents-reclassify-note {
  margin-top: .75rem;
  border: 1px solid #fed7aa;
  border-radius: .85rem;
  background: #fff7ed;
  color: #9a3412;
  padding: .75rem;
  font-size: .78rem;
  font-weight: 750;
}
.documents-reclassify-choices {
  display: grid;
  gap: .85rem;
}
.documents-choice-group {
  display: grid;
  gap: .4rem;
}
.documents-choice-label {
  color: #64748b;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.documents-choice-list {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}
.documents-choice-list-templates {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.documents-choice-button {
  min-width: 0;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  background: #fff;
  color: #17263a;
  cursor: pointer;
  padding: .45rem .68rem;
  font-size: .76rem;
  font-weight: 900;
  transition: background .15s, border-color .15s, box-shadow .15s, color .15s;
}
.documents-choice-button:hover {
  border-color: #94a3b8;
  background: #f8fafc;
}
.documents-choice-button.active {
  border-color: #17263a;
  background: #17263a;
  color: #fff;
  box-shadow: 0 8px 18px rgba(23, 38, 58, .16);
}
@media (max-width: 760px) {
.documents-modal-backdrop,
  .documents-reclassify-backdrop,
  .documents-filter-modal-backdrop {
    align-items: stretch;
    place-items: stretch;
    padding: .55rem;
}
.documents-reclassify-card {
    width: 100%;
    max-height: calc(100vh - 1.1rem);
    border-radius: 1rem;
    padding: .75rem;
}
.documents-reclassify-head {
    align-items: flex-start;
    gap: .65rem;
    margin-bottom: .75rem;
}
.documents-reclassify-head h3 {
    max-width: calc(100vw - 8rem);
    font-size: .9rem;
    white-space: normal;
}
.documents-reclassify-choices {
    gap: .65rem;
}
.documents-choice-list {
    gap: .32rem;
}
.documents-choice-button {
    padding: .38rem .5rem;
    font-size: .68rem;
}
.documents-reclassify-note {
    padding: .55rem;
    font-size: .7rem;
}
.documents-upload-actions {
    position: sticky;
    bottom: -.75rem;
    margin: .75rem -.75rem -.75rem;
    border-top: 1px solid #e5e7eb;
    background: #fff;
    padding: .65rem .75rem;
}
.documents-form-grid {
    grid-template-columns: 1fr;
}
.documents-choice-list-templates {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.documents-workspace-head {
    flex-direction: column;
}
.document-actions {
    width: 100%;
}
.document-row {
    flex-direction: column;
}
}


.admin-page-container.doukas-documents-shell {
  padding-top: 1.4rem;
}
.doukas-documents-stack {
  display: grid;
  gap: 1rem;
  width: 100%;
}


.operation-card-suite[data-v-b27e20a2] {
  min-width: 0;
}
.operation-empty[data-v-b27e20a2] {
  border: 1px dashed #cbd5e1;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .9);
  color: #64748b;
  padding: 1rem;
  text-align: center;
  font-size: .86rem;
  font-weight: 800;
}
.operation-section-toggle[data-v-b27e20a2] {
  margin-top: .9rem;
  cursor: pointer;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .95);
  padding: .75rem .9rem;
  box-shadow: 0 8px 18px rgba(23, 38, 58, .04);
  transition: all .16s;
}
.operation-section-toggle[data-v-b27e20a2]:hover {
  border-color: #d6dee9;
  background: #f8fafc;
}
.operation-section-toggle-inner[data-v-b27e20a2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.operation-section-toggle h3[data-v-b27e20a2] {
  margin: 0;
  color: #17263a;
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: .01em;
}
.operation-section-toggle p[data-v-b27e20a2] {
  margin: .15rem 0 0;
  color: #64748b;
  font-size: .72rem;
  font-weight: 800;
}
.section-toggle-actions[data-v-b27e20a2] {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: #94a3b8;
}
.section-chevron[data-v-b27e20a2] {
  color: #94a3b8;
  transition: transform .2s;
}
.section-count[data-v-b27e20a2] {
  display: inline-flex;
  min-width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  padding: .25rem .55rem;
  font-size: .72rem;
  font-weight: 950;
}
.operation-grid[data-v-b27e20a2] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin-top: .7rem;
}
.operation-card[data-v-b27e20a2] {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 38, 58, .06);
  transition: all .16s;
}
.operation-card[data-v-b27e20a2]:hover {
  transform: translateY(-1px);
  border-color: #d6dee9;
  box-shadow: 0 14px 28px rgba(23, 38, 58, .08);
}
.operation-card-head[data-v-b27e20a2] {
  border-bottom: 1px solid #eef2f7;
  background: linear-gradient(135deg, #f8fafc 0%, #fff 55%, rgba(140, 16, 64, .06) 100%);
  padding: .9rem 1rem;
}
.operation-title-row[data-v-b27e20a2] {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
}
.operation-title-row > div[data-v-b27e20a2] {
  min-width: 0;
}
.operation-code[data-v-b27e20a2] {
  overflow: hidden;
  color: #94a3b8;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.operation-card h2[data-v-b27e20a2] {
  display: -webkit-box;
  margin: .45rem 0 0;
  overflow: hidden;
  color: #17263a;
  font-size: .86rem;
  font-weight: 950;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.status-dot[data-v-b27e20a2] {
  flex: 0 0 .65rem;
  width: .65rem;
  height: .65rem;
  border-radius: 999px;
  background: #f59e0b;
  box-shadow: 0 0 0 4px #fef3c7;
}
.status-dot.on[data-v-b27e20a2] {
  background: #22c55e;
  box-shadow: 0 0 0 4px #dcfce7;
}
.status-dot.off[data-v-b27e20a2] {
  background: #94a3b8;
  box-shadow: 0 0 0 4px #e2e8f0;
}
.operation-card-body[data-v-b27e20a2] {
  flex: 1 1 auto;
  padding: .85rem 1rem;
}
.operation-description[data-v-b27e20a2] {
  margin: 0;
  color: #64748b;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.55;
}
.progress-block[data-v-b27e20a2],
.targets-block[data-v-b27e20a2] {
  margin-top: .85rem;
}
.progress-row[data-v-b27e20a2] {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .6rem;
  color: #64748b;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.progress-row strong[data-v-b27e20a2] {
  color: #17263a;
  font-size: .7rem;
}
.progress-track[data-v-b27e20a2] {
  height: .42rem;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}
.progress-fill[data-v-b27e20a2] {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7c8c2f 0%, #17263a 100%);
  transition: width .24s;
}
.targets-kicker[data-v-b27e20a2] {
  color: #94a3b8;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.targets-list[data-v-b27e20a2] {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .55rem;
}
.target-chip[data-v-b27e20a2] {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: .4rem;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  padding: .42rem .6rem;
  box-shadow: 0 6px 12px rgba(23, 38, 58, .04);
  font-size: .72rem;
}
.target-key[data-v-b27e20a2] {
  color: #64748b;
  font-weight: 900;
}
.target-separator[data-v-b27e20a2] {
  color: #cbd5e1;
}
.target-value[data-v-b27e20a2] {
  min-width: 0;
  max-width: 12rem;
  overflow: hidden;
  color: #8c1040;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.target-empty[data-v-b27e20a2] {
  margin-top: .55rem;
  border: 1px dashed #cbd5e1;
  border-radius: .85rem;
  background: #f8fafc;
  color: #94a3b8;
  padding: .65rem .75rem;
  font-size: .75rem;
  font-weight: 800;
}
.operation-actions[data-v-b27e20a2] {
  display: flex;
  gap: .45rem;
  border-top: 1px solid #eef2f7;
  padding: .8rem 1rem;
}
.operation-button[data-v-b27e20a2] {
  display: inline-flex;
  min-height: 34px;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  border-radius: .65rem;
  padding: .48rem .6rem;
  font-size: .72rem;
  font-weight: 950;
  transition: all .16s;
}
.operation-button-soft[data-v-b27e20a2] {
  border: 1px solid #dbe3ee;
  background: #fff;
  color: #334155;
}
.operation-button-soft i[data-v-b27e20a2] {
  color: #8c1040;
}
.operation-button-soft[data-v-b27e20a2]:hover {
  background: #f8fafc;
}
.operation-button-dark[data-v-b27e20a2] {
  border: 1px solid #17263a;
  background: #17263a;
  color: #fff;
}
.operation-button-dark[data-v-b27e20a2]:hover {
  background: #8c1040;
  border-color: #8c1040;
}
.operation-button-danger[data-v-b27e20a2] {
  border: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.operation-button-danger[data-v-b27e20a2]:hover {
  border-color: #be123c;
  background: #be123c;
  color: #fff;
}
.status-badge-green[data-v-b27e20a2] {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #047857;
}
.status-badge-blue[data-v-b27e20a2] {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}
.status-badge-red[data-v-b27e20a2] {
  border: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.status-badge-orange[data-v-b27e20a2] {
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}
.status-badge-neutral[data-v-b27e20a2] {
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  color: #64748b;
}
.status-text-green[data-v-b27e20a2] {
  color: #047857;
}
.status-text-orange[data-v-b27e20a2] {
  color: #c2410c;
}
.status-text-neutral[data-v-b27e20a2] {
  color: #64748b;
}
@media (max-width: 1100px) {
.operation-grid[data-v-b27e20a2] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 700px) {
.operation-grid[data-v-b27e20a2] {
    grid-template-columns: 1fr;
}
.operation-actions[data-v-b27e20a2] {
    flex-wrap: wrap;
}
.operation-button[data-v-b27e20a2] {
    flex-basis: 8rem;
}
}


.doukas-documents-operations-page[data-v-70f1975c] {
  padding-top: 1.4rem;
}
.docops-content[data-v-70f1975c] {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}
.docops-panel[data-v-70f1975c],
.docops-empty[data-v-70f1975c] {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .05);
}
.docops-panel[data-v-70f1975c] {
  padding: 1rem;
}
.docops-head[data-v-70f1975c] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.docops-kicker[data-v-70f1975c] {
  color: #9a6a15;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.docops-head h2[data-v-70f1975c] {
  margin: .25rem 0 0;
  color: #111827;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 950;
}
.docops-head p[data-v-70f1975c] {
  margin: .4rem 0 0;
  color: #64748b;
  font-size: .86rem;
  font-weight: 800;
}
.docops-metrics[data-v-70f1975c] {
  display: grid;
  grid-template-columns: repeat(3, minmax(5.5rem, 1fr));
  gap: .5rem;
  min-width: min(24rem, 100%);
}
.docops-metrics article[data-v-70f1975c] {
  border: 1px solid #dbeafe;
  border-radius: .85rem;
  background: #eff6ff;
  padding: .62rem .7rem;
}
.docops-metrics article.green[data-v-70f1975c] {
  border-color: #bbf7d0;
  background: #f0fdf4;
}
.docops-metrics article.slate[data-v-70f1975c] {
  border-color: #e5e7eb;
  background: #f8fafc;
}
.docops-metrics span[data-v-70f1975c] {
  display: block;
  color: #64748b;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.docops-metrics strong[data-v-70f1975c] {
  display: block;
  margin-top: .25rem;
  color: #17263a;
  font-size: 1.15rem;
  font-weight: 950;
}
.docops-action[data-v-70f1975c] {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border: 0;
  border-radius: .65rem;
  padding: .65rem .9rem;
  font-size: .78rem;
  font-weight: 950;
}
.docops-action-dark[data-v-70f1975c] {
  background: #17263a;
  color: #fff;
}
.docops-action-soft[data-v-70f1975c] {
  border: 1px solid #f2d785;
  background: #fff7df;
  color: #7c530f;
}
.docops-action-init[data-v-70f1975c] {
  border: 1px solid #f2d785 !important;
  background: #fff7df !important;
  color: #7c530f !important;
}
.docops-action[data-v-70f1975c]:disabled {
  cursor: not-allowed;
  opacity: .6;
}
.docops-empty[data-v-70f1975c],
.docops-error[data-v-70f1975c],
.docops-success[data-v-70f1975c] {
  padding: .8rem .95rem;
  font-size: .84rem;
  font-weight: 850;
}
.docops-empty[data-v-70f1975c] {
  border-style: dashed;
  color: #64748b;
}
.docops-error[data-v-70f1975c] {
  border: 1px solid #fecdd3;
  border-radius: .85rem;
  background: #fff1f2;
  color: #be123c;
}
.docops-error.inline[data-v-70f1975c],
.docops-success[data-v-70f1975c] {
  margin-top: .9rem;
}
.docops-success[data-v-70f1975c] {
  border: 1px solid #bbf7d0;
  border-radius: .85rem;
  background: #f0fdf4;
  color: #047857;
}
.docops-loading[data-v-70f1975c] {
  display: grid;
  gap: .75rem;
  margin-top: 1rem;
}
.docops-skeleton[data-v-70f1975c] {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef2f7 0%, #f8fafc 45%, #e5e7eb 100%);
  background-size: 220% 100%;
  animation: docops-shimmer-70f1975c 1.15s ease-in-out infinite;
}
.docops-skeleton-title[data-v-70f1975c] {
  width: min(22rem, 70%);
  height: 1.35rem;
}
.docops-skeleton-line[data-v-70f1975c] {
  width: min(34rem, 85%);
  height: .78rem;
}
.docops-skeleton-line.short[data-v-70f1975c] {
  width: min(18rem, 55%);
}
@keyframes docops-shimmer-70f1975c {
0% {
    background-position: 120% 0;
}
100% {
    background-position: -120% 0;
}
}
@media (max-width: 900px) {
.docops-head[data-v-70f1975c] {
    flex-direction: column;
}
.docops-metrics[data-v-70f1975c] {
    grid-template-columns: 1fr;
}
}


.operations-container[data-v-fb8b8c16] {
  display: grid;
  gap: 1rem;
}
.operations-action[data-v-fb8b8c16] {
  border-radius: .75rem;
  cursor: pointer;
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .08em;
  padding: .62rem .9rem;
  text-transform: uppercase;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.operations-action[data-v-fb8b8c16]:hover {
  transform: translateY(-1px);
}
.operations-action-soft[data-v-fb8b8c16] {
  border: 1px solid #f4c760;
  background: rgba(255, 248, 232, .82);
  color: #9a5f00;
}
.operations-action-dark[data-v-fb8b8c16] {
  border: 1px solid #071426;
  background: #071426;
  color: #fff;
  box-shadow: 0 12px 26px rgba(7, 20, 38, .16);
}
.operations-action-return[data-v-fb8b8c16] {
  letter-spacing: 0;
  text-transform: none;
}
.operations-layout[data-v-fb8b8c16] {
  display: grid;
  grid-template-columns: minmax(18rem, 24rem) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  margin-top: .45rem;
}
.operations-left-panel[data-v-fb8b8c16],
.operations-main-panel[data-v-fb8b8c16] {
  min-width: 0;
}
.operations-panel[data-v-fb8b8c16] {
  min-width: 0;
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(23, 38, 58, .07);
  overflow: hidden;
}
.operations-panel-head[data-v-fb8b8c16],
.operations-detail-head[data-v-fb8b8c16] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  padding: .72rem 1rem;
}
.operations-kicker[data-v-fb8b8c16] {
  color: #9a6a15;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.operations-panel-title[data-v-fb8b8c16],
.operations-detail-title h2[data-v-fb8b8c16],
.operations-placeholder h2[data-v-fb8b8c16] {
  margin: .05rem 0 0;
  color: #071426;
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.05;
}
.operations-panel-sub[data-v-fb8b8c16],
.operations-detail-title p[data-v-fb8b8c16],
.operations-placeholder p[data-v-fb8b8c16] {
  margin: .18rem 0 0;
  color: #5d6f89;
  font-size: .78rem;
  font-weight: 700;
}
.operations-search[data-v-fb8b8c16] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.75rem;
  gap: .45rem;
  padding: 0 1rem .65rem;
}
.operations-search-input-wrap[data-v-fb8b8c16] {
  position: relative;
  min-width: 0;
}
.operations-search input[data-v-fb8b8c16],
.operations-modal-search input[data-v-fb8b8c16],
.operations-field input[data-v-fb8b8c16],
.operations-field select[data-v-fb8b8c16] {
  width: 100%;
  min-width: 0;
  min-height: 2.35rem;
  border: 1px solid #cbd5e1;
  border-radius: .85rem;
  background: #fff;
  color: #142437;
  font-size: .82rem;
  font-weight: 800;
  padding: .62rem .8rem;
  outline: none;
}
.operations-search input[data-v-fb8b8c16] {
  min-height: 2.25rem;
  padding-right: 2rem;
}
.operations-search-clear[data-v-fb8b8c16] {
  position: absolute;
  right: .45rem;
  top: 50%;
  width: 1.45rem;
  height: 1.45rem;
  border: 0;
  border-radius: 999px;
  background: #edf2f7;
  color: #64748b;
  cursor: pointer;
  font-weight: 950;
  transform: translateY(-50%);
}
.operations-search-button[data-v-fb8b8c16],
.operations-modal-search button[data-v-fb8b8c16] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  border: 1px solid #cbd5e1;
  border-radius: .85rem;
  background: #f8fafc;
  color: #071426;
  cursor: pointer;
  font-size: .95rem;
}
.operations-filter-button[data-v-fb8b8c16] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 2rem);
  min-height: 2rem;
  margin: 0 1rem .55rem;
  border: 1px solid #f4c760;
  border-radius: .85rem;
  background: #fff8e8;
  color: #9a5f00;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  padding: .45rem .75rem;
  text-transform: uppercase;
}
.operations-filter-button small[data-v-fb8b8c16] {
  color: #a00046;
  font-size: .68rem;
}
.operations-list-head[data-v-fb8b8c16] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border-top: 1px solid #edf2f7;
  border-bottom: 1px solid #edf2f7;
  background: #f8fafc;
  color: #5d6f89;
  font-size: .72rem;
  font-weight: 900;
  padding: .5rem 1rem;
}
.operations-select-all[data-v-fb8b8c16],
.operations-row-check[data-v-fb8b8c16] {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #334155;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 900;
}
.operations-results-toggle[data-v-fb8b8c16] {
  border: 0;
  background: transparent;
  color: #a00046;
  cursor: pointer;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.operations-bulk-bar[data-v-fb8b8c16] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .65rem;
  border-bottom: 1px solid #dbeafe;
  background: #eff6ff;
  color: #17263a;
  font-size: .72rem;
  font-weight: 900;
  padding: .6rem 1rem;
}
.operations-bulk-bar div[data-v-fb8b8c16] {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}
.operations-bulk-bar button[data-v-fb8b8c16] {
  border: 1px solid #cbd5e1;
  border-radius: .55rem;
  background: #fff;
  color: #17263a;
  cursor: pointer;
  font-size: .68rem;
  font-weight: 950;
  padding: .35rem .55rem;
  text-transform: uppercase;
}
.operations-bulk-bar button.danger[data-v-fb8b8c16] {
  border-color: #fecdd3;
  color: #be123c;
}
.operations-list[data-v-fb8b8c16] {
  max-height: 62vh;
  overflow-y: auto;
}
.operations-list-item[data-v-fb8b8c16] {
  display: grid;
  gap: .32rem;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #edf2f7;
  background: #fff;
  color: inherit;
  cursor: pointer;
  padding: .62rem 1rem;
  text-align: left;
  transition: background .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.operations-list-item[data-v-fb8b8c16]:hover,
.operations-list-item--active[data-v-fb8b8c16] {
  background: #fff8f0;
  box-shadow: inset 3px 0 0 #a00046;
}
.operations-list-row[data-v-fb8b8c16],
.operations-task-top[data-v-fb8b8c16] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .65rem;
  min-width: 0;
}
.operations-row-tags[data-v-fb8b8c16] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .3rem;
}
.operations-list-item strong[data-v-fb8b8c16],
.operations-task-card > strong[data-v-fb8b8c16] {
  min-width: 0;
  overflow: hidden;
  color: #071426;
  font-size: .83rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.operations-mini-pill[data-v-fb8b8c16],
.operations-status-pill[data-v-fb8b8c16] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: .65rem;
  font-weight: 950;
  padding: .16rem .48rem;
  text-transform: uppercase;
}
.operations-mini-pill--log[data-v-fb8b8c16] {
  border-color: #bbf7d0;
  background: #ecfdf5;
  color: #047857;
}
.operations-status-pill[data-v-fb8b8c16] {
  border-color: #e2e8f0;
  background: #f8fafc;
  color: #475569;
}
.operations-status-pill--large[data-v-fb8b8c16] {
  border-radius: .75rem;
  padding: .52rem .75rem;
}
.operations-progress-mini[data-v-fb8b8c16] {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  align-items: center;
  gap: .45rem;
  color: #64748b;
  font-size: .68rem;
  font-weight: 900;
}
.operations-progress-mini div[data-v-fb8b8c16],
.operations-progress-bar[data-v-fb8b8c16] {
  height: .42rem;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}
.operations-progress-mini i[data-v-fb8b8c16],
.operations-progress-bar i[data-v-fb8b8c16] {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #a00046, #f59e0b);
}
.operations-list-meta[data-v-fb8b8c16] {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  color: #64748b;
  font-size: .66rem;
  font-weight: 800;
}
.operations-empty[data-v-fb8b8c16] {
  color: #64748b;
  font-size: .8rem;
  font-weight: 800;
  padding: 1rem;
  text-align: center;
}
.operations-empty--compact[data-v-fb8b8c16] {
  padding: .7rem;
}
.operations-empty--inline[data-v-fb8b8c16] {
  padding: .65rem 0 0;
  text-align: left;
}
.operations-empty-state[data-v-fb8b8c16] {
  display: grid;
  justify-items: center;
  gap: .45rem;
  margin: 0 1rem 1rem;
  border: 1px dashed #cbd5e1;
  border-radius: 1rem;
  background: linear-gradient(135deg, #fff, #f8fafc);
  color: #64748b;
  padding: 1.5rem 1rem;
  text-align: center;
}
.operations-empty-state-icon[data-v-fb8b8c16] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .85rem;
  background: #fff8e8;
  color: #9a5f00;
}
.operations-empty-state strong[data-v-fb8b8c16] {
  color: #071426;
  font-size: .95rem;
  font-weight: 950;
}
.operations-empty-state span[data-v-fb8b8c16] {
  font-size: .78rem;
  font-weight: 800;
}
.operations-placeholder[data-v-fb8b8c16] {
  padding: 2rem;
  text-align: center;
}
.operations-detail-stack[data-v-fb8b8c16] {
  display: grid;
  gap: 1rem;
}
.operations-detail[data-v-fb8b8c16] {
  padding: .25rem;
}
.operations-detail-head[data-v-fb8b8c16] {
  border-bottom: 1px solid #edf2f7;
}
.operations-detail-title[data-v-fb8b8c16] {
  min-width: 0;
}
.operations-detail-title h2[data-v-fb8b8c16] {
  overflow-wrap: anywhere;
  font-size: 1.45rem;
}
.operations-detail-actions[data-v-fb8b8c16] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .45rem;
}
.operations-detail-actions .admin-action[data-v-fb8b8c16] {
  min-height: 2.35rem;
  border-radius: .8rem;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  padding: .62rem .9rem;
  text-transform: uppercase;
}
.operations-detail-actions .admin-action-light[data-v-fb8b8c16] {
  border: 1px solid #f4c760;
  background: #fff8e8;
  color: #9a5f00;
  box-shadow: 0 8px 18px rgba(154, 95, 0, .08);
}
.operations-detail-actions .admin-action-dark[data-v-fb8b8c16] {
  border: 1px solid #071426;
  background: linear-gradient(135deg, #17263a, #071426);
  color: #fff;
  min-width: 6.4rem;
  box-shadow: 0 14px 28px rgba(7, 20, 38, .22);
}
.operations-detail-actions .admin-action[data-v-fb8b8c16]:hover:not(:disabled) {
  transform: translateY(-1px);
}
.operations-detail-actions .admin-action[data-v-fb8b8c16]:disabled {
  cursor: not-allowed;
  opacity: .55;
}
.operations-detail-grid[data-v-fb8b8c16] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
  padding: .9rem;
}
.operations-info-card[data-v-fb8b8c16] {
  min-width: 0;
  border: 1px solid #dbe3ef;
  border-radius: .9rem;
  background: linear-gradient(135deg, #fff, #f8fafc);
  padding: .85rem;
}
.operations-info-card span[data-v-fb8b8c16],
.operations-progress-card span[data-v-fb8b8c16],
.operations-field span[data-v-fb8b8c16] {
  display: block;
  color: #61718a;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.operations-info-card strong[data-v-fb8b8c16] {
  display: block;
  margin-top: .25rem;
  overflow-wrap: anywhere;
  color: #071426;
  font-size: .88rem;
  font-weight: 950;
}
.operations-progress-card[data-v-fb8b8c16] {
  display: grid;
  gap: .65rem;
  margin: 0 .9rem .9rem;
  border: 1px solid #dbe3ef;
  border-radius: .9rem;
  background: #f8fafc;
  padding: .85rem;
}
.operations-progress-card > div[data-v-fb8b8c16]:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.operations-progress-card strong[data-v-fb8b8c16] {
  color: #a00046;
  font-size: 1.2rem;
  font-weight: 950;
}
.operations-progress-card small[data-v-fb8b8c16],
.operations-task-card small[data-v-fb8b8c16] {
  color: #64748b;
  font-size: .72rem;
  font-weight: 800;
}
.operations-task-duration[data-v-fb8b8c16] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .55rem;
  border: 1px solid #dbe3ef;
  border-radius: .75rem;
  background: #f8fafc;
  padding: .42rem .55rem;
}
.operations-task-duration span[data-v-fb8b8c16] {
  color: #64748b;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.operations-task-duration strong[data-v-fb8b8c16] {
  color: #071426;
  font-size: .78rem;
  font-weight: 950;
}
.operations-task-duration--ok[data-v-fb8b8c16] {
  border-color: #bbf7d0;
  background: #ecfdf5;
}
.operations-task-duration--ok strong[data-v-fb8b8c16] {
  color: #047857;
}
.operations-task-duration--warning[data-v-fb8b8c16] {
  border-color: #fed7aa;
  background: #fff7ed;
}
.operations-task-duration--warning strong[data-v-fb8b8c16] {
  color: #c2410c;
}
.operations-task-duration--critical[data-v-fb8b8c16],
.operations-task-duration--aborted[data-v-fb8b8c16] {
  border-color: #fecdd3;
  background: #fff1f2;
}
.operations-task-duration--critical strong[data-v-fb8b8c16],
.operations-task-duration--aborted strong[data-v-fb8b8c16] {
  color: #be123c;
}
.operations-task-duration--muted strong[data-v-fb8b8c16] {
  color: #64748b;
}
.operations-task-progress[data-v-fb8b8c16] {
  display: grid;
  gap: .32rem;
  border: 1px solid #dbe3ef;
  border-radius: .75rem;
  background: #f8fafc;
  padding: .42rem .55rem;
}
.operations-task-progress-head[data-v-fb8b8c16] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  color: #64748b;
  font-size: .68rem;
  font-weight: 950;
}
.operations-task-time[data-v-fb8b8c16] {
  color: #64748b;
  font-size: .62rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.operations-task-time strong[data-v-fb8b8c16] {
  margin-left: .25rem;
  color: #071426;
  font-size: .78rem;
  letter-spacing: 0;
  text-transform: none;
}
.operations-task-progress-bar[data-v-fb8b8c16] {
  height: .42rem;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}
.operations-task-progress-bar i[data-v-fb8b8c16] {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #a00046, #f59e0b);
}
.operations-task-progress.operations-task-duration--ok[data-v-fb8b8c16] {
  border-color: #bbf7d0;
  background: #ecfdf5;
}
.operations-task-progress.operations-task-duration--ok .operations-task-time strong[data-v-fb8b8c16] {
  color: #047857;
}
.operations-task-progress.operations-task-duration--warning[data-v-fb8b8c16] {
  border-color: #fed7aa;
  background: #fff7ed;
}
.operations-task-progress.operations-task-duration--warning .operations-task-time strong[data-v-fb8b8c16] {
  color: #c2410c;
}
.operations-task-progress.operations-task-duration--critical[data-v-fb8b8c16],
.operations-task-progress.operations-task-duration--aborted[data-v-fb8b8c16] {
  border-color: #fecdd3;
  background: #fff1f2;
}
.operations-task-progress.operations-task-duration--critical .operations-task-time strong[data-v-fb8b8c16],
.operations-task-progress.operations-task-duration--aborted .operations-task-time strong[data-v-fb8b8c16] {
  color: #be123c;
}
.operations-task-progress.operations-task-duration--muted .operations-task-time strong[data-v-fb8b8c16] {
  color: #64748b;
}
.operations-targets[data-v-fb8b8c16] {
  padding: 0 .9rem .9rem;
}
.operations-target-list[data-v-fb8b8c16] {
  display: grid;
  gap: .45rem;
  margin-top: .5rem;
}
.operations-target[data-v-fb8b8c16] {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  border: 1px solid #edf2f7;
  border-radius: .75rem;
  background: #f8fafc;
  padding: .55rem .7rem;
}
.operations-target span[data-v-fb8b8c16] {
  color: #64748b;
  font-size: .75rem;
  font-weight: 900;
}
.operations-target strong[data-v-fb8b8c16] {
  color: #071426;
  font-size: .78rem;
  overflow-wrap: anywhere;
}
.operations-task-grid[data-v-fb8b8c16] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  padding: 0 1rem 1rem;
}
.operations-task-card[data-v-fb8b8c16] {
  display: grid;
  gap: .45rem;
  min-width: 0;
  border: 1px solid #dbe3ef;
  border-radius: .95rem;
  background: #fff;
  padding: .8rem;
}
.operations-task-actions[data-v-fb8b8c16] {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-top: .1rem;
}
.operations-task-actions button[data-v-fb8b8c16] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid #dbe3ef;
  border-radius: .65rem;
  background: #fff;
  color: #17263a;
  cursor: pointer;
}
.operations-mobile-toggle[data-v-fb8b8c16] {
  display: none;
  width: 100%;
  margin-bottom: .65rem;
  border: 1px solid #f4c760;
  border-radius: .85rem;
  background: #fff8e8;
  color: #9a5f00;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  padding: .7rem .8rem;
  text-transform: uppercase;
}
.operations-filter-grid[data-v-fb8b8c16] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
  margin-top: 1rem;
}
.operations-field[data-v-fb8b8c16] {
  display: grid;
  gap: .35rem;
  min-width: 0;
}
.operations-field--full[data-v-fb8b8c16] {
  grid-column: 1 / -1;
}
.operations-modal-search[data-v-fb8b8c16] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.75rem;
  gap: .45rem;
}
.operations-modal-actions[data-v-fb8b8c16] {
  display: flex;
  justify-content: flex-end;
  gap: .6rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #edf2f7;
}
@media (max-width: 900px) {
.operations-layout[data-v-fb8b8c16] {
    grid-template-columns: 1fr;
}
.operations-mobile-toggle[data-v-fb8b8c16] {
    display: block;
}
.operations-list[data-v-fb8b8c16] {
    max-height: none;
    overflow: visible;
}
.operations-detail-grid[data-v-fb8b8c16],
  .operations-task-grid[data-v-fb8b8c16],
  .operations-filter-grid[data-v-fb8b8c16] {
    grid-template-columns: 1fr;
}
.operations-detail-head[data-v-fb8b8c16],
  .operations-panel-head[data-v-fb8b8c16] {
    align-items: stretch;
    flex-direction: column;
}
.operations-detail-actions[data-v-fb8b8c16],
  .operations-modal-actions[data-v-fb8b8c16] {
    justify-content: flex-start;
}
}
@media (max-width: 560px) {
.operations-action[data-v-fb8b8c16] {
    width: 100%;
}
.operations-bulk-bar[data-v-fb8b8c16] {
    align-items: flex-start;
    flex-direction: column;
}
}


.btn-icon[data-v-3fa9afc4] {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
.btn-icon[data-v-3fa9afc4]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}


.view-terminals[data-v-5b05f9ea] {
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 10%, rgba(168, 94, 14, 0.10), transparent 28rem),
    radial-gradient(circle at 86% 14%, rgba(16, 37, 64, 0.10), transparent 26rem),
    linear-gradient(135deg, #f7f4ef 0%, #eef3f1 52%, #f8fafc 100%);
  color: #102540;
}
.terminals-page[data-v-5b05f9ea] {
  position: relative;
}
.terminals-hero[data-v-5b05f9ea],
.terminal-stat-card[data-v-5b05f9ea],
.terminals-content[data-v-5b05f9ea] .rounded-2xl,
.modal-wrapper[data-v-5b05f9ea] {
  border: 1px solid rgba(15, 33, 55, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(16, 37, 64, 0.08);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.terminals-hero[data-v-5b05f9ea] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 1.5rem;
}
.terminals-kicker[data-v-5b05f9ea] {
  color: #a85e0e;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.terminals-hero h1[data-v-5b05f9ea] {
  margin: 0.15rem 0 0;
  color: #07182c;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  line-height: 0.95;
}
.terminals-hero-action[data-v-5b05f9ea] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid #102540;
  border-radius: 0.95rem;
  background: #102540;
  color: #fff;
  padding: 0.75rem 1rem;
  font-size: 0.86rem;
  font-weight: 800;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}
.terminals-hero-action[data-v-5b05f9ea]:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(16, 37, 64, 0.16);
}
.terminals-hero-action-count[data-v-5b05f9ea] {
  display: inline-flex;
  min-width: 1.35rem;
  height: 1.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: #102540;
  padding: 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 1;
}
.terminals-sidebar[data-v-5b05f9ea] {
  align-self: start;
}
@media (min-width: 1024px) {
.terminals-sidebar[data-v-5b05f9ea] {
    position: sticky;
    top: 5.25rem;
    display: block;
}
}
.terminals-mobile-list-toggle[data-v-5b05f9ea] {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  box-sizing: border-box;
  width: 100%;
  inline-size: 100%;
  max-width: 100%;
  align-self: stretch;
  justify-self: stretch;
  grid-column: 1 / -1;
  border: 1px solid rgba(15, 33, 55, 0.08);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 30px rgba(16, 37, 64, 0.08);
  color: #102540;
  padding: 0.9rem 1rem;
  font-size: 0.86rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.terminals-mobile-list-toggle strong[data-v-5b05f9ea] {
  display: inline-grid;
  min-width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(16, 37, 64, 0.10);
  color: #102540;
  font-size: 0.78rem;
}
.terminals-search-card[data-v-5b05f9ea] {
  border: 1px solid rgba(15, 33, 55, 0.08);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 0% 0%, rgba(16, 37, 64, 0.08), transparent 32%),
    rgba(255, 255, 255, 0.88);
  padding: 0.9rem;
  box-shadow: 0 18px 42px rgba(15, 33, 55, 0.08);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.terminals-search-head[data-v-5b05f9ea],
.terminals-search-footer[data-v-5b05f9ea] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.terminals-search-head h2[data-v-5b05f9ea] {
  color: #102540;
  font-size: 1.05rem;
  font-weight: 850;
}
.terminals-panel-kicker[data-v-5b05f9ea] {
  color: #a8650f;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.terminals-filter-count[data-v-5b05f9ea] {
  border: 1px solid rgba(155, 6, 67, 0.16);
  border-radius: 999px;
  background: rgba(155, 6, 67, 0.07);
  padding: 0.35rem 0.55rem;
  color: #9b0643;
  font-size: 0.68rem;
  font-weight: 850;
}
.terminals-search-box[data-v-5b05f9ea] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
  margin-top: 0.75rem;
}
.terminals-search-input-wrap[data-v-5b05f9ea] {
  position: relative;
}
.terminals-search-input-wrap input[data-v-5b05f9ea] {
  width: 100%;
  min-height: 2.65rem;
  border: 1px solid #d6deea;
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 2.45rem 0 0.85rem;
  color: #12243a;
  font-size: 0.9rem;
  font-weight: 650;
  outline: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}
.terminals-search-input-wrap input[data-v-5b05f9ea]:focus {
  border-color: rgba(16, 37, 64, 0.48);
  box-shadow: 0 0 0 3px rgba(16, 37, 64, 0.08);
}
.terminals-search-clear[data-v-5b05f9ea] {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  display: inline-flex;
  width: 1.85rem;
  height: 1.85rem;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #64748b;
}
.terminals-search-clear[data-v-5b05f9ea]:hover {
  background: #f1f5f9;
  color: #102540;
}
.terminals-search-button[data-v-5b05f9ea],
.terminals-filter-button[data-v-5b05f9ea] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  border-radius: 0.95rem;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}
.terminals-search-button[data-v-5b05f9ea] {
  width: 2.85rem;
  background: #102540;
  color: white;
  box-shadow: 0 10px 22px rgba(16, 37, 64, 0.18);
}
.terminals-search-button[data-v-5b05f9ea]:hover,
.terminals-filter-button[data-v-5b05f9ea]:hover {
  transform: translateY(-1px);
}
.terminals-filter-button[data-v-5b05f9ea] {
  border: 1px solid rgba(16, 37, 64, 0.12);
  background: rgba(255, 255, 255, 0.82);
  padding: 0.45rem 0.75rem;
  color: #102540;
}
.terminals-filter-actions[data-v-5b05f9ea] {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.4rem;
}
.terminals-filter-reset[data-v-5b05f9ea] {
  display: inline-flex;
  width: 2.1rem;
  height: 2.1rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(155, 6, 67, 0.22);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.86);
  color: #9b0643;
  font-size: 0.72rem;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}
.terminals-filter-reset[data-v-5b05f9ea]:hover {
  transform: translateY(-1px);
  background: #fff1f2;
  box-shadow: 0 10px 22px rgba(155, 6, 67, 0.10);
}
.terminals-search-footer[data-v-5b05f9ea] {
  margin-top: 0.65rem;
  color: #64748b;
  font-size: 0.72rem;
}
.terminals-search-footer strong[data-v-5b05f9ea] {
  color: #102540;
}
.terminals-tool-card[data-v-5b05f9ea] {
  overflow: hidden;
  border: 1px solid rgba(15, 33, 55, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(15, 33, 55, 0.08);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.terminals-tool-card > div[data-v-5b05f9ea]:first-child {
  background: linear-gradient(90deg, rgba(16, 37, 64, 0.055), rgba(168, 94, 14, 0.045));
}
.terminal-list-item[data-v-5b05f9ea] {
  border-bottom: 1px solid rgba(15, 33, 55, 0.06);
  padding: 0.7rem 0.78rem;
}
.terminal-list-item[data-v-5b05f9ea]:hover {
  background: rgba(248, 250, 252, 0.86);
}
.terminal-list-item.active[data-v-5b05f9ea] {
  border-left: 4px solid #102540;
  background:
    linear-gradient(90deg, rgba(16, 37, 64, 0.09), rgba(255, 255, 255, 0.86));
}
.terminals-content[data-v-5b05f9ea] .rounded-xl.border,
.terminals-content[data-v-5b05f9ea] .rounded-lg.bg-gray-50 {
  border-color: transparent;
  background: rgba(248, 250, 252, 0.82);
}
.terminal-stat-card[data-v-5b05f9ea] {
  border-radius: 1.35rem;
  padding: 1rem;
}
.terminal-stat-card--green[data-v-5b05f9ea] {
  background: linear-gradient(135deg, rgba(236, 253, 245, 0.92), rgba(255, 255, 255, 0.86));
}
.terminal-stat-card--navy[data-v-5b05f9ea] {
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.92), rgba(255, 255, 255, 0.86));
}
.terminal-stat-card--violet[data-v-5b05f9ea] {
  background: linear-gradient(135deg, rgba(245, 243, 255, 0.94), rgba(255, 255, 255, 0.86));
}
.terminals-dashboard-strip[data-v-5b05f9ea] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 1rem;
}
.terminal-dashboard-group[data-v-5b05f9ea] {
  min-width: 0;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(16, 37, 64, 0.05);
  padding: 0.65rem 0.7rem;
}
.terminal-dashboard-group-head[data-v-5b05f9ea] {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.5rem;
}
.terminal-dashboard-group-head > div[data-v-5b05f9ea] {
  min-width: 0;
}
.terminal-dashboard-icon[data-v-5b05f9ea] {
  display: inline-flex;
  width: 1.65rem;
  height: 1.65rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
  background: #eff6ff;
  color: #0b4f7a;
  font-size: 0.78rem;
}
.terminal-dashboard-group small[data-v-5b05f9ea] {
  display: block;
  color: #9a4c0a;
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}
.terminal-dashboard-group strong[data-v-5b05f9ea] {
  display: block;
  margin-top: 0.12rem;
  color: #0f172a;
  font-size: 0.84rem;
  font-weight: 950;
  line-height: 1.05;
}
.terminal-dashboard-total[data-v-5b05f9ea] {
  display: inline-flex;
  min-width: 0;
  max-width: 5.5rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 1px dashed #fdba74;
  border-radius: 999px;
  background: #fff7ed;
  color: #9a3412;
  padding: 0.28rem 0.42rem;
  font-size: 0.58rem;
  font-weight: 950;
  line-height: 1;
}
.terminal-dashboard-total strong[data-v-5b05f9ea] {
  min-width: 0;
  max-width: 4.75rem;
  margin: 0;
  overflow: hidden;
  color: inherit;
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.terminal-dashboard-help[data-v-5b05f9ea] {
  margin-top: 0.6rem;
  color: #047857;
  font-size: 0.72rem;
  font-style: italic;
  font-weight: 750;
  line-height: 1.25;
}
.terminal-dashboard-chips[data-v-5b05f9ea] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.55rem;
}
.terminal-dashboard-chip[data-v-5b05f9ea] {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.32rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  padding: 0.34rem 0.58rem;
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.terminal-dashboard-chip[data-v-5b05f9ea]:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(16, 37, 64, 0.10);
}
.terminal-dashboard-chip span[data-v-5b05f9ea] {
  text-transform: uppercase;
}
.terminal-dashboard-chip strong[data-v-5b05f9ea] {
  color: inherit;
  font-size: 0.78rem;
  font-weight: 950;
}
.terminal-dashboard-chip--navy[data-v-5b05f9ea] {
  border-color: rgba(16, 37, 64, 0.15);
  background: rgba(255, 255, 255, 0.86);
  color: #102540;
}
.terminal-dashboard-chip--slate[data-v-5b05f9ea] {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #334155;
}
.terminal-dashboard-chip--warm[data-v-5b05f9ea] {
  border-color: #fed7aa;
  background: #ffedd5;
  color: #c2410c;
}
.terminal-dashboard-chip--violet[data-v-5b05f9ea] {
  border-color: #ddd6fe;
  background: #ede9fe;
  color: #6d28d9;
}
.terminal-dashboard-chip--sky[data-v-5b05f9ea] {
  border-color: #bae6fd;
  background: #e0f2fe;
  color: #0369a1;
}
.tone-revenue .terminal-dashboard-icon[data-v-5b05f9ea] {
  background: #ecfdf5;
  color: #047857;
}
.tone-count .terminal-dashboard-icon[data-v-5b05f9ea] {
  background: #eff6ff;
  color: #0b4f7a;
}
.tone-ownership .terminal-dashboard-icon[data-v-5b05f9ea] {
  background: #f5f3ff;
  color: #6d28d9;
}
.terminal-detail-meta[data-v-5b05f9ea] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.45rem;
}
.terminal-detail-meta span[data-v-5b05f9ea] {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  border: 1px solid rgba(100, 116, 139, 0.16);
  border-radius: 0.75rem;
  background: rgba(248, 250, 252, 0.9);
  color: #475569;
  padding: 0.32rem 0.62rem;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1;
}
.terminal-detail-actions[data-v-5b05f9ea] {
  display: grid;
  grid-template-columns: auto auto;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0.45rem;
}
.terminal-detail-status[data-v-5b05f9ea],
.terminal-detail-buttons[data-v-5b05f9ea] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}
.terminal-detail-status[data-v-5b05f9ea] {
  justify-content: flex-end;
}
.terminal-detail-buttons[data-v-5b05f9ea] {
  grid-column: 1 / -1;
  justify-content: flex-end;
}
.terminal-detail-pill[data-v-5b05f9ea] {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  border-width: 1px;
  border-radius: 999px;
  padding: 0.36rem 0.62rem;
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1;
}
.terminal-detail-device[data-v-5b05f9ea] {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(16, 37, 64, 0.12);
  border-radius: 0.9rem;
  background: rgba(248, 250, 252, 0.82);
  padding: 0.25rem 0.55rem 0.25rem 0.28rem;
  color: #102540;
  font-size: 0.78rem;
  font-weight: 800;
}
.terminal-detail-device img[data-v-5b05f9ea] {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.7rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  -o-object-fit: contain;
     object-fit: contain;
}
.terminal-domiciliation-modal[data-v-5b05f9ea] {
  width: min(46rem, 100%);
}
.terminal-domiciliation-grid[data-v-5b05f9ea] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}
.terminal-domiciliation-item[data-v-5b05f9ea] {
  min-width: 0;
  border: 1px solid rgba(16, 37, 64, 0.08);
  border-radius: 0.9rem;
  background: rgba(248, 250, 252, 0.88);
  padding: 0.75rem 0.85rem;
}
.terminal-domiciliation-item--wide[data-v-5b05f9ea] {
  grid-column: 1 / -1;
  background: rgba(236, 253, 245, 0.78);
  border-color: rgba(16, 185, 129, 0.18);
}
.terminal-domiciliation-item--rate[data-v-5b05f9ea] {
  border-color: rgba(16, 185, 129, 0.18);
  background: rgba(236, 253, 245, 0.82);
}
.terminal-domiciliation-item--rate strong[data-v-5b05f9ea] {
  color: #047857;
}
.terminal-domiciliation-item span[data-v-5b05f9ea] {
  display: block;
  color: #64748b;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.terminal-domiciliation-item strong[data-v-5b05f9ea] {
  display: block;
  overflow-wrap: anywhere;
  margin-top: 0.2rem;
  color: #102540;
  font-size: 0.9rem;
  font-weight: 850;
}
@media (max-width: 640px) {
.terminal-detail-actions[data-v-5b05f9ea] {
    grid-template-columns: 1fr;
    justify-content: stretch;
}
.terminal-detail-status[data-v-5b05f9ea],
  .terminal-detail-buttons[data-v-5b05f9ea] {
    justify-content: flex-start;
}
.terminal-detail-device[data-v-5b05f9ea] {
    grid-row: auto;
    width: 100%;
}
.terminal-domiciliation-grid[data-v-5b05f9ea] {
    grid-template-columns: 1fr;
}
}
.terminal-mini-button[data-v-5b05f9ea] {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  min-height: 2rem;
  border-radius: 0.68rem;
  border: 1px solid rgba(16, 37, 64, 0.22);
  padding: 0.42rem 0.62rem;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(16, 37, 64, 0.08);
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}
.terminal-mini-button[data-v-5b05f9ea]:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(16, 37, 64, 0.13);
}
.terminal-mini-button--navy[data-v-5b05f9ea] {
  background: #102540;
  color: #fff;
}
.terminal-mini-button--soft[data-v-5b05f9ea] {
  background: rgba(248, 250, 252, 0.92);
  color: #102540;
}
.terminal-mini-button small[data-v-5b05f9ea] {
  display: inline-grid;
  min-width: 1.05rem;
  height: 1.05rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.62rem;
}
.terminal-technical-card-toggle[data-v-5b05f9ea] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  text-align: left;
}
.terminal-technical-card-count[data-v-5b05f9ea] {
  display: inline-flex;
  min-width: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 1px solid rgba(16, 37, 64, 0.12);
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.88);
  color: #64748b;
  padding: 0.45rem 0.65rem;
  font-size: 0.76rem;
  font-weight: 900;
}
.terminal-technical-grid[data-v-5b05f9ea] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  border-top: 1px solid rgba(16, 37, 64, 0.08);
  padding: 0.75rem;
}
.terminal-technical-item[data-v-5b05f9ea] {
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.82);
  padding: 0.55rem 0.65rem;
}
.terminal-technical-item span[data-v-5b05f9ea] {
  display: block;
  color: #64748b;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.terminal-technical-item strong[data-v-5b05f9ea] {
  display: block;
  overflow: hidden;
  margin-top: 0.18rem;
  color: #102540;
  font-size: 0.82rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 640px) {
.terminal-technical-grid[data-v-5b05f9ea] {
    grid-template-columns: 1fr;
}
}
.terminal-revenue-badge[data-v-5b05f9ea] {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(180, 83, 9, 0.42);
  border-radius: 0.55rem;
  background: linear-gradient(135deg, #fff7cc 0%, #f8c94f 48%, #d99114 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -1px 0 rgba(120, 53, 15, 0.18),
    0 6px 12px rgba(180, 83, 9, 0.24);
  color: #3f2206;
  font-size: 0.75rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  padding: 0.26rem 0.48rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
}
.terminal-week-row[data-v-5b05f9ea] {
  display: grid;
  grid-template-columns: minmax(4.4rem, 0.78fr) repeat(3, minmax(4.6rem, 1fr));
  align-items: center;
  gap: 0.55rem;
  border-top: 1px solid rgba(226, 232, 240, 0.82);
  padding-top: 0.45rem;
}
.terminal-week-date[data-v-5b05f9ea] {
  color: #102540;
  font-weight: 800;
  white-space: nowrap;
}
.terminal-week-values[data-v-5b05f9ea] {
  display: contents;
}
.terminal-week-metric[data-v-5b05f9ea] {
  display: grid;
  min-width: 0;
  gap: 0.08rem;
  text-align: right;
}
.terminal-week-metric small[data-v-5b05f9ea] {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.terminal-week-metric strong[data-v-5b05f9ea] {
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.terminal-week-metric--ca[data-v-5b05f9ea] {
  color: #1d4ed8;
}
.terminal-week-metric--ca small[data-v-5b05f9ea] {
  color: #2563eb;
}
.terminal-week-metric--ca strong[data-v-5b05f9ea] {
  color: #1d4ed8;
}
.terminal-week-metric--commission[data-v-5b05f9ea] {
  color: #9b0643;
}
.terminal-week-metric--commission small[data-v-5b05f9ea] {
  color: #9f1239;
}
.terminal-week-metric--commission strong[data-v-5b05f9ea] {
  color: #9b0643;
}
.terminal-week-metric--tx[data-v-5b05f9ea] {
  color: #92400e;
}
.terminal-week-metric--tx small[data-v-5b05f9ea] {
  color: #a85e0e;
}
.terminal-week-metric--tx strong[data-v-5b05f9ea] {
  color: #92400e;
}
.terminals-content[data-v-5b05f9ea] .rounded-2xl {
  border-radius: 1.35rem;
}
.terminals-content[data-v-5b05f9ea] .text-xs.uppercase.tracking-widest {
  color: #a85e0e;
  font-weight: 800;
}
.terminals-content[data-v-5b05f9ea] h2,
.terminals-content[data-v-5b05f9ea] .text-lg.font-semibold,
.terminals-content[data-v-5b05f9ea] .text-2xl.font-semibold {
  color: #07182c;
}
.terminals-content[data-v-5b05f9ea] input,
.terminals-content[data-v-5b05f9ea] select {
  border-radius: 0.85rem;
  border-color: #cbd5e1;
}
.terminals-content[data-v-5b05f9ea] .bg-maoredev-navy,
.terminals-content[data-v-5b05f9ea] button.bg-maoredev-navy {
  background: #102540;
}
.modal-layer[data-v-5b05f9ea] {
  background: rgba(7, 24, 44, 0.52);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
.modal-wrapper[data-v-5b05f9ea] {
  border-radius: 1.35rem;
}
.terminals-modal-layer[data-v-5b05f9ea] {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: rgba(7, 24, 44, 0.52);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  padding: 7rem 1rem 1rem;
}
.terminals-modal[data-v-5b05f9ea] {
  width: min(42rem, 100%);
  border: 1px solid rgba(15, 33, 55, 0.08);
  border-radius: 1.35rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
  box-shadow: 0 24px 70px rgba(7, 24, 44, 0.24);
  overflow: hidden;
}
.terminals-modal-head[data-v-5b05f9ea] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.88);
  padding: 1rem 1.1rem;
}
.terminals-modal-head h3[data-v-5b05f9ea] {
  margin: 0.15rem 0 0;
  color: #07182c;
  font-size: 1.2rem;
  font-weight: 800;
}
.terminals-modal-close[data-v-5b05f9ea] {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border: 1px solid rgba(15, 33, 55, 0.10);
  border-radius: 999px;
  background: #f8fafc;
  color: #102540;
}
.terminals-modal-body[data-v-5b05f9ea] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  padding: 1rem 1.1rem;
}
.terminals-modal-body--single[data-v-5b05f9ea] {
  grid-template-columns: 1fr;
  max-height: calc(100vh - 15rem);
  overflow-y: auto;
}
.terminal-lines-modal[data-v-5b05f9ea] {
  width: min(58rem, 100%);
}
.terminal-line-editor[data-v-5b05f9ea] {
  border: 1px solid rgba(15, 33, 55, 0.08);
  border-radius: 1rem;
  background: rgba(248, 250, 252, 0.82);
  padding: 0.9rem;
}
.terminals-field[data-v-5b05f9ea] {
  display: grid;
  gap: 0.35rem;
}
.terminals-field span[data-v-5b05f9ea] {
  color: #334155;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.terminals-field input[data-v-5b05f9ea],
.terminals-field select[data-v-5b05f9ea] {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.96);
  color: #0f172a;
  padding: 0.72rem 0.85rem;
  font-size: 0.9rem;
  outline: none;
}
.terminals-modal-actions[data-v-5b05f9ea] {
  display: flex;
  justify-content: flex-end;
  gap: 0.7rem;
  border-top: 1px solid rgba(226, 232, 240, 0.88);
  padding: 0.9rem 1.1rem;
}
.terminals-action[data-v-5b05f9ea] {
  border-radius: 0.9rem;
  padding: 0.72rem 0.95rem;
  font-size: 0.82rem;
  font-weight: 800;
}
.terminals-action-soft[data-v-5b05f9ea] {
  border: 1px solid rgba(16, 37, 64, 0.18);
  background: #f8fafc;
  color: #102540;
}
.terminals-action-dark[data-v-5b05f9ea] {
  border: 1px solid #102540;
  background: #102540;
  color: #fff;
}
.slide-fade-fast-enter-active[data-v-5b05f9ea],
.slide-fade-fast-leave-active[data-v-5b05f9ea] {
  transition: all 0.2s ease-out;
}
.slide-fade-fast-enter-from[data-v-5b05f9ea],
.slide-fade-fast-leave-to[data-v-5b05f9ea] {
  opacity: 0;
  transform: translateY(1rem);
}
.slide-fade-fast-enter-to[data-v-5b05f9ea],
.slide-fade-fast-leave-from[data-v-5b05f9ea] {
  opacity: 1;
  transform: translateY(0);
}
.primary-button[data-v-5b05f9ea] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.terminals-content[data-v-5b05f9ea] .primary-button.border {
  border-color: transparent;
  background: rgba(248, 250, 252, 0.82);
}
.primary-button[data-v-5b05f9ea]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.primary-button[data-v-5b05f9ea]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.secondary-button[data-v-5b05f9ea] {
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.terminals-content[data-v-5b05f9ea] .secondary-button.border {
  border-color: transparent;
  background: rgba(248, 250, 252, 0.82);
}
.terminals-content[data-v-5b05f9ea] .rounded-xl.secondary-button {
  border-color: transparent;
  background: rgba(248, 250, 252, 0.82);
}
.secondary-button[data-v-5b05f9ea]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.modal-layer[data-v-5b05f9ea] {
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.kpi-card[data-v-5b05f9ea] {
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.terminals-content[data-v-5b05f9ea] .rounded-xl.kpi-card {
  border-color: transparent;
  background: rgba(248, 250, 252, 0.82);
}
.kpi-label[data-v-5b05f9ea] {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.terminals-content[data-v-5b05f9ea] .kpi-label.uppercase.tracking-widest {
  color: #a85e0e;
  font-weight: 800;
}
.terminals-content[data-v-5b05f9ea] .text-xs.kpi-label.tracking-widest {
  color: #a85e0e;
  font-weight: 800;
}
.kpi-value[data-v-5b05f9ea] {
  font-weight: 600;
}
.terminals-content[data-v-5b05f9ea] .text-lg.kpi-value,
.terminals-content[data-v-5b05f9ea] .text-2xl.kpi-value {
  color: #07182c;
}
.kpi-sub[data-v-5b05f9ea] {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.terminals-content[data-v-5b05f9ea] .kpi-sub.uppercase.tracking-widest {
  color: #a85e0e;
  font-weight: 800;
}
.kpi-card--ca[data-v-5b05f9ea] {
  --tw-border-opacity: 1;
  border-color: rgb(220 230 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 255 / var(--tw-bg-opacity, 1));
}
.kpi-card--ca .kpi-label[data-v-5b05f9ea] {
  color: #4B5563;
}
.kpi-card--ca .kpi-value[data-v-5b05f9ea] {
  color: #1D4ED8;
}
.kpi-card--ca .kpi-sub[data-v-5b05f9ea] {
  color: #1D4ED8;
}
.kpi-card--commissions[data-v-5b05f9ea] {
  --tw-border-opacity: 1;
  border-color: rgb(249 218 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 243 242 / var(--tw-bg-opacity, 1));
}
.kpi-card--commissions .kpi-label[data-v-5b05f9ea] {
  color: #6B7280;
}
.kpi-card--commissions .kpi-value[data-v-5b05f9ea] {
  color: #9B1C1C;
}
.kpi-card--commissions .kpi-sub[data-v-5b05f9ea] {
  color: #15803D;
}
.kpi-card--neutral[data-v-5b05f9ea] {
  --tw-border-opacity: 1;
  border-color: rgb(228 230 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}
.kpi-card--compact[data-v-5b05f9ea] {
  --tw-border-opacity: 1;
  border-color: rgb(228 230 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}
@media (max-width: 1023px) {
.terminals-hero[data-v-5b05f9ea] {
    flex-direction: column;
}
.terminals-hero-action[data-v-5b05f9ea] {
    width: 100%;
}
.terminals-mobile-list-toggle[data-v-5b05f9ea] {
    display: flex !important;
    flex: 0 0 100%;
    width: 100% !important;
    inline-size: 100%;
    min-width: 100%;
}
.terminals-sidebar.collapsed[data-v-5b05f9ea] {
    display: none;
}
.terminals-modal-body[data-v-5b05f9ea] {
    grid-template-columns: 1fr;
}
.terminals-dashboard-strip[data-v-5b05f9ea] {
    grid-template-columns: 1fr;
}
.terminal-dashboard-chips[data-v-5b05f9ea] {
    flex-wrap: nowrap;
}
.terminal-dashboard-chip[data-v-5b05f9ea] {
    flex: 1 1 0;
    justify-content: center;
}
.terminal-week-row[data-v-5b05f9ea] {
    display: grid;
    grid-template-columns: minmax(3.9rem, 0.72fr) repeat(3, minmax(3.5rem, 1fr));
    gap: 0.4rem;
    padding: 0.65rem;
}
.terminal-week-values[data-v-5b05f9ea] {
    display: contents;
}
.terminal-week-metric[data-v-5b05f9ea] {
    text-align: left;
}
.terminal-week-metric strong[data-v-5b05f9ea] {
    font-size: 0.76rem;
}
}


.view-commissions-dashboard[data-v-eb00730e] {
  min-height: 100vh;
  background:
    radial-gradient(circle at 5% 0%, rgba(16, 37, 64, 0.16), transparent 32%),
    radial-gradient(circle at 92% 10%, rgba(168, 94, 14, 0.14), transparent 28%),
    linear-gradient(135deg, #f7f4ec 0%, #eef4f2 54%, #f8fafc 100%);
  color: #0f2137;
}
.commissions-page[data-v-eb00730e] {
  animation: dashboard-enter-eb00730e 0.32s ease-out both;
}
.dash-panel[data-v-eb00730e] {
  border: 1px solid rgba(15, 33, 55, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(15, 33, 55, 0.08);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.commissions-hero[data-v-eb00730e] {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 248, 234, 0.9) 100%);
}
.commissions-hero[data-v-eb00730e]::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 20%, rgba(15, 33, 55, 0.08), transparent 26%),
    radial-gradient(circle at 84% 8%, rgba(151, 99, 14, 0.15), transparent 26%);
}
.commissions-hero[data-v-eb00730e] > * {
  position: relative;
  z-index: 1;
}
.hero-kicker[data-v-eb00730e],
.panel-kicker[data-v-eb00730e] {
  color: #a8650f;
  font-weight: 800;
  letter-spacing: 0.24em;
}
.commissions-hero h1[data-v-eb00730e] {
  margin-top: 0.15rem;
  color: #07182c;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1;
}
.period-actions[data-v-eb00730e] {
  justify-content: flex-end;
}
.period-btn[data-v-eb00730e] {
  min-height: 2.25rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 18px rgba(15, 33, 55, 0.06);
}
.period-btn.bg-maoredev-navy[data-v-eb00730e] {
  border-color: #102540;
  background: #102540;
  color: #ffffff;
  box-shadow: 0 12px 22px rgba(16, 37, 64, 0.22);
}
.filter-panel[data-v-eb00730e] {
  border: 1px solid rgba(15, 33, 55, 0.08);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.85rem;
}
.filter-panel span[data-v-eb00730e] {
  color: #60708a;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.filter-panel input[data-v-eb00730e] {
  border-color: #d6deea;
  font-weight: 650;
  color: #12243a;
}
.apply-btn[data-v-eb00730e] {
  min-height: 2.5rem;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, #9b0643 0%, #12243a 100%);
}
.is-loading[data-v-eb00730e]::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #a8650f, #102540, transparent);
  animation: loading-line-eb00730e 1.1s ease-in-out infinite;
}
.metric-card[data-v-eb00730e] {
  position: relative;
  overflow: hidden;
}
.metric-card[data-v-eb00730e]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.kpi-card[data-v-eb00730e] {
  position: relative;
  overflow: hidden;
  min-height: 8rem;
  border: 1px solid rgba(15, 33, 55, 0.08);
  background: #ffffff;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.kpi-card[data-v-eb00730e]:hover,
.dash-panel[data-v-eb00730e]:hover {
  box-shadow: 0 22px 46px rgba(15, 33, 55, 0.11);
}
.metric-card-top[data-v-eb00730e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.metric-dot[data-v-eb00730e] {
  width: 0.68rem;
  height: 0.68rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 0.35rem rgba(255, 255, 255, 0.65);
}
.metric-subline[data-v-eb00730e] {
  margin-top: 0.55rem;
  color: #60708a;
  font-size: 0.78rem;
  font-weight: 650;
}
.kpi-card--volume[data-v-eb00730e] {
  color: #0f766e;
  background:
    radial-gradient(circle at 85% 15%, rgba(20, 184, 166, 0.2), transparent 28%),
    linear-gradient(135deg, #effaf7 0%, #ffffff 100%);
  border-color: rgba(20, 184, 166, 0.22);
}
.kpi-card--transactions[data-v-eb00730e] {
  color: #1d4ed8;
  background:
    radial-gradient(circle at 86% 16%, rgba(37, 99, 235, 0.18), transparent 28%),
    linear-gradient(135deg, #eef5ff 0%, #ffffff 100%);
  border-color: rgba(37, 99, 235, 0.2);
}
.kpi-card--commissions[data-v-eb00730e] {
  color: #c2410c;
  background:
    radial-gradient(circle at 86% 16%, rgba(249, 115, 22, 0.2), transparent 28%),
    linear-gradient(135deg, #fff5ea 0%, #ffffff 100%);
  border-color: rgba(249, 115, 22, 0.22);
}
.kpi-card--rate[data-v-eb00730e] {
  color: #7c3aed;
  background:
    radial-gradient(circle at 86% 16%, rgba(124, 58, 237, 0.17), transparent 28%),
    linear-gradient(135deg, #f5f0ff 0%, #ffffff 100%);
  border-color: rgba(124, 58, 237, 0.2);
}
.kpi-card .text-gray-900[data-v-eb00730e],
.metric-card .text-gray-900[data-v-eb00730e],
.split-card .text-gray-900[data-v-eb00730e] {
  color: #0f2137;
}
.split-card[data-v-eb00730e] {
  position: relative;
  overflow: hidden;
}
.split-card[data-v-eb00730e]::after {
  content: '';
  position: absolute;
  width: 9rem;
  height: 9rem;
  right: -4rem;
  top: -4.5rem;
  border-radius: 999px;
  opacity: 0.16;
}
.split-card--wha[data-v-eb00730e]::after {
  background: #2563eb;
}
.split-card--intermediary[data-v-eb00730e]::after {
  background: #d97706;
}
.secondary-metrics .metric-card[data-v-eb00730e] {
  border-radius: 1rem;
  border: 1px solid rgba(15, 33, 55, 0.08);
  box-shadow: 0 14px 34px rgba(15, 33, 55, 0.06);
}
.metric-card--daily-avg[data-v-eb00730e] {
  background: linear-gradient(135deg, #eef4ff 0%, #ffffff 100%);
  border-color: #cfdcf8;
}
.metric-card--daily-avg[data-v-eb00730e]::before { background: #2563eb;
}
.metric-card--daily-median[data-v-eb00730e] {
  background: linear-gradient(135deg, #f2f3ff 0%, #ffffff 100%);
  border-color: #dadcf9;
}
.metric-card--daily-median[data-v-eb00730e]::before { background: #6366f1;
}
.metric-card--merchant-avg[data-v-eb00730e] {
  background: linear-gradient(135deg, #edf8f1 0%, #ffffff 100%);
  border-color: #cce8d6;
}
.metric-card--merchant-avg[data-v-eb00730e]::before { background: #15803d;
}
.metric-card--merchant-median[data-v-eb00730e] {
  background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
  border-color: #f5dec0;
}
.metric-card--merchant-median[data-v-eb00730e]::before { background: #d97706;
}
.list-panel[data-v-eb00730e],
.trend-panel[data-v-eb00730e] {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.84));
}
.panel-title-row h2[data-v-eb00730e] {
  margin-top: 0.1rem;
}
.panel-title-row > span[data-v-eb00730e] {
  border-radius: 999px;
  background: rgba(15, 33, 55, 0.06);
  padding: 0.25rem 0.55rem;
  color: #4b5f7a;
  font-weight: 800;
}
.merchant-item[data-v-eb00730e] {
  border: 1px solid rgba(37, 99, 235, 0.14);
  background:
    linear-gradient(90deg, rgba(239, 246, 255, 0.88) 0%, #ffffff 82%);
  box-shadow: 0 8px 18px rgba(15, 33, 55, 0.04);
}
.loose-item[data-v-eb00730e] {
  border: 1px solid rgba(244, 63, 94, 0.16);
  background:
    linear-gradient(90deg, rgba(255, 241, 242, 0.88) 0%, #ffffff 82%);
  box-shadow: 0 8px 18px rgba(15, 33, 55, 0.04);
}
.merchant-item[data-v-eb00730e],
.loose-item[data-v-eb00730e] {
  transition: transform 0.16s ease, border-color 0.16s ease;
}
.merchant-item[data-v-eb00730e]:hover,
.loose-item[data-v-eb00730e]:hover {
  transform: translateY(-1px);
}
.chart-shell[data-v-eb00730e] {
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.08), transparent 30%),
    radial-gradient(circle at 90% 8%, rgba(217, 119, 6, 0.1), transparent 28%),
    #ffffff;
}
.monthly-timeline[data-v-eb00730e] {
  display: grid;
  gap: 0.65rem;
}
.monthly-timeline-row[data-v-eb00730e] {
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.75fr) minmax(11rem, 1.75fr) minmax(4.75rem, 0.38fr) minmax(10rem, 0.82fr);
  align-items: center;
  gap: 0.85rem;
  border: 1px solid rgba(15, 33, 55, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.86);
  padding: 0.8rem 0.9rem;
  box-shadow: 0 10px 24px rgba(15, 33, 55, 0.045);
}
.monthly-timeline-row.current[data-v-eb00730e] {
  border-color: rgba(16, 37, 64, 0.18);
  background:
    linear-gradient(90deg, rgba(239, 246, 255, 0.95), rgba(255, 255, 255, 0.92));
}
.month-label strong[data-v-eb00730e] {
  display: block;
  color: #102540;
  font-size: 0.95rem;
  text-transform: capitalize;
}
.month-label span[data-v-eb00730e] {
  display: block;
  margin-top: 0.12rem;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 650;
}
.month-bars[data-v-eb00730e] {
  display: grid;
  gap: 0.45rem;
}
.bar-line[data-v-eb00730e] {
  display: grid;
  grid-template-columns: 3.3rem minmax(5rem, 1fr) 4.5rem;
  align-items: center;
  gap: 0.55rem;
}
.bar-line span[data-v-eb00730e] {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.bar-line strong[data-v-eb00730e] {
  color: #102540;
  font-size: 0.78rem;
  text-align: right;
}
.bar-track[data-v-eb00730e] {
  position: relative;
  height: 0.6rem;
  overflow: hidden;
  border-radius: 999px;
  background: #e8edf5;
}
.bar-fill[data-v-eb00730e] {
  position: absolute;
  inset: 0 auto 0 0;
  min-width: 0.35rem;
  border-radius: inherit;
}
.bar-fill--ca[data-v-eb00730e] {
  background: linear-gradient(90deg, #60a5fa, #1d4ed8);
}
.bar-fill--commission[data-v-eb00730e] {
  background: linear-gradient(90deg, #fbbf24, #c2410c);
}
.month-rate[data-v-eb00730e] {
  justify-self: end;
  min-width: 4.75rem;
  border-radius: 0.85rem;
  background: #fff7ed;
  padding: 0.45rem 0.55rem;
  text-align: center;
}
.month-rate span[data-v-eb00730e] {
  display: block;
  color: #9a3412;
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.month-rate strong[data-v-eb00730e] {
  display: block;
  color: #102540;
  font-size: 0.88rem;
}
.month-delta[data-v-eb00730e] {
  display: grid;
  gap: 0.35rem;
  justify-self: stretch;
  border-left: 1px solid rgba(15, 33, 55, 0.08);
  padding-left: 0.8rem;
}
.month-delta span[data-v-eb00730e] {
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.month-delta strong[data-v-eb00730e] {
  display: grid;
  gap: 0.08rem;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.15;
}
.month-delta small[data-v-eb00730e] {
  color: #64748b;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.month-delta-values[data-v-eb00730e] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem;
}
.month-delta--empty[data-v-eb00730e] {
  opacity: 0.42;
}
.month-delta--empty span[data-v-eb00730e] {
  color: #94a3b8;
}
.monthly-chart-grid[data-v-eb00730e] {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 768px) {
.monthly-chart-grid[data-v-eb00730e] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
.monthly-chart-card[data-v-eb00730e] {
  border: 1px solid rgba(15, 33, 55, 0.08);
  background: linear-gradient(180deg, rgba(249, 251, 255, 0.96) 0%, #ffffff 100%);
  border-radius: 1rem;
  padding: 0.85rem;
  box-shadow: 0 10px 24px rgba(15, 33, 55, 0.06);
}
.monthly-chart-title[data-v-eb00730e] {
  font-size: 0.75rem;
  font-weight: 700;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.monthly-chart-period[data-v-eb00730e] {
  margin-top: 0.1rem;
  font-size: 0.72rem;
  color: #64748b;
}
.monthly-chart-bars[data-v-eb00730e] {
  margin-top: 0.5rem;
  height: 7.4rem;
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}
.monthly-bar[data-v-eb00730e] {
  width: 100%;
  min-height: 0.5rem;
  border-radius: 0.5rem 0.5rem 0.2rem 0.2rem;
}
.monthly-bar--ca[data-v-eb00730e] {
  background: linear-gradient(180deg, #60a5fa 0%, #1d4ed8 100%);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.24);
}
.monthly-bar--commission[data-v-eb00730e] {
  background: linear-gradient(180deg, #fbbf24 0%, #d97706 100%);
  box-shadow: 0 8px 18px rgba(217, 119, 6, 0.22);
}
.monthly-chart-values[data-v-eb00730e] {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #475569;
}
.monthly-chart-rate[data-v-eb00730e] {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #64748b;
}
@keyframes dashboard-enter-eb00730e {
from {
    opacity: 0;
    transform: translateY(8px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes loading-line-eb00730e {
0% {
    transform: translateX(-70%);
}
100% {
    transform: translateX(70%);
}
}
@media (max-width: 768px) {
.commissions-page[data-v-eb00730e] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.period-actions[data-v-eb00730e] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.period-btn[data-v-eb00730e] {
    justify-content: center;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
    font-size: 0.68rem;
}
.filter-panel[data-v-eb00730e] {
    padding: 0.7rem;
}
.dashboard-kpis .kpi-card[data-v-eb00730e] {
    min-height: 6.6rem;
}
.dashboard-kpis .text-3xl[data-v-eb00730e] {
    font-size: 1.55rem;
}
.monthly-timeline-row[data-v-eb00730e] {
    grid-template-columns: 1fr;
}
.month-rate[data-v-eb00730e] {
    justify-self: stretch;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
.month-delta[data-v-eb00730e] {
    border-left: 0;
    border-top: 1px solid rgba(15, 33, 55, 0.08);
    padding-left: 0;
    padding-top: 0.55rem;
}
.month-delta-values[data-v-eb00730e] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.bar-line[data-v-eb00730e] {
    grid-template-columns: 3rem minmax(5rem, 1fr) 4rem;
}
}



.view-revenues[data-v-6cb00e22] {
  min-height: 100vh;
  background: linear-gradient(135deg, #f7f3ec 0%, #eef3f0 100%);
  overflow-x: hidden;
}
.view-revenues > div[data-v-6cb00e22] {
  max-width: 100%;
}
.revenues-head[data-v-6cb00e22] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(255,249,235,.92));
  padding: 16px;
  box-shadow: 0 12px 30px rgba(23, 38, 58, .06);
}
.head-actions[data-v-6cb00e22] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}
.revenues-kicker[data-v-6cb00e22],
.panel-kicker[data-v-6cb00e22] {
  color: #9a6a15;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.revenues-head h1[data-v-6cb00e22],
.panel-head h2[data-v-6cb00e22],
.detail-hero h2[data-v-6cb00e22],
.detail-card h3[data-v-6cb00e22] {
  margin: 0;
  color: #111827;
  font-weight: 800;
}
.revenues-head h1[data-v-6cb00e22] {
  margin-top: 2px;
  font-size: 1.75rem;
}
.revenues-head p[data-v-6cb00e22] {
  margin: 3px 0 0;
  color: #64748b;
  font-size: .85rem;
}
.revenues-layout[data-v-6cb00e22] {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 12px;
  margin-top: 12px;
  max-width: 100%;
  min-width: 0;
}
.left-panel[data-v-6cb00e22],
.detail-panel[data-v-6cb00e22],
.detail-card[data-v-6cb00e22] {
  max-width: 100%;
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .05);
}
.left-panel[data-v-6cb00e22] {
  position: sticky;
  top: 84px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 104px);
  padding: 10px;
  overflow: hidden;
}
.mobile-list-toggle[data-v-6cb00e22] {
  display: none;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  background: #f8fafc;
  color: #17263a;
  padding: 9px 10px;
  font-size: .78rem;
  font-weight: 900;
  cursor: pointer;
}
.left-panel-body[data-v-6cb00e22] {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
}
.detail-panel[data-v-6cb00e22] {
  min-height: 620px;
  padding: 12px;
}
.panel-head[data-v-6cb00e22],
.section-head[data-v-6cb00e22],
.detail-hero[data-v-6cb00e22] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}
.section-actions[data-v-6cb00e22] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}
.btn[data-v-6cb00e22] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: none;
  border-radius: 9px;
  padding: 8px 12px;
  line-height: 1;
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}
.btn-sm[data-v-6cb00e22] {
  min-height: 30px;
  padding: 6px 10px;
  font-size: .72rem;
}
.btn-primary[data-v-6cb00e22] {
  background: #8c1040;
  color: #fff;
}
.btn-dark[data-v-6cb00e22] {
  background: #17263a;
  color: #fff;
}
.btn-soft[data-v-6cb00e22] {
  background: #fff7df;
  color: #7c530f;
  border: 1px solid #f2d785;
}
.btn-ghost[data-v-6cb00e22] {
  background: transparent;
  color: #64748b;
}
.btn-danger[data-v-6cb00e22] {
  background: #fee2e2;
  color: #991b1b;
}
.filter-toggle[data-v-6cb00e22] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f8fafc;
  padding: 8px 10px;
  color: #475569;
  font-size: .78rem;
  cursor: pointer;
}
.filter-toggle strong[data-v-6cb00e22] {
  color: #8c1040;
  font-size: .72rem;
  text-transform: uppercase;
}
.filter-box[data-v-6cb00e22],
.create-box[data-v-6cb00e22] {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fbfaf8;
  padding: 10px;
}
.create-title[data-v-6cb00e22] {
  color: #17263a;
  font-size: .85rem;
  font-weight: 900;
}
label span[data-v-6cb00e22] {
  display: block;
  margin-bottom: 4px;
  color: #64748b;
  font-size: .72rem;
}
input[data-v-6cb00e22],
select[data-v-6cb00e22] {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 9px;
  background: #fff;
  padding: 7px 9px;
  font-size: .82rem;
  outline: none;
}
input[data-v-6cb00e22]:focus,
select[data-v-6cb00e22]:focus {
  border-color: #8c1040;
  box-shadow: 0 0 0 3px rgba(140, 16, 64, .08);
}
.code-row[data-v-6cb00e22] {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
.check-row[data-v-6cb00e22] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #475569;
  font-size: .78rem;
}
.check-row input[data-v-6cb00e22] {
  width: auto;
}
.check-row span[data-v-6cb00e22] {
  margin: 0;
}
.create-actions[data-v-6cb00e22] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.agent-list[data-v-6cb00e22] {
  display: grid;
  gap: 5px;
  margin-top: 8px;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
  overscroll-behavior: contain;
}
.agent-card[data-v-6cb00e22] {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 11px;
  background: #fff;
  padding: 7px 9px;
  text-align: left;
  cursor: pointer;
  transition: all .16s;
}
.agent-card[data-v-6cb00e22]:hover,
.agent-card.active[data-v-6cb00e22] {
  border-color: #8c1040;
  box-shadow: 0 8px 20px rgba(23, 38, 58, .08);
}
.agent-card-top[data-v-6cb00e22] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.status-dot[data-v-6cb00e22] {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #16a34a;
  box-shadow: 0 0 0 4px #dcfce7;
}
.status-dot.off[data-v-6cb00e22] {
  background: #dc2626;
  box-shadow: 0 0 0 4px #fee2e2;
}
.agent-card-top strong[data-v-6cb00e22],
.detail-code[data-v-6cb00e22] {
  color: #17263a;
  font-weight: 900;
  letter-spacing: .08em;
}
.agent-name[data-v-6cb00e22] {
  margin-top: 1px;
  color: #111827;
  font-weight: 700;
  font-size: .86rem;
  line-height: 1.05;
}
.agent-stats[data-v-6cb00e22] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 5px;
}
.agent-stats span[data-v-6cb00e22] {
  border-radius: 999px;
  padding: 3px 7px;
  font-size: .63rem;
  font-weight: 900;
  line-height: 1;
}
.agent-stats .stat-plans[data-v-6cb00e22] {
  background: #eef2ff;
  color: #3730a3;
}
.agent-stats .stat-contracts[data-v-6cb00e22] {
  background: #ecfdf5;
  color: #047857;
}
.agent-stats .stat-enterprises[data-v-6cb00e22] {
  background: #fff7ed;
  color: #c2410c;
}
.agent-meta[data-v-6cb00e22] {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 3px;
  color: #64748b;
  font-size: .68rem;
  line-height: 1.05;
}
.agent-meta span[data-v-6cb00e22]:first-child {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-loading[data-v-6cb00e22] {
  display: grid;
  gap: 10px;
}
.skeleton-card[data-v-6cb00e22] {
  cursor: default;
  pointer-events: none;
}
.skeleton-line[data-v-6cb00e22],
.skeleton-pill[data-v-6cb00e22],
.skeleton-dot[data-v-6cb00e22] {
  display: inline-block;
  background: linear-gradient(90deg, #e8eef6 0%, #f8fafc 38%, #e8eef6 72%);
  background-size: 260% 100%;
  animation: skeleton-shimmer-6cb00e22 1.15s ease-in-out infinite;
}
.skeleton-line[data-v-6cb00e22] {
  height: 10px;
  border-radius: 999px;
}
.skeleton-line-code[data-v-6cb00e22] {
  width: 86px;
  height: 14px;
}
.skeleton-line-name[data-v-6cb00e22] {
  width: 72%;
  height: 12px;
  margin-top: 7px;
}
.skeleton-line-meta[data-v-6cb00e22] {
  width: 58%;
  height: 9px;
  margin-top: 8px;
}
.skeleton-dot[data-v-6cb00e22] {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(226, 232, 240, .75);
}
.skeleton-tags[data-v-6cb00e22] {
  display: flex;
  gap: 5px;
  margin-top: 8px;
}
.skeleton-pill[data-v-6cb00e22] {
  width: 76px;
  height: 20px;
  border-radius: 999px;
}
.skeleton-pill.short[data-v-6cb00e22] {
  width: 58px;
}
.skeleton-pill.tiny[data-v-6cb00e22] {
  width: 44px;
}
.skeleton-hero[data-v-6cb00e22] {
  pointer-events: none;
}
.skeleton-hero-code[data-v-6cb00e22] {
  width: 92px;
  height: 13px;
  background: linear-gradient(90deg, rgba(255,255,255,.22), rgba(255,255,255,.58), rgba(255,255,255,.22));
  background-size: 260% 100%;
}
.skeleton-hero-title[data-v-6cb00e22] {
  display: block;
  width: 220px;
  height: 22px;
  margin-top: 12px;
  background: linear-gradient(90deg, rgba(255,255,255,.24), rgba(255,255,255,.66), rgba(255,255,255,.24));
  background-size: 260% 100%;
}
.skeleton-hero-subtitle[data-v-6cb00e22] {
  display: block;
  width: 280px;
  height: 12px;
  margin-top: 12px;
  background: linear-gradient(90deg, rgba(255,255,255,.16), rgba(255,255,255,.42), rgba(255,255,255,.16));
  background-size: 260% 100%;
}
.skeleton-action[data-v-6cb00e22] {
  width: 96px;
  height: 30px;
  background: linear-gradient(90deg, rgba(255,255,255,.18), rgba(255,255,255,.55), rgba(255,255,255,.18));
  background-size: 260% 100%;
}
.skeleton-detail-card .skeleton-action[data-v-6cb00e22] {
  background: linear-gradient(90deg, #e8eef6 0%, #f8fafc 38%, #e8eef6 72%);
  background-size: 260% 100%;
}
.skeleton-kpi[data-v-6cb00e22],
.skeleton-detail-card[data-v-6cb00e22] {
  pointer-events: none;
}
.skeleton-kpi-label[data-v-6cb00e22],
.skeleton-section-kicker[data-v-6cb00e22] {
  width: 115px;
  height: 9px;
}
.skeleton-kpi-value[data-v-6cb00e22] {
  width: 74px;
  height: 18px;
}
.skeleton-section-title[data-v-6cb00e22] {
  display: block;
  width: 160px;
  height: 16px;
  margin-top: 8px;
}
.skeleton-rate-row[data-v-6cb00e22] {
  pointer-events: none;
}
.skeleton-rate-main[data-v-6cb00e22] {
  width: 72%;
  height: 16px;
}
.skeleton-rate-stat[data-v-6cb00e22] {
  width: 112px;
  height: 34px;
}
.skeleton-rate-action[data-v-6cb00e22] {
  width: 138px;
  height: 34px;
}
@keyframes skeleton-shimmer-6cb00e22 {
0% {
    background-position: 120% 0;
}
100% {
    background-position: -120% 0;
}
}
.detail-empty[data-v-6cb00e22] {
  display: grid;
  min-height: 560px;
  place-items: center;
  color: #64748b;
}
.detail-hero[data-v-6cb00e22] {
  border-radius: 16px;
  background: linear-gradient(135deg, #17263a, #2d405d);
  padding: 14px;
}
.detail-hero h2[data-v-6cb00e22],
.detail-code[data-v-6cb00e22] {
  color: #fff;
}
.detail-hero p[data-v-6cb00e22] {
  margin: 6px 0 0;
  color: rgba(255,255,255,.7);
  overflow-wrap: anywhere;
}
.detail-flags[data-v-6cb00e22] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
.kpi-grid[data-v-6cb00e22] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}
.kpi-card[data-v-6cb00e22] {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  padding: 11px;
}
.kpi-card-total[data-v-6cb00e22] {
  border-color: #bfdbfe;
  background: linear-gradient(135deg, #eff6ff, #ffffff);
}
.kpi-card-unassigned[data-v-6cb00e22] {
  border-color: #fecdd3;
  background: linear-gradient(135deg, #fff1f2, #ffffff);
}
.kpi-card-attributed[data-v-6cb00e22] {
  border-color: #bbf7d0;
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
}
.kpi-card-agents[data-v-6cb00e22] {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
}
.kpi-grid span[data-v-6cb00e22] {
  color: #64748b;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.kpi-grid strong[data-v-6cb00e22] {
  display: block;
  margin-top: 5px;
  color: #111827;
  font-size: 1.1rem;
}
.money[data-v-6cb00e22] {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  padding: 5px 10px;
  line-height: 1;
}
.money-invoice[data-v-6cb00e22] {
  background: #eff6ff;
  color: #1d4ed8 !important;
}
.money-paid[data-v-6cb00e22] {
  background: #ecfdf5;
  color: #047857 !important;
}
.money-commission[data-v-6cb00e22] {
  background: #fff7ed;
  color: #c2410c !important;
}
.detail-card[data-v-6cb00e22] {
  margin-top: 10px;
  padding: 12px;
}
.modal-backdrop[data-v-6cb00e22] {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(15, 23, 42, .48);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.revenue-modal[data-v-6cb00e22] {
  width: min(760px, 100%);
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff, #fffaf0);
  box-shadow: 0 24px 80px rgba(15, 23, 42, .28);
  padding: 16px;
}
.attribution-modal[data-v-6cb00e22] {
  width: min(1040px, 100%);
}
.modal-table-wrap[data-v-6cb00e22] {
  max-height: min(68vh, 680px);
  overflow: auto;
  padding-right: 4px;
}
.attribution-modal-filters[data-v-6cb00e22] {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(140px, .35fr) auto;
  gap: 8px;
  align-items: end;
  margin-top: 12px;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  background: #fbfdff;
  padding: 10px;
}
.attribution-modal-filters label[data-v-6cb00e22] {
  display: grid;
  gap: 4px;
}
.attribution-modal-filters span[data-v-6cb00e22] {
  color: #64748b;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.attribution-modal-filters input[data-v-6cb00e22],
.attribution-modal-filters select[data-v-6cb00e22] {
  min-height: 34px;
  border: 1px solid #d8dee8;
  border-radius: 9px;
  background: #fff;
  color: #17263a;
  padding: 7px 9px;
  font-size: .8rem;
  font-weight: 800;
}
.revenue-modal h3[data-v-6cb00e22] {
  margin: 0;
  color: #111827;
  font-size: 1.15rem;
  font-weight: 900;
}
.revenue-modal p[data-v-6cb00e22] {
  margin: 4px 0 0;
  color: #64748b;
  font-size: .8rem;
}
.modal-close[data-v-6cb00e22] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  color: #64748b;
  font-size: .95rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}
.modal-actions[data-v-6cb00e22] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 14px;
}
.agent-create-grid[data-v-6cb00e22] {
  display: grid;
  grid-template-columns: minmax(180px, 1.1fr) minmax(160px, .9fr);
  gap: 8px;
  margin-top: 12px;
}
.wide-field[data-v-6cb00e22] {
  grid-column: 1 / -1;
}
.rate-list[data-v-6cb00e22],
.attribution-table-wrap[data-v-6cb00e22] {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}
.attribution-summary-grid[data-v-6cb00e22] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}
.attribution-summary-grid article[data-v-6cb00e22] {
  border: 1px solid #eef2f7;
  border-radius: 12px;
  background: #fbfdff;
  padding: 9px 10px;
}
.attribution-summary-grid span[data-v-6cb00e22] {
  display: block;
  color: #64748b;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.attribution-summary-grid strong[data-v-6cb00e22] {
  display: block;
  margin-top: 4px;
  color: #17263a;
  font-size: .96rem;
  font-weight: 950;
}
.rate-row[data-v-6cb00e22] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #eef2f7;
  border-radius: 10px;
  background: #fbfdff;
  padding: 7px 9px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(170px, auto) minmax(190px, auto);
  min-width: 0;
}
.rate-row strong[data-v-6cb00e22] {
  display: block;
  color: #111827;
  line-height: 1.1;
}
.rate-row span[data-v-6cb00e22] {
  color: #64748b;
  font-size: .72rem;
}
.rate-stats[data-v-6cb00e22] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}
.rate-stat[data-v-6cb00e22],
.contract-cell[data-v-6cb00e22],
.amount-cell[data-v-6cb00e22] {
  display: inline-grid;
  gap: 3px;
  border-radius: 12px;
  border: 1px solid #d8dee8;
  background: #fff;
  padding: 6px 9px;
  line-height: 1;
}
.rate-stat[data-v-6cb00e22] {
  min-width: 76px;
  background: linear-gradient(135deg, #ffffff, #fff7ed);
  border-color: #fed7aa;
}
.rate-stat span[data-v-6cb00e22],
.contract-cell span[data-v-6cb00e22],
.amount-cell span[data-v-6cb00e22] {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  padding: 3px 6px;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.rate-stat span[data-v-6cb00e22] {
  background: #ffedd5;
  color: #c2410c;
}
.rate-stat strong[data-v-6cb00e22],
.contract-cell strong[data-v-6cb00e22],
.amount-cell strong[data-v-6cb00e22] {
  display: block;
  color: #17263a;
  font-size: .82rem;
  font-weight: 950;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contract-cell[data-v-6cb00e22] {
  min-width: 118px;
  max-width: 180px;
}
.contract-cell-balanced[data-v-6cb00e22] {
  border-color: #bbf7d0;
  background: linear-gradient(135deg, #ffffff, #ecfdf5);
}
.contract-cell-balanced span[data-v-6cb00e22] {
  background: #dcfce7;
  color: #047857;
}
.contract-cell-debtor[data-v-6cb00e22] {
  border-color: #fecdd3;
  background: linear-gradient(135deg, #ffffff, #fff1f2);
}
.contract-cell-debtor span[data-v-6cb00e22] {
  background: #ffe4e6;
  color: #be123c;
}
.contract-cell-creditor[data-v-6cb00e22] {
  border-color: #bfdbfe;
  background: linear-gradient(135deg, #ffffff, #eff6ff);
}
.contract-cell-creditor span[data-v-6cb00e22] {
  background: #dbeafe;
  color: #1d4ed8;
}
.amount-cell[data-v-6cb00e22] {
  min-width: 96px;
}
.amount-cell-invoice[data-v-6cb00e22] {
  border-color: #bfdbfe;
  background: linear-gradient(135deg, #ffffff, #eff6ff);
}
.amount-cell-invoice strong[data-v-6cb00e22] {
  color: #1d4ed8;
}
.amount-cell-invoice span[data-v-6cb00e22] {
  background: #dbeafe;
  color: #1d4ed8;
}
.amount-cell-commission[data-v-6cb00e22] {
  border-color: #bbf7d0;
  background: linear-gradient(135deg, #ffffff, #ecfdf5);
}
.amount-cell-commission strong[data-v-6cb00e22] {
  color: #047857;
}
.amount-cell-commission span[data-v-6cb00e22] {
  background: #dcfce7;
  color: #047857;
}
.attribution-table-wrap[data-v-6cb00e22] {
  overflow-x: auto;
}
.attribution-table[data-v-6cb00e22] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 6px;
}
.attribution-table th[data-v-6cb00e22] {
  padding: 0 8px 2px;
  color: #64748b;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}
.attribution-table td[data-v-6cb00e22] {
  border-top: 1px solid #eef2f7;
  border-bottom: 1px solid #eef2f7;
  background: #fbfdff;
  padding: 7px 8px;
  vertical-align: middle;
  white-space: nowrap;
}
.attribution-table td[data-v-6cb00e22]:first-child {
  border-left: 1px solid #eef2f7;
  border-radius: 12px 0 0 12px;
}
.attribution-table td[data-v-6cb00e22]:last-child {
  border-right: 1px solid #eef2f7;
  border-radius: 0 12px 12px 0;
}
.instance-cell strong[data-v-6cb00e22],
.instance-cell span[data-v-6cb00e22] {
  display: block;
}
.instance-cell strong[data-v-6cb00e22] {
  max-width: 180px;
  overflow: hidden;
  color: #17263a;
  font-size: .8rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.instance-cell span[data-v-6cb00e22] {
  margin-top: 3px;
  color: #64748b;
  font-size: .68rem;
}
.rate-plan-link[data-v-6cb00e22] {
  border: none;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
}
.rate-plan-link:hover strong[data-v-6cb00e22] {
  color: #8c1040;
  text-decoration: underline;
}
.rate-plan-link strong[data-v-6cb00e22],
.rate-plan-link span[data-v-6cb00e22] {
  display: block;
}
.rate-actions[data-v-6cb00e22] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
}
.rate-actions input[data-v-6cb00e22] {
  min-height: 30px;
  padding: 6px 8px;
  max-width: 138px;
}
.assign-row[data-v-6cb00e22] {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 150px auto;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
  min-width: 0;
}
.agent-edit-grid[data-v-6cb00e22] {
  display: grid;
  grid-template-columns: minmax(140px, .8fr) minmax(180px, 1.2fr) minmax(110px, .55fr) minmax(120px, .6fr);
  gap: 8px;
  margin-top: 10px;
}
.agent-edit-options[data-v-6cb00e22] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}
.code-input[data-v-6cb00e22] {
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.plan-manager[data-v-6cb00e22] {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
  gap: 12px;
  margin-top: 12px;
}
.plan-list[data-v-6cb00e22] {
  display: grid;
  align-content: start;
  gap: 8px;
}
.plan-chip[data-v-6cb00e22] {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  padding: 10px 12px;
  text-align: left;
  cursor: pointer;
}
.plan-chip.active[data-v-6cb00e22] {
  border-color: #8c1040;
  box-shadow: 0 8px 20px rgba(23, 38, 58, .08);
}
.plan-chip.archived[data-v-6cb00e22] {
  opacity: .58;
}
.plan-chip strong[data-v-6cb00e22] {
  display: block;
  color: #111827;
}
.plan-chip span[data-v-6cb00e22] {
  color: #64748b;
  font-size: .72rem;
}
.plan-form[data-v-6cb00e22] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.plan-actions[data-v-6cb00e22] {
  display: flex;
  align-items: end;
  gap: 8px;
}
.rule-manager[data-v-6cb00e22] {
  margin-top: 14px;
  border-top: 1px solid #eef2f7;
  padding-top: 14px;
}
.rule-list[data-v-6cb00e22] {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}
.rule-row[data-v-6cb00e22] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  background: #fbfdff;
  padding: 10px 12px;
}
.rule-row strong[data-v-6cb00e22] {
  display: block;
  color: #111827;
}
.rule-row span[data-v-6cb00e22] {
  color: #64748b;
  font-size: .75rem;
}
.rule-form[data-v-6cb00e22] {
  display: grid;
  grid-template-columns: 1fr 1fr .8fr .8fr .8fr auto;
  gap: 8px;
  margin-top: 10px;
}
.manual-attribution[data-v-6cb00e22] {
  margin-top: 14px;
  border-top: 1px solid #eef2f7;
  padding-top: 14px;
}
.modal-manual-attribution[data-v-6cb00e22] {
  border-top: none;
  padding-top: 0;
}
.manual-attribution-title[data-v-6cb00e22] {
  color: #17263a;
  font-size: .85rem;
  font-weight: 900;
}
.contract-search[data-v-6cb00e22] {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}
.search-state[data-v-6cb00e22] {
  align-self: end;
  min-width: 78px;
  border: 1px solid #e5e7eb;
  border-radius: 9px;
  background: #f8fafc;
  color: #64748b;
  padding: 8px 10px;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.contract-results[data-v-6cb00e22] {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}
.contract-result[data-v-6cb00e22] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 11px;
  background: #fff;
  padding: 8px 10px;
  text-align: left;
  cursor: pointer;
}
.contract-result[data-v-6cb00e22]:hover,
.contract-result.active[data-v-6cb00e22] {
  border-color: #8c1040;
  box-shadow: 0 6px 16px rgba(23, 38, 58, .07);
}
.contract-result strong[data-v-6cb00e22],
.selected-contract strong[data-v-6cb00e22] {
  display: block;
  color: #111827;
  overflow-wrap: anywhere;
}
.contract-result span[data-v-6cb00e22],
.selected-contract span[data-v-6cb00e22],
.selected-contract small[data-v-6cb00e22] {
  color: #64748b;
  font-size: .74rem;
}
.selected-contract[data-v-6cb00e22] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
  margin-top: 8px;
  border: 1px solid #bae6fd;
  border-radius: 11px;
  background: #f0f9ff;
  padding: 9px 10px;
}
.contract-picker[data-v-6cb00e22] {
  margin-top: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fbfaf8;
  padding: 10px;
}
.contract-picker-title[data-v-6cb00e22] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #17263a;
  font-size: .8rem;
  font-weight: 900;
}
.contract-picker-title small[data-v-6cb00e22] {
  color: #64748b;
  font-size: .72rem;
  font-weight: 800;
}
.compact-results[data-v-6cb00e22] {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 3px;
}
.manual-attribution-grid[data-v-6cb00e22] {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 8px;
  margin-top: 10px;
}
.manual-attribution-hint[data-v-6cb00e22] {
  margin: 8px 0 0;
  color: #64748b;
  font-size: .75rem;
}
.manual-attribution-actions[data-v-6cb00e22] {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 10px;
}
.status-pill[data-v-6cb00e22],
.default-pill[data-v-6cb00e22] {
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 4px 7px;
  font-size: .68rem;
  font-weight: 800;
  line-height: 1;
}
.status-pill[data-v-6cb00e22] {
  background: #dcfce7;
  color: #166534;
}
.status-pill.off[data-v-6cb00e22] {
  background: #f1f5f9;
  color: #64748b;
}
.default-pill[data-v-6cb00e22] {
  background: #fef3c7;
  color: #92400e;
}
.default-pill--muted[data-v-6cb00e22] {
  background: #f1f5f9;
  color: #64748b;
}
.empty-state[data-v-6cb00e22],
.revenues-error[data-v-6cb00e22] {
  border-radius: 11px;
  padding: 10px;
  color: #64748b;
  font-size: .8rem;
  text-align: center;
}
.empty-state[data-v-6cb00e22] {
  background: #f8fafc;
}
.empty-state.compact[data-v-6cb00e22] {
  text-align: left;
}
.revenues-error[data-v-6cb00e22] {
  margin-top: 12px;
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #b91c1c;
  text-align: left;
}
.modal-error[data-v-6cb00e22] {
  margin-bottom: 10px;
  border: 1px solid #fecaca;
  border-radius: 11px;
  background: #fef2f2;
  color: #b91c1c;
  padding: 10px;
  font-size: .82rem;
  font-weight: 800;
}
@media (max-width: 1100px) {
.revenues-layout[data-v-6cb00e22],
  .kpi-grid[data-v-6cb00e22],
  .attribution-summary-grid[data-v-6cb00e22],
  .attribution-modal-filters[data-v-6cb00e22],
  .assign-row[data-v-6cb00e22],
  .rate-row[data-v-6cb00e22],
  .contract-search[data-v-6cb00e22],
  .agent-edit-grid[data-v-6cb00e22],
  .agent-create-grid[data-v-6cb00e22],
  .plan-manager[data-v-6cb00e22],
  .plan-form[data-v-6cb00e22],
  .rule-form[data-v-6cb00e22],
  .manual-attribution-grid[data-v-6cb00e22] {
    grid-template-columns: 1fr;
}
.revenues-head[data-v-6cb00e22] {
    align-items: stretch;
    flex-direction: column;
}
.head-actions[data-v-6cb00e22] {
    justify-content: flex-start;
}
.left-panel[data-v-6cb00e22] {
    position: static;
    max-height: none;
    overflow: visible;
}
.mobile-list-toggle[data-v-6cb00e22] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.left-panel.collapsed .left-panel-body[data-v-6cb00e22] {
    display: none;
}
.agent-list[data-v-6cb00e22] {
    max-height: none;
    overflow: visible;
    padding-right: 0;
}
.rate-row[data-v-6cb00e22] {
    align-items: stretch;
    flex-direction: column;
}
.rate-stats[data-v-6cb00e22] {
    justify-content: flex-start;
}
.rate-actions[data-v-6cb00e22] {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.selected-contract[data-v-6cb00e22],
  .contract-result[data-v-6cb00e22] {
    align-items: flex-start;
    flex-direction: column;
}
}
@media (max-width: 760px) {
.attribution-table[data-v-6cb00e22],
  .attribution-table thead[data-v-6cb00e22],
  .attribution-table tbody[data-v-6cb00e22],
  .attribution-table tr[data-v-6cb00e22],
  .attribution-table td[data-v-6cb00e22] {
    display: block;
    width: 100%;
}
.attribution-table[data-v-6cb00e22] {
    border-spacing: 0;
}
.attribution-table thead[data-v-6cb00e22] {
    display: none;
}
.attribution-table tr[data-v-6cb00e22] {
    margin-top: 8px;
    border: 1px solid #eef2f7;
    border-radius: 14px;
    background: #fbfdff;
    padding: 8px;
}
.attribution-table td[data-v-6cb00e22],
  .attribution-table td[data-v-6cb00e22]:first-child,
  .attribution-table td[data-v-6cb00e22]:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 7px 4px;
    white-space: normal;
}
.attribution-table td[data-v-6cb00e22]::before {
    content: attr(data-label);
    color: #64748b;
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.contract-cell[data-v-6cb00e22],
  .amount-cell[data-v-6cb00e22],
  .instance-cell[data-v-6cb00e22] {
    max-width: min(58vw, 220px);
}
}
@media (max-width: 640px) {
.revenues-head[data-v-6cb00e22] {
    padding: 14px;
    border-radius: 16px;
}
.head-actions[data-v-6cb00e22],
  .section-actions[data-v-6cb00e22],
  .detail-flags[data-v-6cb00e22] {
    justify-content: flex-start;
    width: 100%;
}
.head-actions .btn[data-v-6cb00e22] {
    flex: 1 1 140px;
}
.panel-head[data-v-6cb00e22],
  .section-head[data-v-6cb00e22],
  .detail-hero[data-v-6cb00e22] {
    align-items: stretch;
    flex-direction: column;
}
.detail-panel[data-v-6cb00e22],
  .detail-card[data-v-6cb00e22],
  .left-panel[data-v-6cb00e22] {
    padding: 10px;
    border-radius: 14px;
}
.rate-stats[data-v-6cb00e22],
  .rate-actions[data-v-6cb00e22] {
    width: 100%;
}
.rate-stat[data-v-6cb00e22] {
    min-width: 0;
    flex: 1 1 110px;
}
.rate-actions input[data-v-6cb00e22],
  .rate-actions .btn[data-v-6cb00e22],
  .assign-row .btn[data-v-6cb00e22] {
    max-width: none;
    width: 100%;
}
.attribution-table td[data-v-6cb00e22] {
    min-width: 0;
}
.contract-cell[data-v-6cb00e22],
  .amount-cell[data-v-6cb00e22],
  .instance-cell[data-v-6cb00e22] {
    max-width: min(54vw, 190px);
    min-width: 0;
}
.modal-backdrop[data-v-6cb00e22] {
    align-items: end;
    padding: 10px;
}
.revenue-modal[data-v-6cb00e22] {
    width: 100%;
    max-height: calc(100vh - 20px);
    border-radius: 16px;
    padding: 12px;
}
.revenue-modal .section-head[data-v-6cb00e22],
  .modal-actions[data-v-6cb00e22],
  .manual-attribution-actions[data-v-6cb00e22] {
    align-items: stretch;
    flex-direction: column;
}
.modal-actions .btn[data-v-6cb00e22],
  .manual-attribution-actions .btn[data-v-6cb00e22] {
    width: 100%;
}
}


.view-sales-plans[data-v-14e01260] {
  min-height: 100vh;
  background: linear-gradient(135deg, #f7f3ec 0%, #eef3f0 100%);
}
.plans-head[data-v-14e01260] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(255,249,235,.92));
  padding: 16px;
  box-shadow: 0 12px 30px rgba(23, 38, 58, .06);
}
.head-actions[data-v-14e01260],
.panel-head[data-v-14e01260],
.section-head[data-v-14e01260],
.plan-card-top[data-v-14e01260],
.plan-actions[data-v-14e01260] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.head-actions[data-v-14e01260],
.plan-actions[data-v-14e01260] {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.section-actions[data-v-14e01260] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.plan-form .plan-actions[data-v-14e01260] {
  grid-column: 1 / -1;
  gap: 8px;
  margin-top: 2px;
}
.modal-actions[data-v-14e01260] {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.modal-backdrop[data-v-14e01260] {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, .42);
  padding: 16px;
}
.plan-modal[data-v-14e01260] {
  width: min(760px, 100%);
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  border: 1px solid rgba(226, 232, 240, .95);
  border-radius: 18px;
  background: #fffdf8;
  padding: 14px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .24);
}
.rule-modal[data-v-14e01260] {
  width: min(620px, 100%);
}
.modal-head[data-v-14e01260] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.modal-head h3[data-v-14e01260] {
  margin: 2px 0 0;
  color: #111827;
  font-size: 1.2rem;
  font-weight: 900;
}
.modal-close[data-v-14e01260] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  color: #17263a;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}
.plan-modal .plan-form[data-v-14e01260] {
  grid-template-columns: minmax(180px, 1fr) minmax(130px, 170px) minmax(140px, 180px);
  margin-top: 14px;
}
.plans-kicker[data-v-14e01260] {
  color: #9a6a15;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.plans-head h1[data-v-14e01260],
.panel-head h2[data-v-14e01260],
.detail-card h3[data-v-14e01260] {
  margin: 0;
  color: #111827;
  font-weight: 800;
}
.plans-head h1[data-v-14e01260] {
  margin-top: 2px;
  font-size: 1.75rem;
}
.plans-head p[data-v-14e01260] {
  margin: 3px 0 0;
  color: #64748b;
  font-size: .85rem;
}
.plans-layout[data-v-14e01260] {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 12px;
  margin-top: 12px;
  min-width: 0;
}
.left-panel[data-v-14e01260],
.detail-panel[data-v-14e01260],
.detail-card[data-v-14e01260] {
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .05);
  padding: 10px;
}
.left-panel[data-v-14e01260] {
  position: sticky;
  top: 84px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 104px);
  overflow: hidden;
}
.mobile-list-toggle[data-v-14e01260] {
  display: none;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  background: #f8fafc;
  color: #17263a;
  padding: 9px 10px;
  font-size: .78rem;
  font-weight: 900;
  cursor: pointer;
}
.left-panel-body[data-v-14e01260] {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
}
.detail-panel[data-v-14e01260] {
  display: grid;
  gap: 12px;
  align-content: start;
  min-width: 0;
  min-height: 620px;
}
.btn[data-v-14e01260] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: none;
  border-radius: 9px;
  padding: 8px 12px;
  line-height: 1;
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}
.btn[data-v-14e01260]:disabled {
  cursor: not-allowed;
  opacity: .6;
}
.btn-sm[data-v-14e01260] {
  min-height: 30px;
  padding: 6px 10px;
  font-size: .72rem;
}
.btn-primary[data-v-14e01260] {
  background: #8c1040;
  color: #fff;
}
.btn-dark[data-v-14e01260] {
  background: #17263a;
  color: #fff;
}
.btn-soft[data-v-14e01260] {
  background: #fff7df;
  color: #7c530f;
  border: 1px solid #f2d785;
}
.btn-ghost[data-v-14e01260] {
  background: transparent;
  color: #64748b;
}
.btn-danger[data-v-14e01260] {
  background: #fee2e2;
  color: #991b1b;
}
.filter-toggle[data-v-14e01260] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f8fafc;
  padding: 8px 10px;
  color: #475569;
  font-size: .78rem;
  cursor: pointer;
}
.filter-toggle strong[data-v-14e01260] {
  color: #8c1040;
  font-size: .72rem;
  text-transform: uppercase;
}
.filter-box[data-v-14e01260],
.plan-form[data-v-14e01260],
.rule-form[data-v-14e01260] {
  display: grid;
  gap: 8px;
  max-width: 100%;
  min-width: 0;
  margin-top: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fbfaf8;
  padding: 10px;
}
.plan-form[data-v-14e01260] {
  grid-template-columns: minmax(190px, 1fr) minmax(120px, 150px) minmax(135px, 165px) minmax(110px, 130px);
  align-items: end;
}
.rule-form[data-v-14e01260] {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: 8px;
}
.rule-form-modal[data-v-14e01260] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rule-form-modal .rule-type-field[data-v-14e01260],
.rule-form-modal .rule-basis-field[data-v-14e01260],
.rule-form-modal .rule-number-field[data-v-14e01260],
.rule-form-modal .rule-active-field[data-v-14e01260] {
  grid-column: auto;
}
.rule-type-field[data-v-14e01260],
.rule-basis-field[data-v-14e01260] {
  grid-column: span 3;
  min-width: 0;
}
.rule-number-field[data-v-14e01260] {
  grid-column: span 2;
  min-width: 0;
}
label span[data-v-14e01260] {
  display: block;
  margin-bottom: 4px;
  color: #64748b;
  font-size: .72rem;
}
.choice-field[data-v-14e01260] {
  display: grid;
  align-content: start;
  gap: 5px;
  min-width: 0;
}
.choice-field > span[data-v-14e01260] {
  color: #64748b;
  font-size: .72rem;
}
.segmented-control[data-v-14e01260] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  padding: 4px;
}
.segmented-control--compact[data-v-14e01260] {
  gap: 3px;
}
.rule-form .segmented-control--compact .segment-btn[data-v-14e01260] {
  font-size: .68rem;
  padding: 6px 5px;
}
.rule-basis-field .segment-btn[data-v-14e01260] {
  min-width: 0;
}
.rule-active-field[data-v-14e01260] {
  grid-column: 1 / span 2;
  min-height: 34px;
  justify-content: flex-start;
}
.rule-form > .btn[data-v-14e01260] {
  grid-column: 10 / -1;
  min-height: 34px;
  align-self: end;
  justify-self: end;
  padding-inline: 10px;
}
.segment-btn[data-v-14e01260] {
  flex: 1 1 0;
  min-width: 0;
  min-height: 28px;
  border: none;
  border-radius: 7px;
  background: transparent;
  color: #64748b;
  padding: 6px 8px;
  font-size: .74rem;
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.segment-btn[data-v-14e01260]:hover {
  background: #f8fafc;
  color: #17263a;
}
.segment-btn.active[data-v-14e01260] {
  background: #17263a;
  color: #fff;
  box-shadow: 0 4px 10px rgba(23, 38, 58, .14);
}
.segmented-control--status .segment-btn.active[data-v-14e01260] {
  background: #8c1040;
}
input[data-v-14e01260],
select[data-v-14e01260] {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 9px;
  background: #fff;
  padding: 7px 9px;
  font-size: .82rem;
  outline: none;
}
input[data-v-14e01260]:focus,
select[data-v-14e01260]:focus {
  border-color: #8c1040;
  box-shadow: 0 0 0 3px rgba(140, 16, 64, .08);
}
.check-row[data-v-14e01260] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #475569;
  font-size: .78rem;
}
.check-row input[data-v-14e01260] {
  width: auto;
}
.check-row span[data-v-14e01260] {
  margin: 0;
}
.plan-list[data-v-14e01260],
.rule-list[data-v-14e01260] {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}
.plan-list[data-v-14e01260] {
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
  overscroll-behavior: contain;
}
.plan-card[data-v-14e01260],
.rule-row[data-v-14e01260] {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  padding: 9px 10px;
}
.plan-card[data-v-14e01260] {
  text-align: left;
  cursor: pointer;
  transition: all .16s;
}
.plan-card[data-v-14e01260]:hover,
.plan-card.active[data-v-14e01260] {
  border-color: #8c1040;
  box-shadow: 0 8px 20px rgba(23, 38, 58, .08);
}
.plan-card.archived[data-v-14e01260] {
  opacity: .65;
}
.plan-card-top strong[data-v-14e01260] {
  color: #17263a;
  font-weight: 900;
}
.status-dot[data-v-14e01260] {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #16a34a;
  box-shadow: 0 0 0 4px #dcfce7;
}
.status-dot.off[data-v-14e01260] {
  background: #dc2626;
  box-shadow: 0 0 0 4px #fee2e2;
}
.plan-meta[data-v-14e01260] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
  line-height: 1.15;
}
.plan-tag[data-v-14e01260] {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 3px 7px;
  font-size: .68rem;
  font-weight: 900;
  line-height: 1;
}
.scope-invoice[data-v-14e01260] {
  background: #fff7df;
  color: #92400e;
}
.scope-transactions[data-v-14e01260] {
  background: #e0f2fe;
  color: #075985;
}
.basis-invoiced[data-v-14e01260] {
  background: #e8f0ff;
  color: #1d4ed8;
}
.basis-paid[data-v-14e01260] {
  background: #dcfce7;
  color: #166534;
}
.basis-both[data-v-14e01260] {
  background: #f3e8ff;
  color: #7e22ce;
}
.tag-rules[data-v-14e01260] {
  background: #f1f5f9;
  color: #475569;
}
.tag-rate[data-v-14e01260] {
  background: #ecfdf5;
  color: #047857;
}
.rule-status-dot[data-v-14e01260] {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #16a34a;
  box-shadow: 0 0 0 4px #dcfce7;
}
.rule-status-dot.off[data-v-14e01260] {
  background: #dc2626;
  box-shadow: 0 0 0 4px #fee2e2;
}
.rule-row[data-v-14e01260] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 8px;
}
.rule-copy[data-v-14e01260] {
  border: none;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
}
.rule-copy strong[data-v-14e01260],
.rule-copy span[data-v-14e01260] {
  display: block;
}
.rule-copy strong[data-v-14e01260] {
  color: #17263a;
  font-weight: 900;
}
.rule-copy span[data-v-14e01260] {
  margin-top: 4px;
  color: #64748b;
  font-size: .78rem;
}
.empty-state[data-v-14e01260] {
  border: 1px dashed #cbd5e1;
  border-radius: 11px;
  color: #64748b;
  padding: 12px;
  font-size: .8rem;
  text-align: center;
}
.empty-state.compact[data-v-14e01260] {
  padding: 10px;
  font-size: .8rem;
}
.plans-error[data-v-14e01260] {
  margin-top: 12px;
  border: 1px solid #fecaca;
  border-radius: 11px;
  background: #fff1f2;
  color: #991b1b;
  padding: 10px 12px;
  font-weight: 800;
}
@media (max-width: 980px) {
.plans-head[data-v-14e01260],
  .plans-layout[data-v-14e01260] {
    display: block;
}
.head-actions[data-v-14e01260] {
    margin-top: 14px;
    justify-content: flex-start;
}
.detail-panel[data-v-14e01260] {
    margin-top: 14px;
}
.left-panel[data-v-14e01260] {
    position: static;
    max-height: none;
    overflow: visible;
}
.mobile-list-toggle[data-v-14e01260] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.left-panel.collapsed .left-panel-body[data-v-14e01260] {
    display: none;
}
.plan-list[data-v-14e01260] {
    max-height: none;
    overflow: visible;
    padding-right: 0;
}
.plan-form[data-v-14e01260],
  .rule-form[data-v-14e01260],
  .rule-form-modal[data-v-14e01260],
  .rule-row[data-v-14e01260] {
    grid-template-columns: 1fr;
}
.modal-backdrop[data-v-14e01260] {
    align-items: flex-start;
    padding: 12px;
}
.plan-modal .plan-form[data-v-14e01260] {
    grid-template-columns: 1fr;
}
.rule-active-field[data-v-14e01260] {
    grid-column: auto;
    justify-content: flex-start;
}
.rule-form > .btn[data-v-14e01260],
  .modal-actions[data-v-14e01260],
  .rule-type-field[data-v-14e01260],
  .rule-basis-field[data-v-14e01260],
  .rule-number-field[data-v-14e01260] {
    grid-column: auto;
}
.modal-actions[data-v-14e01260] {
    flex-direction: column;
}
.modal-actions .btn[data-v-14e01260] {
    width: 100%;
}
}


.view-sales-payments[data-v-1c5365c7] {
  min-height: 100vh;
  background: linear-gradient(135deg, #f7f3ec 0%, #eef3f0 100%);
}
.payments-head[data-v-1c5365c7] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(255,249,235,.92));
  padding: 16px;
  box-shadow: 0 12px 30px rgba(23, 38, 58, .06);
}
.payments-kicker[data-v-1c5365c7] {
  color: #9a6a15;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.payments-head h1[data-v-1c5365c7],
.payments-card h2[data-v-1c5365c7] {
  margin: 0;
  color: #111827;
  font-weight: 900;
}
.payments-head h1[data-v-1c5365c7] {
  margin-top: 2px;
  font-size: 1.75rem;
}
.payments-head p[data-v-1c5365c7] {
  margin: 3px 0 0;
  color: #64748b;
  font-size: .85rem;
}
.head-actions[data-v-1c5365c7],
.section-head[data-v-1c5365c7],
.payment-values[data-v-1c5365c7] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.head-actions[data-v-1c5365c7] {
  justify-content: flex-end;
}
.no-action[data-v-1c5365c7] {
  color: #94a3b8;
  font-weight: 800;
}
.btn[data-v-1c5365c7] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: none;
  border-radius: 9px;
  padding: 8px 12px;
  line-height: 1;
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}
.btn[data-v-1c5365c7]:disabled {
  cursor: not-allowed;
  opacity: .55;
}
.btn-sm[data-v-1c5365c7] {
  min-height: 30px;
  padding: 6px 10px;
  font-size: .72rem;
}
.nav-icon[data-v-1c5365c7] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  line-height: 1;
}
.btn-dark[data-v-1c5365c7] {
  background: #17263a;
  color: #fff;
}
.btn-soft[data-v-1c5365c7] {
  border: 1px solid #f2d785;
  background: #fff7df;
  color: #7c530f;
}
.btn-danger[data-v-1c5365c7] {
  border: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.action-toggles[data-v-1c5365c7] {
  display: grid;
  grid-template-columns: repeat(2, minmax(78px, 1fr));
  gap: 6px;
  justify-content: flex-end;
  min-width: 172px;
}
.toggle-action[data-v-1c5365c7] {
  display: grid;
  gap: 2px;
  min-height: 38px;
  border-radius: 10px;
  border: 1px solid #d8dee8;
  padding: 5px 8px;
  text-align: left;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.toggle-action[data-v-1c5365c7]:not(:disabled):hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(23, 38, 58, .1);
}
.toggle-action[data-v-1c5365c7]:disabled {
  cursor: not-allowed;
  opacity: .58;
}
.toggle-action span[data-v-1c5365c7] {
  color: inherit;
  font-size: .5rem;
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1;
  opacity: .72;
  text-transform: uppercase;
}
.toggle-action strong[data-v-1c5365c7] {
  color: inherit;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.1;
}
.toggle-action-soft[data-v-1c5365c7] {
  border-color: #f2d785;
  background: #fff7df;
  color: #7c530f;
}
.toggle-action-warning[data-v-1c5365c7] {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}
.toggle-action-dark[data-v-1c5365c7] {
  border-color: #17263a;
  background: #17263a;
  color: #fff;
}
.toggle-action-danger[data-v-1c5365c7] {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.toggle-action-muted[data-v-1c5365c7],
.toggle-action-locked[data-v-1c5365c7] {
  border-color: #e2e8f0;
  background: #f8fafc;
  color: #64748b;
}
.summary-strip[data-v-1c5365c7],
.payments-card[data-v-1c5365c7] {
  border: 1px solid #e5e7eb;
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .05);
}
.summary-strip[data-v-1c5365c7] {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin-top: 10px;
  border-radius: 14px;
  overflow: hidden;
}
.summary-item[data-v-1c5365c7] {
  min-width: 0;
  padding: 8px 10px;
  border-right: 1px solid #eef2f7;
}
.summary-item[data-v-1c5365c7]:last-child {
  border-right: none;
}
.summary-item span[data-v-1c5365c7] {
  display: block;
  color: #64748b;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.summary-item strong[data-v-1c5365c7] {
  display: block;
  margin-top: 3px;
  color: #111827;
  font-size: .86rem;
  line-height: 1.1;
  white-space: nowrap;
}
.money-invoice-text[data-v-1c5365c7] {
  color: #1d4ed8 !important;
}
.money-paid-text[data-v-1c5365c7] {
  color: #047857 !important;
}
.money-unpaid-text[data-v-1c5365c7] {
  color: #be123c !important;
}
.money-commission-text[data-v-1c5365c7] {
  color: #c2410c !important;
}
.money-selected-text[data-v-1c5365c7] {
  color: #3730a3 !important;
}
.payments-card[data-v-1c5365c7] {
  margin-top: 12px;
  padding: 14px;
}
.section-head[data-v-1c5365c7] {
  justify-content: space-between;
  align-items: flex-start;
}
.section-head > span[data-v-1c5365c7] {
  color: #64748b;
  font-size: .78rem;
  font-weight: 800;
}
.period-panel[data-v-1c5365c7] {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  border: 1px solid #eef2f7;
  border-radius: 16px;
  background: linear-gradient(135deg, #fbfdff, #fffaf0);
  padding: 12px;
}
.period-main[data-v-1c5365c7] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}
.period-main strong[data-v-1c5365c7] {
  display: block;
  margin-top: 2px;
  color: #17263a;
  font-size: 1rem;
  font-weight: 900;
}
.period-nav[data-v-1c5365c7],
.period-presets[data-v-1c5365c7],
.period-custom[data-v-1c5365c7] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
}
.period-preset[data-v-1c5365c7] {
  min-height: 32px;
  border: 1px solid #d8dee8;
  border-radius: 9px;
  background: #fff;
  color: #475569;
  padding: 7px 10px;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: .15s ease;
}
.period-preset.on[data-v-1c5365c7] {
  border-color: #17263a;
  background: #17263a;
  color: #fff;
  box-shadow: 0 8px 18px rgba(23, 38, 58, .12);
}
.period-custom[data-v-1c5365c7] {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) auto;
}
.period-custom label[data-v-1c5365c7] {
  display: grid;
  gap: 4px;
}
.period-custom span[data-v-1c5365c7] {
  color: #64748b;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.period-custom input[data-v-1c5365c7] {
  min-height: 32px;
  border: 1px solid #d8dee8;
  border-radius: 9px;
  background: #fff;
  color: #17263a;
  padding: 6px 9px;
  font-size: .78rem;
  font-weight: 800;
}
.payments-filters[data-v-1c5365c7] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
  margin-top: 10px;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  background: #fbfdff;
  padding: 10px;
}
.payments-filters label[data-v-1c5365c7] {
  display: grid;
  min-width: 150px;
  gap: 4px;
}
.payments-filters span[data-v-1c5365c7] {
  color: #64748b;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.payments-filters select[data-v-1c5365c7] {
  min-height: 32px;
  border: 1px solid #d8dee8;
  border-radius: 9px;
  background: #fff;
  color: #17263a;
  padding: 6px 9px;
  font-size: .78rem;
  font-weight: 800;
}
.payment-table-wrap[data-v-1c5365c7] {
  margin-top: 12px;
  max-height: min(62vh, 680px);
  overflow: auto;
  padding-right: 4px;
  scrollbar-width: thin;
}
.payment-table[data-v-1c5365c7] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 7px;
}
.payment-table th[data-v-1c5365c7] {
  position: sticky;
  top: 0;
  z-index: 2;
  background: rgba(255, 255, 255, .96);
  padding: 0 10px 4px;
  color: #64748b;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}
.payment-table-wrap[data-v-1c5365c7]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.payment-table-wrap[data-v-1c5365c7]::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(23, 38, 58, .22);
}
.payment-table-wrap[data-v-1c5365c7]::-webkit-scrollbar-track {
  background: rgba(226, 232, 240, .55);
}
.payment-table td[data-v-1c5365c7] {
  border-top: 1px solid #eef2f7;
  border-bottom: 1px solid #eef2f7;
  background: #fbfdff;
  padding: 9px 10px;
  vertical-align: middle;
  white-space: nowrap;
}
.payment-table td[data-v-1c5365c7]:first-child {
  border-left: 1px solid #eef2f7;
  border-radius: 12px 0 0 12px;
}
.payment-table td[data-v-1c5365c7]:last-child {
  border-right: 1px solid #eef2f7;
  border-radius: 0 12px 12px 0;
}
.payment-table tr.selected td[data-v-1c5365c7] {
  border-color: #93c5fd;
  background: #eff6ff;
}
.payment-agent strong[data-v-1c5365c7],
.payment-agent span[data-v-1c5365c7] {
  display: block;
}
.payment-agent strong[data-v-1c5365c7] {
  color: #17263a;
  font-weight: 900;
  letter-spacing: .08em;
}
.compact-cell strong[data-v-1c5365c7] {
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .82rem;
  letter-spacing: .03em;
  white-space: nowrap;
}
.payment-agent span[data-v-1c5365c7] {
  margin-top: 2px;
  color: #64748b;
  font-size: .78rem;
}
.compact-cell span[data-v-1c5365c7] {
  font-size: .68rem;
}
.revenue-type-chip[data-v-1c5365c7] {
  display: inline-flex !important;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px !important;
  border-radius: 999px;
  padding: 3px 7px;
  font-size: .6rem !important;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}
.revenue-type-chip-recurring[data-v-1c5365c7] {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8 !important;
}
.revenue-type-chip-oneoff[data-v-1c5365c7] {
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #c2410c !important;
}
.revenue-type-chip-transactions[data-v-1c5365c7] {
  border: 1px solid #ddd6fe;
  background: #f5f3ff;
  color: #6d28d9 !important;
}
.balance-line[data-v-1c5365c7] {
  display: inline-flex !important;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  padding: 3px 7px;
  font-size: .64rem !important;
  font-weight: 900;
  line-height: 1;
}
.balance-line-debtor[data-v-1c5365c7] {
  border: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c !important;
}
.balance-line-balanced[data-v-1c5365c7] {
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
  color: #047857 !important;
}
.balance-line-creditor[data-v-1c5365c7] {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8 !important;
}
.payment-values[data-v-1c5365c7] {
  flex-wrap: wrap;
}
.money[data-v-1c5365c7] {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  padding: 5px 10px;
  line-height: 1;
}
.money-commission[data-v-1c5365c7] {
  background: #fff7ed;
  color: #c2410c !important;
}
.money-invoice[data-v-1c5365c7] {
  background: #eff6ff;
  color: #1d4ed8 !important;
}
.money-paid[data-v-1c5365c7] {
  background: #ecfdf5;
  color: #047857 !important;
}
.money-unpaid[data-v-1c5365c7] {
  background: #fff1f2;
  color: #be123c !important;
}
.money-selected[data-v-1c5365c7] {
  background: #eef2ff;
  color: #3730a3 !important;
}
.payments-warning[data-v-1c5365c7] {
  margin-top: 12px;
  border: 1px solid #fde68a;
  border-radius: 12px;
  background: #fffbeb;
  color: #92400e;
  padding: 10px 12px;
  font-size: .82rem;
  font-weight: 800;
}
.load-more-state[data-v-1c5365c7] {
  padding: 10px;
  color: #64748b;
  font-size: .78rem;
  font-weight: 800;
  text-align: center;
}
.bulk-bar[data-v-1c5365c7] {
  display: grid;
  grid-template-columns: minmax(160px, .8fr) minmax(180px, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  border: 1px solid #dbeafe;
  border-radius: 14px;
  background: #eff6ff;
  padding: 10px;
}
.select-all[data-v-1c5365c7],
.row-check[data-v-1c5365c7] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #17263a;
  font-size: .8rem;
  font-weight: 900;
}
.select-all input[data-v-1c5365c7],
.row-check input[data-v-1c5365c7] {
  width: auto;
}
.bulk-total span[data-v-1c5365c7],
.bulk-total strong[data-v-1c5365c7] {
  display: block;
}
.bulk-total span[data-v-1c5365c7] {
  color: #64748b;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.bulk-total strong[data-v-1c5365c7] {
  margin-top: 2px;
  color: #1d4ed8;
  font-size: 1rem;
}
.bulk-actions[data-v-1c5365c7] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.money-chip[data-v-1c5365c7] {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.money-chip-invoice[data-v-1c5365c7] {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}
.money-chip-paid[data-v-1c5365c7],
.money-chip-commission[data-v-1c5365c7] {
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
  color: #047857;
}
.money-chip-unpaid[data-v-1c5365c7] {
  border: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.contract-cell[data-v-1c5365c7],
.calc-cell[data-v-1c5365c7],
.commission-cell[data-v-1c5365c7] {
  display: inline-grid;
  gap: 3px;
  border-radius: 12px;
  border: 1px solid #d8dee8;
  padding: 6px 9px;
  background: #fff;
  line-height: 1;
}
.contract-cell[data-v-1c5365c7] {
  min-width: 112px;
  max-width: 170px;
}
.calc-cell[data-v-1c5365c7] {
  min-width: 94px;
}
.commission-cell[data-v-1c5365c7] {
  min-width: 106px;
}
.contract-cell strong[data-v-1c5365c7],
.calc-cell strong[data-v-1c5365c7],
.commission-cell strong[data-v-1c5365c7] {
  color: #17263a;
  font-size: .82rem;
  font-weight: 950;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contract-cell span[data-v-1c5365c7],
.calc-cell span[data-v-1c5365c7],
.commission-cell span[data-v-1c5365c7] {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  padding: 3px 6px;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
}
.commission-meta[data-v-1c5365c7] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.contract-cell-balanced[data-v-1c5365c7] {
  border-color: #bbf7d0;
  background: linear-gradient(135deg, #ffffff, #ecfdf5);
}
.contract-cell-balanced span[data-v-1c5365c7] {
  background: #dcfce7;
  color: #047857;
}
.contract-cell-debtor[data-v-1c5365c7] {
  border-color: #fecdd3;
  background: linear-gradient(135deg, #ffffff, #fff1f2);
}
.contract-cell-debtor span[data-v-1c5365c7] {
  background: #ffe4e6;
  color: #be123c;
}
.contract-cell-creditor[data-v-1c5365c7] {
  border-color: #bfdbfe;
  background: linear-gradient(135deg, #ffffff, #eff6ff);
}
.contract-cell-creditor span[data-v-1c5365c7] {
  background: #dbeafe;
  color: #1d4ed8;
}
.calc-cell-invoiced[data-v-1c5365c7] {
  border-color: #bfdbfe;
  background: linear-gradient(135deg, #ffffff, #eff6ff);
}
.calc-cell-invoiced strong[data-v-1c5365c7] {
  color: #1d4ed8;
}
.calc-cell-invoiced span[data-v-1c5365c7] {
  background: #dbeafe;
  color: #1d4ed8;
}
.calc-cell-paid[data-v-1c5365c7] {
  border-color: #bbf7d0;
  background: linear-gradient(135deg, #ffffff, #ecfdf5);
}
.calc-cell-paid strong[data-v-1c5365c7] {
  color: #047857;
}
.calc-cell-paid span[data-v-1c5365c7] {
  background: #dcfce7;
  color: #047857;
}
.commission-cell-calculated[data-v-1c5365c7] {
  border-color: #e2e8f0;
  background: linear-gradient(135deg, #ffffff, #f8fafc);
}
.commission-cell-calculated span[data-v-1c5365c7] {
  background: #e2e8f0;
  color: #475569;
}
.commission-cell-validated[data-v-1c5365c7] {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #ffffff, #fff7ed);
}
.commission-cell-validated span[data-v-1c5365c7] {
  background: #ffedd5;
  color: #c2410c;
}
.commission-cell-paid[data-v-1c5365c7] {
  border-color: #bbf7d0;
  background: linear-gradient(135deg, #ffffff, #ecfdf5);
}
.commission-cell-paid strong[data-v-1c5365c7] {
  color: #047857;
}
.commission-cell-paid span[data-v-1c5365c7] {
  background: #dcfce7;
  color: #047857;
}
.commission-cell-cancelled[data-v-1c5365c7] {
  border-color: #fecdd3;
  background: linear-gradient(135deg, #ffffff, #fff1f2);
}
.commission-cell-cancelled strong[data-v-1c5365c7] {
  color: #be123c;
}
.commission-cell-cancelled span[data-v-1c5365c7] {
  background: #ffe4e6;
  color: #be123c;
}
.basis-chip[data-v-1c5365c7],
.status-chip[data-v-1c5365c7],
.rate-chip[data-v-1c5365c7] {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: .7rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.basis-chip-invoiced[data-v-1c5365c7] {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}
.basis-chip-paid[data-v-1c5365c7] {
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
  color: #047857;
}
.rate-chip[data-v-1c5365c7] {
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}
.status-chip-calculated[data-v-1c5365c7] {
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  color: #475569;
}
.status-chip-validated[data-v-1c5365c7] {
  border: 1px solid #fde68a;
  background: #fffbeb;
  color: #92400e;
}
.status-chip-paid[data-v-1c5365c7] {
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
  color: #047857;
}
.status-chip-cancelled[data-v-1c5365c7] {
  border: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.empty-state[data-v-1c5365c7] {
  margin-top: 12px;
  border: 1px dashed #d1d5db;
  border-radius: 14px;
  background: #f8fafc;
  padding: 22px;
  color: #64748b;
  text-align: center;
}
.payments-note[data-v-1c5365c7] {
  margin: 12px 0 0;
  border: 1px solid #fde68a;
  border-radius: 12px;
  background: #fffbeb;
  padding: 10px 12px;
  color: #92400e;
  font-size: .8rem;
}
.payments-note code[data-v-1c5365c7] {
  font-weight: 900;
}
.payments-error[data-v-1c5365c7] {
  margin-top: 10px;
  border: 1px solid #fecdd3;
  border-radius: 12px;
  background: #fff1f2;
  color: #9f1239;
  padding: 10px 12px;
  font-weight: 700;
}
.sr-only[data-v-1c5365c7] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
@media (max-width: 900px) {
.payments-head[data-v-1c5365c7],
  .bulk-bar[data-v-1c5365c7] {
    grid-template-columns: 1fr;
}
.payments-head[data-v-1c5365c7],
  .section-head[data-v-1c5365c7],
  .head-actions[data-v-1c5365c7],
  .period-main[data-v-1c5365c7],
  .period-nav[data-v-1c5365c7],
  .period-presets[data-v-1c5365c7],
  .bulk-actions[data-v-1c5365c7],
  .payments-filters[data-v-1c5365c7] {
    align-items: stretch;
    flex-direction: column;
}
.action-toggles[data-v-1c5365c7] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: min(100%, 220px);
}
.commission-cell[data-v-1c5365c7] {
    min-width: 96px;
}
.payments-filters label[data-v-1c5365c7] {
    min-width: 0;
}
.period-custom[data-v-1c5365c7] {
    grid-template-columns: 1fr;
}
.summary-strip[data-v-1c5365c7] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.summary-item[data-v-1c5365c7] {
    border-right: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
}
.summary-item[data-v-1c5365c7]:nth-child(2n) {
    border-right: none;
}
.summary-item[data-v-1c5365c7]:nth-last-child(-n + 2) {
    border-bottom: none;
}
.payment-table[data-v-1c5365c7],
  .payment-table thead[data-v-1c5365c7],
  .payment-table tbody[data-v-1c5365c7],
  .payment-table tr[data-v-1c5365c7],
  .payment-table td[data-v-1c5365c7] {
    display: block;
    width: 100%;
}
.payment-table[data-v-1c5365c7] {
    border-spacing: 0;
}
.payment-table-wrap[data-v-1c5365c7] {
    max-height: 64vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.payment-table thead[data-v-1c5365c7] {
    display: none;
}
.payment-table tr[data-v-1c5365c7] {
    margin-top: 8px;
    border: 1px solid #eef2f7;
    border-radius: 14px;
    background: #fbfdff;
    padding: 8px;
}
.payment-table tr.selected[data-v-1c5365c7] {
    border-color: #93c5fd;
    background: #eff6ff;
}
.payment-table td[data-v-1c5365c7],
  .payment-table td[data-v-1c5365c7]:first-child,
  .payment-table td[data-v-1c5365c7]:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 7px 4px;
    white-space: normal;
}
.payment-table td[data-v-1c5365c7]::before {
    content: attr(data-label);
    color: #64748b;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.payment-table td[data-label="Sélection"][data-v-1c5365c7]::before {
    content: "";
}
}


.merchants-container[data-v-6c6c0bc3] {
  max-width: 86rem;
}
.merchant-kpi-grid[data-v-6c6c0bc3] {
  margin-top: .9rem;
}
.merchant-dashboard-strip[data-v-6c6c0bc3] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-top: .9rem;
}
.merchant-dashboard-group[data-v-6c6c0bc3] {
  border: 1px solid rgba(15, 33, 55, 0.08);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.92);
  padding: .75rem;
  box-shadow: 0 12px 28px rgba(23, 38, 58, .06);
}
.merchant-dashboard-group-head[data-v-6c6c0bc3] {
  display: flex;
  align-items: center;
  gap: .55rem;
}
.merchant-dashboard-icon[data-v-6c6c0bc3] {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: .8rem;
  background: rgba(16, 37, 64, 0.08);
  color: #102540;
  font-size: .82rem;
}
.merchant-dashboard-group small[data-v-6c6c0bc3] {
  display: block;
  color: #a8650f;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .18em;
  line-height: 1;
  text-transform: uppercase;
}
.merchant-dashboard-group strong[data-v-6c6c0bc3] {
  color: #102540;
  font-size: .9rem;
  font-weight: 950;
  line-height: 1.1;
}
.merchant-dashboard-metrics[data-v-6c6c0bc3] {
  display: flex;
  flex-wrap: wrap;
  gap: .38rem;
  margin-top: .65rem;
}
.merchant-dashboard-metric[data-v-6c6c0bc3] {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: .28rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: .32rem .55rem;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1;
}
.merchant-dashboard-metric span[data-v-6c6c0bc3] {
  text-transform: uppercase;
  font-size: .62rem;
  letter-spacing: .04em;
}
.merchant-dashboard-metric strong[data-v-6c6c0bc3] {
  font-size: .82rem;
}
.merchant-dashboard-metric.metric-green[data-v-6c6c0bc3] {
  border-color: #bbf7d0;
  background: #dcfce7;
  color: #047857;
}
.merchant-dashboard-metric.metric-red[data-v-6c6c0bc3] {
  border-color: #fecdd3;
  background: #ffe4e6;
  color: #be123c;
}
.merchant-dashboard-metric.metric-blue[data-v-6c6c0bc3] {
  border-color: #bfdbfe;
  background: #dbeafe;
  color: #1d4ed8;
}
.merchant-dashboard-metric.metric-slate[data-v-6c6c0bc3] {
  border-color: #cbd5e1;
  background: #f1f5f9;
  color: #334155;
}
.merchant-dashboard-metric.metric-warm[data-v-6c6c0bc3] {
  border-color: #fed7aa;
  background: #ffedd5;
  color: #c2410c;
}
.merchant-layout[data-v-6c6c0bc3] {
  display: grid;
  grid-template-columns: minmax(20rem, 25rem) minmax(0, 1fr);
  gap: 1rem;
  margin-top: 1rem;
  align-items: start;
}
.merchant-left-panel[data-v-6c6c0bc3] {
  position: sticky;
  top: 84px;
  min-width: 0;
}
.merchant-search-card[data-v-6c6c0bc3],
.merchant-results-card[data-v-6c6c0bc3],
.merchant-detail-panel[data-v-6c6c0bc3] >  .rounded-2xl,
.merchant-detail-panel > .rounded-2xl[data-v-6c6c0bc3] {
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 28px rgba(23, 38, 58, .06);
}
.merchant-kicker[data-v-6c6c0bc3] {
  color: #9a6a15;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.merchant-search-head h2[data-v-6c6c0bc3] {
  margin: .1rem 0 0;
  color: #111827;
  font-size: 1.1rem;
  font-weight: 950;
  line-height: 1.1;
}
.merchant-mobile-toggle[data-v-6c6c0bc3] {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: .625rem;
  border: 1px solid rgba(15, 33, 55, 0.08);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(15, 33, 55, 0.08);
  color: #17263a;
  padding: .8rem .95rem;
  font-size: .82rem;
  font-weight: 850;
}
.merchant-mobile-toggle strong[data-v-6c6c0bc3] {
  border-radius: 999px;
  background: rgba(16, 37, 64, 0.08);
  padding: .2rem .5rem;
  font-size: .75rem;
}
.merchant-left-body[data-v-6c6c0bc3] {
  display: grid;
  gap: .75rem;
}
.merchant-search-card[data-v-6c6c0bc3],
.merchant-results-card[data-v-6c6c0bc3] {
  overflow: visible;
}
.merchant-search-card[data-v-6c6c0bc3] {
  padding: .9rem;
}
.merchant-search-head[data-v-6c6c0bc3],
.merchant-search-footer[data-v-6c6c0bc3] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.merchant-filter-count[data-v-6c6c0bc3] {
  border: 1px solid rgba(155, 6, 67, 0.16);
  border-radius: 999px;
  background: rgba(155, 6, 67, 0.07);
  padding: .35rem .55rem;
  color: #9f0b4f;
  font-size: .68rem;
  font-weight: 850;
}
.merchant-search-box[data-v-6c6c0bc3] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.75rem;
  gap: .5rem;
  margin-top: .75rem;
}
.merchant-search-input-wrap[data-v-6c6c0bc3] {
  position: relative;
  min-width: 0;
}
.merchant-search-input-wrap input[data-v-6c6c0bc3] {
  width: 100%;
  min-height: 2.65rem;
  border: 1px solid #cbd5e1;
  border-radius: .8rem;
  background: #fff;
  color: #17263a;
  padding: 0 2.35rem 0 .85rem;
  font-size: .82rem;
  font-weight: 800;
  outline: none;
}
.merchant-search-input-wrap input[data-v-6c6c0bc3]:focus {
  border-color: rgba(23, 38, 58, .28);
  box-shadow: 0 0 0 3px rgba(23, 38, 58, .08);
}
.merchant-search-clear[data-v-6c6c0bc3],
.merchant-search-button[data-v-6c6c0bc3] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .8rem;
}
.merchant-search-clear[data-v-6c6c0bc3] {
  position: absolute;
  top: 50%;
  right: .5rem;
  width: 1.65rem;
  height: 1.65rem;
  transform: translateY(-50%);
  border: 0;
  background: rgba(23, 38, 58, .07);
  color: #64748b;
  font-size: .72rem;
}
.merchant-search-button[data-v-6c6c0bc3] {
  min-height: 2.65rem;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #17263a;
  font-size: 1rem;
}
.merchant-search-footer[data-v-6c6c0bc3] {
  margin-top: .55rem;
  color: #64748b;
  font-size: .72rem;
  font-weight: 750;
}
.merchant-search-footer strong[data-v-6c6c0bc3] {
  color: #17263a;
  font-weight: 950;
}
.merchant-filter-wide-button[data-v-6c6c0bc3] {
  min-height: 2.25rem;
  border: 1px solid #f2d785;
  border-radius: .75rem;
  background: #fffaf0;
  color: #8a5b0a;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.merchant-filter-main-actions[data-v-6c6c0bc3] {
  display: flex;
  align-items: stretch;
  gap: .45rem;
}
.merchant-filter-main-actions .merchant-filter-wide-button[data-v-6c6c0bc3] {
  min-width: 0;
  flex: 1 1 auto;
}
.merchant-filter-reset-current[data-v-6c6c0bc3] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  flex: 0 0 auto;
  border: 1px solid #fecdd3;
  border-radius: .75rem;
  background: #fff1f2;
  color: #be123c;
  font-weight: 900;
  transition: transform .16s ease, background .16s ease, color .16s ease;
}
.merchant-filter-reset-current[data-v-6c6c0bc3]:hover {
  transform: translateY(-1px);
  background: #ffe4e6;
  color: #9f1239;
}
.merchant-filter-current-agent[data-v-6c6c0bc3] {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  max-width: 100%;
  margin-top: .45rem;
  color: #9a3412;
  font-size: .72rem;
  font-weight: 900;
}
.merchant-filter-current-agent span[data-v-6c6c0bc3] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.merchant-filter-toggle[data-v-6c6c0bc3],
.merchant-results-toggle[data-v-6c6c0bc3] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border: 0;
  background: rgba(23, 38, 58, .04);
  color: #475569;
  padding: .78rem .9rem;
  text-align: left;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.merchant-filter-toggle span[data-v-6c6c0bc3]:last-child,
.merchant-results-toggle span[data-v-6c6c0bc3]:last-child {
  color: #9f0b4f;
}
.merchant-filter-body[data-v-6c6c0bc3] {
  display: grid;
  gap: .75rem;
  padding: .9rem;
}
.merchant-user-list[data-v-6c6c0bc3] {
  min-width: 0;
  max-width: 100%;
  max-height: 56vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.merchant-user-row[data-v-6c6c0bc3] {
  min-width: 0;
  max-width: 100%;
  border-bottom: 1px solid #eef2f7;
  padding: .65rem .85rem;
  transition: background .16s ease, border-color .16s ease;
}
.merchant-user-row[data-v-6c6c0bc3]:hover {
  background: #f8fafc;
}
.merchant-user-row.active[data-v-6c6c0bc3] {
  border-left: 4px solid #9f0b4f;
  background: rgba(255, 241, 242, .72);
  padding-left: calc(.85rem - 4px);
}
.merchant-user-row-inner[data-v-6c6c0bc3] {
  display: grid;
  grid-template-columns: 1rem minmax(0, 1fr);
  gap: .65rem;
  min-width: 0;
  max-width: 100%;
}
.merchant-user-check[data-v-6c6c0bc3] {
  width: 1rem;
  height: 1rem;
  margin-top: .15rem;
  border-radius: .25rem;
  accent-color: #9f0b4f;
}
.merchant-user-button[data-v-6c6c0bc3] {
  display: block;
  min-width: 0;
  max-width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
}
.merchant-user-top[data-v-6c6c0bc3] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .45rem;
  align-items: start;
  min-width: 0;
}
.merchant-user-email[data-v-6c6c0bc3] {
  min-width: 0;
  overflow: hidden;
  color: #111827;
  font-size: .86rem;
  font-weight: 950;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.merchant-user-flags[data-v-6c6c0bc3] {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: .35rem;
  min-width: 0;
  max-width: 8rem;
}
.merchant-user-meta[data-v-6c6c0bc3] {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem .55rem;
  min-width: 0;
  max-width: 100%;
  margin-top: .35rem;
  color: #64748b;
  font-size: .76rem;
  font-weight: 750;
  line-height: 1.35;
}
.merchant-user-meta > span[data-v-6c6c0bc3] {
  min-width: 0;
}
.merchant-user-profile[data-v-6c6c0bc3] {
  flex: 1 1 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.merchant-user-orphan[data-v-6c6c0bc3] {
  color: #b45309;
  font-size: .7rem;
  font-weight: 900;
}
.merchant-user-tags[data-v-6c6c0bc3] {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  min-width: 0;
  margin-top: .45rem;
}
.merchant-mini-pill[data-v-6c6c0bc3] {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: .25rem;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  padding: .18rem .5rem;
  font-size: .62rem;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.merchant-mini-pill--warning[data-v-6c6c0bc3] {
  border-color: #fde68a;
  background: #fffbeb;
  color: #b45309;
}
.merchant-mini-pill--danger[data-v-6c6c0bc3] {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.merchant-mini-pill--maroon[data-v-6c6c0bc3] {
  border-color: rgba(159, 11, 79, .24);
  background: rgba(159, 11, 79, .08);
  color: #9f0b4f;
}
.merchant-mini-pill--maroon i[data-v-6c6c0bc3] {
  font-size: .62rem;
}
.merchant-profile-type--monetique[data-v-6c6c0bc3] {
  border-color: rgba(14, 116, 144, .55);
  background: linear-gradient(135deg, rgba(14, 116, 144, .18), rgba(14, 116, 144, .08));
  color: #075985;
  box-shadow: 0 0 0 2px rgba(14, 116, 144, .08);
}
.merchant-profile-type--caisse[data-v-6c6c0bc3] {
  border-color: rgba(159, 11, 79, .55);
  background: linear-gradient(135deg, rgba(159, 11, 79, .18), rgba(159, 11, 79, .08));
  color: #9f0b4f;
  box-shadow: 0 0 0 2px rgba(159, 11, 79, .08);
}
.merchant-status-dot[data-v-6c6c0bc3] {
  width: .62rem;
  height: .62rem;
  flex: 0 0 auto;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  background: #22c55e;
}
.merchant-status-dot.off[data-v-6c6c0bc3] {
  border-color: #fecdd3;
  background: #f43f5e;
}
.merchant-status-dot.pending[data-v-6c6c0bc3] {
  border-color: #fde68a;
  background: #f59e0b;
}
.merchant-profile-controls[data-v-6c6c0bc3] {
  display: flex;
  max-width: 29rem;
  flex-direction: column;
  align-items: flex-end;
  gap: .55rem;
}
.merchant-profile-tags[data-v-6c6c0bc3],
.merchant-profile-actions[data-v-6c6c0bc3] {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .35rem;
}
.merchant-profile-tags[data-v-6c6c0bc3] {
  opacity: .9;
}
.merchant-profile-actions[data-v-6c6c0bc3] {
  border-top: 1px dashed #e2e8f0;
  padding-top: .5rem;
}
.merchant-profile-tag[data-v-6c6c0bc3] {
  display: inline-flex;
  min-height: 1.35rem;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  padding: .16rem .55rem;
  font-size: .61rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.merchant-profile-tag--neutral[data-v-6c6c0bc3] {
  border-color: #e2e8f0;
  background: #fff;
  color: #475569;
}
.merchant-profile-tag--gold[data-v-6c6c0bc3] {
  border-color: rgba(200, 168, 75, .35);
  background: rgba(200, 168, 75, .08);
  color: #8c1040;
}
.merchant-profile-meta-row[data-v-6c6c0bc3] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .18rem .55rem;
  margin-top: .25rem;
  color: #64748b;
  font-size: .72rem;
  font-weight: 750;
  line-height: 1.25;
}
.merchant-profile-meta-row > span[data-v-6c6c0bc3] {
  min-width: 0;
}
.merchant-profile-meta-link[data-v-6c6c0bc3] {
  min-width: 0;
  color: #17263a;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-color: rgba(23, 38, 58, .28);
  text-underline-offset: 2px;
}
.merchant-profile-meta-link[data-v-6c6c0bc3]:hover {
  color: #8c1040;
  text-decoration-color: rgba(140, 16, 64, .45);
}
.merchant-profile-meta-strong[data-v-6c6c0bc3] {
  color: #17263a;
  font-weight: 950;
}
.merchant-profile-employee-chip[data-v-6c6c0bc3] {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(245, 158, 11, .55);
  border-radius: 999px;
  background: linear-gradient(135deg, #fff7ed 0%, #fef3c7 55%, #fde68a 100%);
  color: #8c1040;
  padding: .12rem .55rem;
  font-size: .7rem;
  font-weight: 950;
  line-height: 1.15;
  box-shadow: 0 6px 14px rgba(245, 158, 11, .16);
}
.merchant-profile-contact-row[data-v-6c6c0bc3] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .25rem .35rem;
  margin-top: .28rem;
  color: #64748b;
  font-size: .76rem;
  line-height: 1.3;
}
.merchant-profile-contact-link[data-v-6c6c0bc3] {
  display: inline-flex;
  min-width: 0;
  max-width: min(100%, 18rem);
  align-items: center;
  gap: .28rem;
  border-radius: .5rem;
  color: #17263a;
  font-weight: 850;
  text-decoration: none;
}
.merchant-profile-contact-link span[data-v-6c6c0bc3] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.merchant-profile-contact-link[data-v-6c6c0bc3]:hover {
  color: #8c1040;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.merchant-profile-copy-btn[data-v-6c6c0bc3] {
  display: inline-flex;
  width: 1.45rem;
  height: 1.45rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe3ef;
  border-radius: .5rem;
  background: #fff;
  color: #64748b;
  font-size: .68rem;
  transition: all .15s ease;
}
.merchant-profile-copy-btn[data-v-6c6c0bc3]:hover {
  border-color: rgba(140, 16, 64, .28);
  color: #8c1040;
  transform: translateY(-1px);
}
.merchant-profile-contact-muted[data-v-6c6c0bc3] {
  color: #64748b;
  font-weight: 700;
}
.merchant-profile-contact-separator[data-v-6c6c0bc3] {
  color: #cbd5e1;
  font-weight: 900;
}
.merchant-profile-action[data-v-6c6c0bc3] {
  display: inline-flex;
  min-height: 1.9rem;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  border-radius: .62rem;
  border: 1px solid #cbd5e1;
  background: #fff;
  padding: .44rem .68rem;
  color: #334155;
  font-size: .67rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
}
.merchant-profile-action[data-v-6c6c0bc3]:disabled {
  cursor: not-allowed;
  opacity: .62;
  box-shadow: none;
}
.merchant-profile-action--plain[data-v-6c6c0bc3] {
  border-color: #cbd5e1;
  color: #334155;
}
.merchant-profile-action--amber[data-v-6c6c0bc3] {
  border-color: #fcd34d;
  background: #fffbeb;
  color: #b45309;
}
.merchant-profile-action--green[data-v-6c6c0bc3] {
  border-color: #86efac;
  background: #ecfdf5;
  color: #047857;
}
.merchant-profile-action--navy[data-v-6c6c0bc3] {
  border-color: #17263a;
  background: #17263a;
  color: #fff;
}
.merchant-profile-action--maroon[data-v-6c6c0bc3] {
  border-color: rgba(140, 16, 64, .25);
  background: rgba(140, 16, 64, .04);
  color: #8c1040;
}
.merchant-profile-action--sky[data-v-6c6c0bc3] {
  border-color: #7dd3fc;
  background: #f0f9ff;
  color: #0369a1;
}
.merchant-profile-action--danger[data-v-6c6c0bc3] {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.merchant-profile-delete-x[data-v-6c6c0bc3] {
  position: absolute;
  top: .55rem;
  right: .55rem;
  z-index: 4;
  display: inline-flex;
  width: 1.55rem;
  height: 1.55rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #fecdd3;
  border-radius: 999px;
  background: #fff;
  color: #be123c;
  font-size: .65rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
  transition: all .16s ease;
}
.merchant-profile-delete-x[data-v-6c6c0bc3]:hover:not(:disabled) {
  border-color: #fb7185;
  background: #fff1f2;
  color: #9f1239;
  transform: translateY(-1px);
}
.merchant-profile-delete-x[data-v-6c6c0bc3]:disabled {
  cursor: not-allowed;
  opacity: .45;
  box-shadow: none;
}
.merchant-detail-panel[data-v-6c6c0bc3] {
  display: grid;
  gap: 1rem;
  min-width: 0;
}
.merchant-account-head[data-v-6c6c0bc3] {
  display: grid;
  grid-template-columns: minmax(22rem, 1fr) minmax(18rem, 25rem);
  gap: 1rem;
  align-items: start;
  padding-right: 2.2rem;
}
.merchant-account-identity[data-v-6c6c0bc3] {
  min-width: 0;
}
.merchant-account-kicker[data-v-6c6c0bc3] {
  color: #17263a;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.merchant-account-title-line[data-v-6c6c0bc3] {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .35rem;
}
.merchant-account-identity h2[data-v-6c6c0bc3] {
  max-width: 100%;
  margin: .15rem 0 0;
  color: #111827;
  font-size: clamp(1rem, 1.55vw, 1.28rem);
  font-weight: 950;
  line-height: 1.15;
  overflow-wrap: anywhere;
}
.merchant-account-copy-btn[data-v-6c6c0bc3] {
  display: inline-flex;
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe3ef;
  border-radius: .52rem;
  background: #fff;
  color: #64748b;
  font-size: .64rem;
  transition: all .15s ease;
}
.merchant-account-copy-btn[data-v-6c6c0bc3]:hover {
  border-color: rgba(140, 16, 64, .28);
  color: #8c1040;
  transform: translateY(-1px);
}
.merchant-account-info-strip[data-v-6c6c0bc3] {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .9rem;
  margin-top: .85rem;
  border-top: 1px solid rgba(226, 232, 240, .85);
  padding-top: .7rem;
  color: #64748b;
  font-size: .76rem;
  font-weight: 750;
  line-height: 1.35;
}
.merchant-account-info-strip span[data-v-6c6c0bc3] {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
}
.merchant-account-info-strip strong[data-v-6c6c0bc3] {
  color: #17263a;
  font-weight: 950;
}
.merchant-account-mail-state[data-v-6c6c0bc3] {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .14rem .45rem;
  font-size: .68rem;
  line-height: 1.1;
}
.merchant-account-mail-state.verified[data-v-6c6c0bc3] {
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
  color: #047857;
}
.merchant-account-mail-state.pending[data-v-6c6c0bc3] {
  border: 1px solid #fcd34d;
  background: #fffbeb;
  color: #b45309;
}
.merchant-account-identity p[data-v-6c6c0bc3] {
  margin: .35rem 0 0;
  color: #64748b;
  font-size: .9rem;
  font-weight: 750;
}
.merchant-account-controls[data-v-6c6c0bc3] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .55rem;
  min-width: 0;
}
.merchant-account-tags[data-v-6c6c0bc3] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .35rem;
  min-width: 0;
}
.merchant-account-actions[data-v-6c6c0bc3] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .45rem;
  min-width: 0;
  padding-top: .55rem;
  border-top: 1px dashed #e2e8f0;
}
.merchant-account-status[data-v-6c6c0bc3],
.merchant-account-meta[data-v-6c6c0bc3] {
  display: inline-flex;
  min-height: 1.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: .18rem .55rem;
  font-size: .6rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.merchant-account-status[data-v-6c6c0bc3] {
  border: 1px solid currentColor;
}
.merchant-account-meta[data-v-6c6c0bc3] {
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #64748b;
}
.merchant-account-btn[data-v-6c6c0bc3] {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  border-radius: .68rem;
  padding: .46rem .7rem;
  font-size: .68rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: .035em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 16px rgba(15, 23, 42, .06);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.merchant-account-btn[data-v-6c6c0bc3]:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(15, 23, 42, .1);
  filter: saturate(1.04);
}
.merchant-account-btn[data-v-6c6c0bc3]:disabled {
  cursor: not-allowed;
  opacity: .62;
}
.merchant-account-btn--dark[data-v-6c6c0bc3] {
  border: 1px solid #17263a;
  background: #17263a;
  color: #fff;
  box-shadow: 0 10px 20px rgba(23, 38, 58, .12);
}
.merchant-account-btn--green[data-v-6c6c0bc3] {
  border: 1px solid #86efac;
  background: #ecfdf5;
  color: #047857;
}
.merchant-account-btn--sky[data-v-6c6c0bc3] {
  border: 1px solid #7dd3fc;
  background: #f0f9ff;
  color: #0369a1;
}
.merchant-account-btn--amber[data-v-6c6c0bc3] {
  border: 1px solid #fcd34d;
  background: #fffbeb;
  color: #b45309;
}
.merchant-account-btn--soft[data-v-6c6c0bc3] {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #475569;
}
.merchant-account-btn--outline[data-v-6c6c0bc3] {
  border: 1px solid #17263a;
  background: #fff;
  color: #17263a;
}
.merchant-account-btn--danger[data-v-6c6c0bc3] {
  border: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.merchant-account-delete-x[data-v-6c6c0bc3] {
  position: absolute;
  top: .85rem;
  right: .85rem;
  z-index: 2;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #fecdd3;
  border-radius: .72rem;
  background: #fff7f8;
  color: #be123c;
  font-size: .82rem;
  box-shadow: 0 10px 20px rgba(190, 18, 60, .08);
  transition: all .16s ease;
}
.merchant-account-delete-x[data-v-6c6c0bc3]:hover:not(:disabled) {
  background: #fff1f2;
  transform: translateY(-1px);
}
.merchant-account-delete-x[data-v-6c6c0bc3]:disabled {
  cursor: not-allowed;
  opacity: .45;
  box-shadow: none;
}
.merchant-action-task-badge[data-v-6c6c0bc3] {
  display: inline-flex;
  min-width: 1.18rem;
  height: 1.18rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 999px;
  background: rgba(15, 23, 42, .06);
  color: currentColor;
  font-size: .62rem;
  font-weight: 950;
  line-height: 1;
}
.merchant-account-btn--dark .merchant-action-task-badge[data-v-6c6c0bc3],
.merchant-profile-action--navy .merchant-action-task-badge[data-v-6c6c0bc3],
.bg-maoredev-navy .merchant-action-task-badge[data-v-6c6c0bc3],
.bg-sky-700 .merchant-action-task-badge[data-v-6c6c0bc3] {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .18);
  color: #fff;
}
.merchant-action[data-v-6c6c0bc3] {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: .65rem;
  padding: .55rem .8rem;
  font-size: .74rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: all .16s ease;
}
.merchant-action-soft[data-v-6c6c0bc3] {
  border: 1px solid #f2d785;
  background: #fff7df;
  color: #7c530f;
}
.merchant-action-dark[data-v-6c6c0bc3] {
  border: 1px solid #17263a;
  background: #17263a;
  color: #fff;
}
.merchant-action[data-v-6c6c0bc3]:hover {
  transform: translateY(-1px);
}
.merchant-modal-backdrop[data-v-6c6c0bc3] {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(15, 23, 42, .5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.merchant-filter-modal[data-v-6c6c0bc3] {
  width: min(44rem, 100%);
  max-height: min(86vh, 48rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, .16), transparent 32%),
    linear-gradient(180deg, #fff, #f8fafc);
  box-shadow: 0 30px 80px rgba(15, 23, 42, .28);
}
.merchant-filter-modal-head[data-v-6c6c0bc3] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(23, 38, 58, .08);
  padding: 1rem;
}
.merchant-filter-modal-head h3[data-v-6c6c0bc3] {
  margin: .15rem 0 0;
  color: #17263a;
  font-size: 1.25rem;
  font-weight: 950;
}
.merchant-filter-modal-head p[data-v-6c6c0bc3] {
  margin: .25rem 0 0;
  color: #64748b;
  font-size: .82rem;
  font-weight: 700;
}
.merchant-modal-close[data-v-6c6c0bc3] {
  width: 2rem;
  height: 2rem;
  border: 1px solid #e2e8f0;
  border-radius: .7rem;
  background: #fff;
  color: #64748b;
  font-weight: 950;
  line-height: 1;
}
.merchant-filter-modal-body[data-v-6c6c0bc3] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  overflow-y: auto;
  padding: 1rem;
}
.merchant-field[data-v-6c6c0bc3] {
  display: grid;
  gap: .35rem;
  min-width: 0;
}
.merchant-field--full[data-v-6c6c0bc3] {
  grid-column: 1 / -1;
}
.merchant-field > span[data-v-6c6c0bc3] {
  color: #64748b;
  font-size: .72rem;
  font-weight: 900;
}
.merchant-field select[data-v-6c6c0bc3] {
  width: 100%;
  min-height: 2.45rem;
  border: 1px solid #cbd5e1;
  border-radius: .75rem;
  background: #fff;
  color: #17263a;
  padding: 0 .8rem;
  font-size: .82rem;
  font-weight: 800;
}
.merchant-field-inline[data-v-6c6c0bc3] {
  display: flex;
  align-items: center;
  gap: .45rem;
}
.merchant-field-inline select[data-v-6c6c0bc3] {
  min-width: 0;
  flex: 1 1 auto;
}
.merchant-filter-clear-one[data-v-6c6c0bc3] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  min-height: 2.45rem;
  flex: 0 0 auto;
  border: 1px solid #fed7aa;
  border-radius: .75rem;
  background: #fff7ed;
  color: #b45309;
  transition: transform .16s ease, background .16s ease, color .16s ease;
}
.merchant-filter-clear-one[data-v-6c6c0bc3]:hover {
  transform: translateY(-1px);
  background: #ffedd5;
  color: #7c2d12;
}
.merchant-filter-modal-actions[data-v-6c6c0bc3] {
  display: flex;
  justify-content: flex-end;
  gap: .5rem;
  border-top: 1px solid rgba(23, 38, 58, .08);
  padding: .85rem 1rem;
}
@media (max-width: 1024px) {
.merchant-dashboard-strip[data-v-6c6c0bc3] {
    grid-template-columns: 1fr;
}
.merchant-layout[data-v-6c6c0bc3] {
    grid-template-columns: 1fr;
}
.merchant-left-panel[data-v-6c6c0bc3] {
    position: static;
}
.merchant-account-head[data-v-6c6c0bc3] {
    grid-template-columns: 1fr;
    padding-right: 2rem;
}
.merchant-account-controls[data-v-6c6c0bc3],
  .merchant-account-tags[data-v-6c6c0bc3],
  .merchant-account-actions[data-v-6c6c0bc3] {
    align-items: flex-start;
    justify-content: flex-start;
}
.merchant-profile-controls[data-v-6c6c0bc3],
  .merchant-profile-tags[data-v-6c6c0bc3],
  .merchant-profile-actions[data-v-6c6c0bc3] {
    align-items: flex-start;
    justify-content: flex-start;
}
.merchant-mobile-toggle[data-v-6c6c0bc3] {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.merchant-left-panel.collapsed .merchant-left-body[data-v-6c6c0bc3] {
    display: none;
}
.merchant-left-body[data-v-6c6c0bc3] {
    max-height: none;
    overflow: visible;
}
.merchant-user-list[data-v-6c6c0bc3] {
    max-height: 58vh;
}
}
@media (max-width: 640px) {
.merchants-container[data-v-6c6c0bc3] {
    padding-right: .45rem;
    padding-left: .45rem;
}
.merchant-layout[data-v-6c6c0bc3] {
    gap: .75rem;
    max-width: 100%;
    overflow-x: hidden;
}
.merchant-left-panel[data-v-6c6c0bc3],
  .merchant-left-body[data-v-6c6c0bc3],
  .merchant-search-card[data-v-6c6c0bc3],
  .merchant-results-card[data-v-6c6c0bc3] {
    min-width: 0;
    max-width: 100%;
}
.merchant-filter-body[data-v-6c6c0bc3] {
    padding: .75rem;
}
.merchant-user-list[data-v-6c6c0bc3] {
    max-height: 62vh;
}
.merchant-user-row[data-v-6c6c0bc3] {
    padding-right: .65rem;
    padding-left: .65rem;
}
.merchant-user-row.active[data-v-6c6c0bc3] {
    padding-left: calc(.65rem - 4px);
}
.merchant-user-top[data-v-6c6c0bc3] {
    grid-template-columns: minmax(0, 1fr);
}
.merchant-user-flags[data-v-6c6c0bc3] {
    justify-content: flex-start;
    max-width: 100%;
}
.merchant-user-email[data-v-6c6c0bc3] {
    white-space: normal;
    overflow-wrap: anywhere;
}
.merchant-account-head[data-v-6c6c0bc3] {
    gap: .85rem;
    padding-right: 0;
}
.merchant-account-controls[data-v-6c6c0bc3] {
    align-items: stretch;
    width: 100%;
}
.merchant-account-tags[data-v-6c6c0bc3] {
    justify-content: flex-start;
    width: 100%;
}
.merchant-account-actions[data-v-6c6c0bc3] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
}
.merchant-account-btn[data-v-6c6c0bc3] {
    width: 100%;
    white-space: normal;
}
.merchant-profile-controls[data-v-6c6c0bc3] {
    max-width: 100%;
    width: 100%;
}
.merchant-profile-tags[data-v-6c6c0bc3],
  .merchant-profile-actions[data-v-6c6c0bc3] {
    width: 100%;
}
.merchant-filter-modal-body[data-v-6c6c0bc3] {
    grid-template-columns: 1fr;
    gap: .7rem;
}
.merchant-field-inline[data-v-6c6c0bc3] {
    gap: .35rem;
}
.merchant-filter-clear-one[data-v-6c6c0bc3] {
    width: 2.2rem;
    min-height: 2.2rem;
    border-radius: .7rem;
    font-size: .78rem;
}
.merchant-filter-modal-actions[data-v-6c6c0bc3] {
    flex-direction: column-reverse;
}
.merchant-filter-modal-actions .merchant-action[data-v-6c6c0bc3] {
    width: 100%;
}
}


.crm-board[data-v-8f37b600] {
  display: grid;
  grid-template-columns: minmax(20rem, 25rem) minmax(0, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}
.crm-dashboard-strip[data-v-8f37b600] {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1.15fr;
  gap: .75rem;
  margin-top: 1rem;
}
.crm-dashboard-group[data-v-8f37b600] {
  min-width: 0;
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 28px rgba(23, 38, 58, .06);
  padding: .7rem;
}
.crm-dashboard-group.tone-call[data-v-8f37b600] {
  background: linear-gradient(135deg, rgba(255, 247, 237, .98), rgba(255, 255, 255, .94));
}
.crm-dashboard-group.tone-exists[data-v-8f37b600] {
  background: linear-gradient(135deg, rgba(240, 253, 244, .98), rgba(255, 255, 255, .94));
}
.crm-dashboard-group.tone-offer[data-v-8f37b600] {
  background: linear-gradient(135deg, rgba(239, 246, 255, .98), rgba(255, 255, 255, .94));
}
.crm-dashboard-group-head[data-v-8f37b600] {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: .6rem;
}
.crm-dashboard-group-head div[data-v-8f37b600] {
  display: grid;
  min-width: 0;
  gap: .06rem;
}
.crm-dashboard-group-head small[data-v-8f37b600] {
  color: #b45309;
  font-size: .58rem;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.crm-dashboard-group-head strong[data-v-8f37b600] {
  overflow: hidden;
  color: #17263a;
  font-size: .92rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.crm-dashboard-icon[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  border-radius: .8rem;
  background: #f8fafc;
  color: #17263a;
}
.crm-dashboard-metrics[data-v-8f37b600] {
  display: flex;
  flex-wrap: nowrap;
  gap: .38rem;
  overflow-x: auto;
  padding-bottom: .08rem;
  scrollbar-width: none;
}
.crm-dashboard-metrics[data-v-8f37b600]::-webkit-scrollbar {
  display: none;
}
.crm-dashboard-group.tone-call .crm-dashboard-metrics[data-v-8f37b600] {
  display: flex;
}
.crm-dashboard-metric[data-v-8f37b600] {
  display: inline-flex;
  align-items: baseline;
  gap: .24rem;
  min-width: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(248, 250, 252, .9);
  color: #475569;
  padding: .36rem .46rem;
  white-space: nowrap;
  transition: .18s ease;
}
.crm-dashboard-metric.metric-warm[data-v-8f37b600] {
  background: #ffedd5;
  color: #9a3412;
}
.crm-dashboard-metric.metric-blue[data-v-8f37b600] {
  background: #dbeafe;
  color: #1d4ed8;
}
.crm-dashboard-metric.metric-green[data-v-8f37b600] {
  background: #dcfce7;
  color: #047857;
}
.crm-dashboard-metric.metric-red[data-v-8f37b600] {
  background: #ffe4e6;
  color: #be123c;
}
.crm-dashboard-metric.metric-orange[data-v-8f37b600] {
  background: #fef3c7;
  color: #b45309;
}
.crm-dashboard-metric.metric-purple[data-v-8f37b600] {
  background: #f3e8ff;
  color: #7e22ce;
}
.crm-dashboard-metric.metric-slate[data-v-8f37b600] {
  background: #e2e8f0;
  color: #475569;
}
.crm-dashboard-metric[data-v-8f37b600]:hover {
  transform: translateY(-1px);
  background: #fff;
  box-shadow: 0 8px 18px rgba(23, 38, 58, .08);
}
.crm-dashboard-metric span[data-v-8f37b600] {
  overflow: hidden;
  color: inherit;
  font-size: .64rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.crm-dashboard-metric strong[data-v-8f37b600] {
  color: #0f172a;
  font-size: .92rem;
  font-weight: 950;
  line-height: 1;
}
.crm-dashboard-metric em[data-v-8f37b600] {
  color: #94a3b8;
  font-size: .62rem;
  font-style: normal;
  font-weight: 800;
}
.crm-dashboard-group.tone-call .crm-dashboard-icon[data-v-8f37b600] {
  background: #fff7ed;
  color: #c2410c;
}
.crm-dashboard-group.tone-offer .crm-dashboard-icon[data-v-8f37b600] {
  background: #eff6ff;
  color: #1d4ed8;
}
.crm-dashboard-group.tone-exists .crm-dashboard-icon[data-v-8f37b600] {
  background: #f0fdf4;
  color: #047857;
}
.crm-sidebar[data-v-8f37b600],
.crm-search-card[data-v-8f37b600],
.crm-list-panel[data-v-8f37b600],
.crm-filter-card[data-v-8f37b600],
.crm-prospect-card[data-v-8f37b600],
.crm-detail-hero[data-v-8f37b600],
.crm-products-panel[data-v-8f37b600],
.crm-activity-panel[data-v-8f37b600] {
  border: 1px solid rgba(23, 38, 58, .1);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 30px rgba(23, 38, 58, .06);
}
.crm-sidebar[data-v-8f37b600] {
  min-width: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  gap: .75rem;
  padding: 0;
}
.crm-detail[data-v-8f37b600] {
  min-width: 0;
  padding: 0;
}
.crm-sidebar[data-v-8f37b600] {
  align-self: start;
  position: sticky;
  top: 5rem;
  max-height: calc(100vh - 6rem);
  overflow: auto;
}
.crm-filter-card[data-v-8f37b600] {
  border-radius: 1rem;
  padding: .75rem;
}
.crm-search-card[data-v-8f37b600] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  gap: .45rem;
  align-items: center;
  border-radius: 1rem;
  padding: .55rem;
}
.crm-list-panel[data-v-8f37b600] {
  border-radius: 1rem;
  padding: .55rem;
  min-width: 0;
}
.crm-search-inline[data-v-8f37b600] {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: .45rem;
  border: 1px solid #d9e2ea;
  border-radius: .75rem;
  background: #fff;
  color: #94a3b8;
  padding: .45rem .55rem;
}
.crm-search-inline input[data-v-8f37b600] {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #17263a;
  font-size: .82rem;
}
.crm-search-clear[data-v-8f37b600],
.crm-add-prospect-button[data-v-8f37b600],
.crm-filter-trigger[data-v-8f37b600],
.crm-reset-filter-button[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9e2ea;
  transition: .18s ease;
}
.crm-search-clear[data-v-8f37b600] {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  background: #f8fafc;
  color: #64748b;
  font-size: .68rem;
}
.crm-add-prospect-button[data-v-8f37b600] {
  min-width: 2.25rem;
  height: 2.25rem;
  border-radius: .75rem;
  background: #f0fdf4;
  color: #15803d;
  font-size: .78rem;
}
.crm-add-prospect-button[data-v-8f37b600]:hover {
  border-color: #16a34a;
  background: #16a34a;
  color: #fff;
}
.crm-filter-trigger[data-v-8f37b600] {
  gap: .35rem;
  min-height: 2.25rem;
  border-radius: .75rem;
  background: #17263a;
  color: #fff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .03em;
  padding: .42rem .65rem;
  text-transform: uppercase;
}
.crm-filter-trigger span[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.05rem;
  height: 1.05rem;
  border-radius: 999px;
  background: #f97316;
  color: #fff;
  font-size: .62rem;
}
.crm-reset-filter-button[data-v-8f37b600] {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: .75rem;
  background: #fff1f2;
  color: #be123c;
  font-size: .76rem;
}
.crm-reset-filter-button[data-v-8f37b600]:hover {
  border-color: #be123c;
  background: #be123c;
  color: #fff;
}
.crm-filter-grid[data-v-8f37b600] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
}
.crm-field[data-v-8f37b600] {
  display: grid;
  gap: .25rem;
  min-width: 0;
}
.crm-field--wide[data-v-8f37b600] {
  grid-column: 1 / -1;
}
.crm-field span[data-v-8f37b600],
.crm-kicker[data-v-8f37b600] {
  color: #b45309;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.crm-field input[data-v-8f37b600],
.crm-field select[data-v-8f37b600],
.crm-detail-actions select[data-v-8f37b600],
.crm-inline-form input[data-v-8f37b600],
.crm-activity-form input[data-v-8f37b600],
.crm-activity-form select[data-v-8f37b600],
.crm-activity-form textarea[data-v-8f37b600] {
  width: 100%;
  min-width: 0;
  border: 1px solid #d9e2ea;
  border-radius: .8rem;
  background: #fff;
  color: #17263a;
  font-size: .85rem;
  padding: .65rem .75rem;
  outline: none;
}
.crm-product-tabs[data-v-8f37b600] {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  margin-top: .65rem;
}
.crm-product-tabs button[data-v-8f37b600] {
  border: 1px solid #d9e2ea;
  border-radius: 999px;
  background: #f8fafc;
  color: #475569;
  font-size: .66rem;
  font-weight: 800;
  min-height: 1.65rem;
  padding: .28rem .55rem;
}
.crm-product-tabs button.active[data-v-8f37b600] {
  border-color: #17263a;
  background: #17263a;
  color: #fff;
}
.crm-hero-operation-button[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #17263a;
  min-height: 2.25rem;
  padding: .45rem .55rem .45rem .7rem;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .03em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(29, 78, 216, .1);
  transition: .18s ease;
}
.crm-hero-operation-button i[data-v-8f37b600],
.crm-hero-operation-button span[data-v-8f37b600] {
  color: #17263a;
}
.crm-hero-operation-button[data-v-8f37b600]:hover {
  border-color: #60a5fa;
  background: #dbeafe;
}
.crm-hero-operation-button strong[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  background: #1d4ed8;
  color: #fff;
  font-size: .72rem;
  padding: 0 .42rem;
}
.crm-action[data-v-8f37b600],
.crm-search-button[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  border-radius: .7rem;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
  transition: .18s ease;
}
.crm-search-button[data-v-8f37b600] {
  width: 100%;
  margin-top: .75rem;
  border: 1px solid #17263a;
  background: #17263a;
  color: #fff;
  padding: .55rem .65rem;
}
.crm-action[data-v-8f37b600] {
  border: 1px solid #cbd5e1;
  min-height: 2.15rem;
  padding: .45rem .65rem;
}
.crm-action--soft[data-v-8f37b600] {
  background: #fff;
  color: #17263a;
}
.crm-action--dark[data-v-8f37b600] {
  border-color: #17263a;
  background: #17263a;
  color: #fff;
}
.crm-action--success[data-v-8f37b600] {
  border-color: #047857;
  background: #047857;
  color: #fff;
}
.crm-action--danger[data-v-8f37b600] {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.crm-action--danger[data-v-8f37b600]:hover:not(:disabled) {
  border-color: #be123c;
  background: #be123c;
  color: #fff;
}
.crm-action--icon[data-v-8f37b600] {
  width: 2.15rem;
  min-width: 2.15rem;
  padding-inline: 0;
}
.crm-action[data-v-8f37b600]:disabled,
.crm-search-button[data-v-8f37b600]:disabled {
  cursor: not-allowed;
  opacity: .55;
}
.crm-status-tag[data-v-8f37b600],
.crm-choice-tag[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  max-width: 100%;
  border: 1px solid #d9e2ea;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 900;
  line-height: 1;
  padding: .45rem .7rem;
  text-transform: uppercase;
  transition: .18s ease;
}
.crm-status-tag[data-v-8f37b600] {
  min-height: 2.15rem;
  white-space: nowrap;
}
.crm-status-tag[data-v-8f37b600]:hover,
.crm-choice-tag[data-v-8f37b600]:hover:not(:disabled),
.crm-choice-tag.active[data-v-8f37b600] {
  border-color: #17263a;
  background: #17263a;
  color: #fff;
}
.crm-choice-tags[data-v-8f37b600] {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}
.crm-choice-tag[data-v-8f37b600]:disabled {
  cursor: not-allowed;
  opacity: .55;
}
.crm-list-head[data-v-8f37b600] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  min-width: 0;
  padding: .8rem .25rem .55rem;
}
.crm-list-head-actions[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: .35rem;
}
.crm-list-head > div[data-v-8f37b600]:first-child {
  min-width: 0;
}
.crm-list-head strong[data-v-8f37b600] {
  display: block;
  color: #17263a;
  font-size: .95rem;
}
.crm-list-head span[data-v-8f37b600] {
  color: #64748b;
  font-size: .75rem;
}
.crm-list-head button[data-v-8f37b600] {
  border: 1px solid #d9e2ea;
  border-radius: 999px;
  background: #fff;
  color: #17263a;
  font-size: .72rem;
  font-weight: 900;
  padding: .45rem .7rem;
}
.crm-mobile-list-toggle[data-v-8f37b600] {
  display: none;
}
.crm-list-body[data-v-8f37b600] {
  max-height: calc(100vh - 15rem);
  overflow-y: auto;
  padding-right: .15rem;
}
.crm-list[data-v-8f37b600] {
  display: grid;
  gap: .35rem;
}
.crm-list-loading[data-v-8f37b600] {
  padding: .5rem;
  color: #64748b;
  font-size: .68rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.crm-prospect-card[data-v-8f37b600] {
  display: grid;
  gap: .25rem;
  position: relative;
  width: 100%;
  min-width: 0;
  border-radius: .85rem;
  padding: .52rem 1.55rem .52rem .6rem;
  text-align: left;
}
.crm-prospect-card.selected[data-v-8f37b600] {
  border-color: rgba(180, 83, 9, .45);
  background: linear-gradient(135deg, #fff7ed, #fff);
}
.crm-prospect-main strong[data-v-8f37b600],
.crm-detail-hero h2[data-v-8f37b600],
.crm-panel-title h3[data-v-8f37b600],
.crm-empty-detail h2[data-v-8f37b600] {
  color: #0f172a;
  font-weight: 900;
}
.crm-prospect-main strong[data-v-8f37b600] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: .9rem;
  line-height: 1.2;
}
.crm-prospect-main[data-v-8f37b600] {
  min-width: 0;
}
.crm-prospect-subline[data-v-8f37b600] {
  display: flex;
  align-items: center;
  gap: .28rem;
  min-width: 0;
  margin-top: .18rem;
}
.crm-prospect-main span[data-v-8f37b600],
.crm-muted[data-v-8f37b600],
.crm-empty-detail p[data-v-8f37b600] {
  color: #64748b;
  font-size: .72rem;
}
.crm-category-tag[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 62%;
  border-radius: 999px;
  background: #fef3c7;
  color: #92400e !important;
  font-size: .58rem !important;
  font-weight: 950;
  letter-spacing: .02em;
  padding: .14rem .42rem;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}
.crm-prospect-location[data-v-8f37b600] {
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.crm-prospect-meta[data-v-8f37b600],
.crm-product-row[data-v-8f37b600],
.crm-product-line[data-v-8f37b600],
.crm-detail-actions[data-v-8f37b600],
.crm-phone-list[data-v-8f37b600],
.crm-inline-form[data-v-8f37b600],
.crm-activity-actions[data-v-8f37b600] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .3rem;
  min-width: 0;
}
.crm-status-pill[data-v-8f37b600],
.crm-status-icon[data-v-8f37b600],
.crm-badge[data-v-8f37b600],
.crm-product-chip[data-v-8f37b600],
.crm-product-line span[data-v-8f37b600] {
  min-width: 0;
  max-width: 100%;
  border-radius: 999px;
  font-size: .62rem;
  font-weight: 900;
  overflow: hidden;
  padding: .2rem .45rem;
  text-overflow: ellipsis;
}
.crm-status-icon[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
  padding: 0;
}
.crm-status-icon i[data-v-8f37b600] {
  font-size: .62rem;
}
.crm-detail-actions[data-v-8f37b600] {
  justify-content: flex-end;
  max-width: 24rem;
}
.crm-detail-actions select[data-v-8f37b600] {
  width: 13rem;
}
.crm-status-pill--new[data-v-8f37b600],
.crm-badge--prospect[data-v-8f37b600] {
  background: #fff7ed;
  color: #c2410c;
}
.crm-status-pill--contacted[data-v-8f37b600],
.crm-status-pill--qualified[data-v-8f37b600] {
  background: #e0f2fe;
  color: #0369a1;
}
.crm-status-pill--warm[data-v-8f37b600] {
  background: #fef3c7;
  color: #92400e;
}
.crm-status-pill--lost[data-v-8f37b600] {
  background: #ffe4e6;
  color: #be123c;
}
.crm-status-pill--customer[data-v-8f37b600],
.crm-badge--client[data-v-8f37b600] {
  background: #dcfce7;
  color: #047857;
}
.crm-status-pill--archived[data-v-8f37b600] {
  background: #e2e8f0;
  color: #475569;
}
.crm-badge--inactive[data-v-8f37b600] {
  background: #ffe4e6;
  color: #be123c;
}
.crm-match-dot[data-v-8f37b600] {
  position: absolute;
  top: .6rem;
  right: .6rem;
  width: .62rem;
  height: .62rem;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 0 2px rgba(15, 23, 42, .08), 0 8px 18px rgba(15, 23, 42, .12);
}
.crm-match-dot--detail[data-v-8f37b600] {
  position: static;
  width: .7rem;
  height: .7rem;
  flex: 0 0 auto;
  margin-top: .2rem;
}
.crm-match-dot--active[data-v-8f37b600] {
  background: #16a34a;
}
.crm-match-dot--inactive[data-v-8f37b600] {
  background: #dc2626;
}
.crm-match-dot--prospect[data-v-8f37b600] {
  background: #f97316;
}
.crm-product-chip[data-v-8f37b600] {
  background: #eef6f1;
  color: #0f766e;
}
.crm-product-chip--muted[data-v-8f37b600] {
  background: #f1f5f9;
  color: #64748b;
}
.crm-detail[data-v-8f37b600] {
  display: grid;
  gap: .8rem;
  align-content: start;
}
.crm-empty-detail[data-v-8f37b600] {
  display: grid;
  place-items: center;
  min-height: 22rem;
  border: 1px dashed #cbd5e1;
  border-radius: 1rem;
  text-align: center;
  padding: 2rem;
}
.crm-empty-icon[data-v-8f37b600] {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1.25rem;
  background: #fff7ed;
  color: #b45309;
  font-size: 1.4rem;
}
.crm-detail-hero[data-v-8f37b600] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 1rem;
  padding: .95rem;
}
.crm-hero-main[data-v-8f37b600] {
  min-width: 0;
}
.crm-hero-title-row[data-v-8f37b600] {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  min-width: 0;
}
.crm-hero-title-row > div[data-v-8f37b600] {
  min-width: 0;
}
.crm-hero-name-line[data-v-8f37b600] {
  display: flex;
  align-items: center;
  gap: .35rem;
  min-width: 0;
}
.crm-detail-hero h2[data-v-8f37b600] {
  margin: .1rem 0;
  overflow: hidden;
  font-size: 1.35rem;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.crm-copy-name-button[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  flex: 0 0 auto;
  border: 1px solid #d9e2ea;
  border-radius: .55rem;
  background: #fff;
  color: #64748b;
}
.crm-copy-name-button[data-v-8f37b600]:hover {
  border-color: #17263a;
  color: #17263a;
}
.crm-detail-hero p[data-v-8f37b600] {
  margin: 0;
  color: #64748b;
  font-size: .85rem;
}
.crm-hero-meta[data-v-8f37b600] {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-top: .65rem;
}
.crm-hero-chip[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  max-width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #f8fafc;
  color: #475569;
  font-size: .68rem;
  font-weight: 900;
  line-height: 1.1;
  padding: .28rem .5rem;
}
button.crm-hero-chip[data-v-8f37b600] {
  cursor: pointer;
}
button.crm-hero-chip[data-v-8f37b600]:disabled {
  cursor: not-allowed;
  opacity: .55;
}
.crm-hero-chip--link[data-v-8f37b600] {
  border-color: #c7d2fe;
  background: #eef2ff;
  color: #3730a3;
}
.crm-hero-chip--link[data-v-8f37b600]:hover:not(:disabled) {
  border-color: #3730a3;
  background: #3730a3;
  color: #fff;
}
.crm-hero-chip--filter[data-v-8f37b600]:hover {
  border-color: #17263a;
  background: #17263a;
  color: #fff;
}
.crm-hero-chip--client[data-v-8f37b600] {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #047857;
}
.crm-hero-chip--inactive[data-v-8f37b600] {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.crm-hero-chip--new[data-v-8f37b600] {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}
.crm-hero-chip--category[data-v-8f37b600] {
  border-color: #bae6fd;
  background: #f0f9ff;
  color: #0369a1;
}
.crm-hero-chip--match[data-v-8f37b600] {
  text-transform: uppercase;
}
.crm-hero-chip--exists[data-v-8f37b600] {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #047857;
}
.crm-hero-chip--disabled[data-v-8f37b600] {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.crm-hero-chip--not-found[data-v-8f37b600] {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}
.crm-hero-commercial[data-v-8f37b600] {
  display: grid;
  grid-column: 1 / -1;
  gap: .55rem;
  border-top: 1px solid rgba(180, 83, 9, .16);
  padding-top: .75rem;
}
.crm-products-panel[data-v-8f37b600],
.crm-edit-panel[data-v-8f37b600],
.crm-activity-panel[data-v-8f37b600] {
  display: grid;
  gap: .75rem;
  border-radius: 1rem;
  padding: .9rem;
}
.crm-edit-panel[data-v-8f37b600] {
  border: 1px solid rgba(180, 83, 9, .22);
  background: linear-gradient(135deg, rgba(255, 247, 237, .95), rgba(255, 255, 255, .96));
  box-shadow: 0 12px 30px rgba(180, 83, 9, .08);
}
.crm-modal-backdrop[data-v-8f37b600] {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(15, 23, 42, .52);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.crm-edit-modal[data-v-8f37b600] {
  width: min(100%, 46rem);
  max-height: min(90vh, 46rem);
  overflow-y: auto;
}
.crm-filter-modal[data-v-8f37b600] {
  width: min(100%, 34rem);
  max-height: min(90vh, 42rem);
  overflow-y: auto;
}
.crm-phone-modal[data-v-8f37b600] {
  width: min(100%, 26rem);
}
.crm-status-modal[data-v-8f37b600] {
  width: min(100%, 30rem);
}
.crm-activity-modal[data-v-8f37b600] {
  width: min(100%, 34rem);
  max-height: min(90vh, 42rem);
  overflow-y: auto;
}
.crm-modal-close[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #fed7aa;
  border-radius: .75rem;
  background: #fff7ed;
  color: #c2410c;
}
.crm-edit-grid[data-v-8f37b600] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .6rem;
}
.crm-edit-actions[data-v-8f37b600] {
  display: flex;
  justify-content: flex-end;
  gap: .4rem;
  flex-wrap: wrap;
}
.crm-filter-modal .crm-edit-actions .crm-action[data-v-8f37b600] {
  min-height: 2rem;
  padding: .42rem .6rem;
}
.crm-products-panel[data-v-8f37b600] {
  grid-template-columns: 1fr;
}
.crm-product-card[data-v-8f37b600] {
  display: grid;
  align-content: start;
  gap: .65rem;
  min-width: 0;
  border: 1px solid #e2e8f0;
  border-radius: .9rem;
  background: #fff;
  padding: .75rem;
}
.crm-product-card--suggested[data-v-8f37b600] {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #fff7ed, #fff);
}
.crm-product-card-head[data-v-8f37b600] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .65rem;
}
.crm-product-card-head strong[data-v-8f37b600] {
  display: block;
  margin-top: .1rem;
  color: #17263a;
  font-size: .92rem;
  line-height: 1.15;
}
.crm-commercial-advice[data-v-8f37b600] {
  margin: .18rem 0 0;
  max-width: 44rem;
  color: #334155;
  font-size: .78rem;
  font-style: italic;
  font-weight: 650;
  line-height: 1.35;
}
.crm-product-status-icons[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: .28rem;
  flex: 0 0 auto;
}
.crm-product-status-icons button[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #e2e8f0;
  border-radius: .7rem;
  background: rgba(255, 255, 255, .8);
  color: #94a3b8;
  font-size: .72rem;
}
.crm-product-status-icons--list[data-v-8f37b600] {
  gap: .18rem;
}
.crm-product-status-icons--list span[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border: 1px solid #e2e8f0;
  border-radius: .5rem;
  background: rgba(255, 255, 255, .76);
  color: #94a3b8;
  font-size: .62rem;
}
.crm-product-status-icons--list span.on[data-v-8f37b600] {
  border-color: #93c5fd;
  background: #dbeafe;
  color: #1d4ed8;
}
.crm-product-status-icons button.on[data-v-8f37b600] {
  border-color: #93c5fd;
  background: #dbeafe;
  color: #1d4ed8;
}
.crm-product-status-icons button[data-v-8f37b600]:hover {
  border-color: #17263a;
  background: #17263a;
  color: #fff;
}
.crm-product-line span[data-v-8f37b600] {
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #64748b;
}
.crm-product-line span i[data-v-8f37b600] {
  font-size: .62rem;
}
.crm-product-line span.on[data-v-8f37b600] {
  border-color: #99f6e4;
  background: #ccfbf1;
  color: #0f766e;
}
.crm-product-empty[data-v-8f37b600] {
  border-color: #bbf7d0 !important;
  background: #f0fdf4 !important;
  color: #047857 !important;
}
.crm-commercial-phones[data-v-8f37b600] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem;
}
.crm-add-phone-button[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border: 1px solid #16a34a;
  border-radius: 999px;
  background: #f0fdf4;
  color: #15803d;
}
.crm-add-phone-button[data-v-8f37b600]:hover {
  background: #16a34a;
  color: #fff;
}
.crm-phone-item[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  gap: .18rem;
  max-width: 100%;
}
.crm-delete-phone-button[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  border: 1px solid #fecdd3;
  border-radius: 999px;
  background: #fff1f2;
  color: #be123c;
  font-size: .65rem;
}
.crm-delete-phone-button[data-v-8f37b600]:hover:not(:disabled) {
  background: #be123c;
  color: #fff;
}
.crm-delete-phone-button[data-v-8f37b600]:disabled {
  opacity: .45;
}
.crm-panel-title[data-v-8f37b600] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.crm-panel-title-actions[data-v-8f37b600] {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .35rem;
}
.crm-panel-title h3[data-v-8f37b600] {
  margin: .1rem 0 0;
  font-size: 1rem;
}
.crm-panel-toggle[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border: 1px solid #d9e2ea;
  border-radius: 999px;
  background: #fff;
  color: #17263a;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .03em;
  padding: .38rem .6rem;
  text-transform: uppercase;
}
.crm-panel-toggle--dark[data-v-8f37b600] {
  border-color: #17263a;
  background: #17263a;
  color: #fff;
}
.crm-phone[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: .8rem;
  font-weight: 800;
  padding: .45rem .65rem;
}
.crm-inline-form input[data-v-8f37b600] {
  flex: 1 1 12rem;
}
.crm-activity-form[data-v-8f37b600] {
  display: grid;
  gap: .5rem;
}
.crm-activity-actions select[data-v-8f37b600] {
  flex: 1 1 12rem;
}
.crm-timeline[data-v-8f37b600] {
  display: grid;
  gap: .5rem;
}
.crm-timeline-item[data-v-8f37b600] {
  border-left: 3px solid #d97706;
  border-radius: .75rem;
  background: #fffaf0;
  padding: .65rem .75rem;
}
.crm-timeline-item > div[data-v-8f37b600] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .5rem;
}
.crm-timeline-item strong[data-v-8f37b600] {
  display: block;
  color: #17263a;
  font-size: .9rem;
}
.crm-timeline-item span[data-v-8f37b600] {
  color: #64748b;
  font-size: .72rem;
}
.crm-timeline-item p[data-v-8f37b600] {
  margin: .35rem 0 0;
  color: #334155;
  font-size: .82rem;
}
.crm-timeline-edit[data-v-8f37b600] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 auto;
  border: 1px solid #fed7aa;
  border-radius: .6rem;
  background: #fff;
  color: #b45309;
}
.crm-timeline-edit[data-v-8f37b600]:hover {
  background: #fff7ed;
  color: #92400e;
}
.crm-state[data-v-8f37b600] {
  border-radius: 1rem;
  background: #f8fafc;
  color: #64748b;
  font-size: .85rem;
  padding: .9rem;
}
.crm-state--error[data-v-8f37b600] {
  background: #fff1f2;
  color: #be123c;
}
@media (max-width: 1024px) {
.crm-dashboard-strip[data-v-8f37b600] {
    grid-template-columns: 1fr;
}
.crm-board[data-v-8f37b600] {
    grid-template-columns: 1fr;
}
.crm-sidebar[data-v-8f37b600] {
    position: static;
    max-height: none;
}
}
@media (max-width: 700px) {
.crm-board[data-v-8f37b600] {
    gap: .75rem;
    margin-top: .75rem;
}
.crm-dashboard-strip[data-v-8f37b600] {
    gap: .45rem;
    margin-top: .75rem;
}
.crm-dashboard-group[data-v-8f37b600] {
    border-radius: .85rem;
    padding: .55rem;
}
.crm-dashboard-group-head[data-v-8f37b600] {
    margin-bottom: .45rem;
}
.crm-dashboard-metrics[data-v-8f37b600] {
    gap: .25rem;
}
.crm-dashboard-metric[data-v-8f37b600] {
    padding: .32rem .4rem;
}
.crm-dashboard-icon[data-v-8f37b600] {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: .65rem;
    font-size: .72rem;
}
.crm-dashboard-group-head small[data-v-8f37b600],
  .crm-dashboard-metric span[data-v-8f37b600] {
    font-size: .55rem;
}
.crm-dashboard-group-head strong[data-v-8f37b600] {
    font-size: .82rem;
}
.crm-dashboard-metric strong[data-v-8f37b600] {
    font-size: .86rem;
}
.crm-dashboard-metric em[data-v-8f37b600] {
    font-size: .58rem;
}
.crm-sidebar[data-v-8f37b600] {
    border-radius: 1rem;
    padding: .55rem;
}
.crm-search-card[data-v-8f37b600],
  .crm-filter-card[data-v-8f37b600] {
    border-radius: .9rem;
    padding: .6rem;
}
.crm-search-card[data-v-8f37b600] {
    grid-template-columns: minmax(0, 1fr) auto;
}
.crm-filter-trigger[data-v-8f37b600] {
    grid-column: 1 / 2;
    width: 100%;
}
.crm-reset-filter-button[data-v-8f37b600] {
    grid-column: 2 / 3;
}
.crm-filter-grid[data-v-8f37b600],
  .crm-edit-grid[data-v-8f37b600],
  .crm-products-panel[data-v-8f37b600] {
    grid-template-columns: 1fr;
}
.crm-filter-grid[data-v-8f37b600] {
    gap: .4rem;
}
.crm-field[data-v-8f37b600] {
    gap: .15rem;
}
.crm-field span[data-v-8f37b600],
  .crm-kicker[data-v-8f37b600] {
    font-size: .6rem;
    letter-spacing: .1em;
}
.crm-field input[data-v-8f37b600],
  .crm-field select[data-v-8f37b600],
  .crm-detail-actions select[data-v-8f37b600],
  .crm-inline-form input[data-v-8f37b600],
  .crm-activity-form input[data-v-8f37b600],
  .crm-activity-form select[data-v-8f37b600],
  .crm-activity-form textarea[data-v-8f37b600] {
    border-radius: .7rem;
    font-size: .8rem;
    padding: .5rem .6rem;
}
.crm-product-tabs[data-v-8f37b600] {
    display: flex;
    flex-wrap: wrap;
    margin-top: .55rem;
    gap: .3rem;
}
.crm-product-tabs button[data-v-8f37b600] {
    min-height: 1.6rem;
    padding: .25rem .48rem;
    border-radius: 999px;
    font-size: .66rem;
}
.crm-search-button[data-v-8f37b600] {
    margin-top: .55rem;
    padding: .55rem;
}
.crm-list-head[data-v-8f37b600] {
    padding: .55rem .15rem .35rem;
}
.crm-list-head strong[data-v-8f37b600],
  .crm-list-head span[data-v-8f37b600] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.crm-list-head button[data-v-8f37b600] {
    padding: .38rem .52rem;
}
.crm-mobile-list-toggle[data-v-8f37b600] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}
.crm-list-body[data-v-8f37b600] {
    display: none;
    max-height: 18rem;
    overflow-y: auto;
}
.crm-list-body.is-open[data-v-8f37b600] {
    display: block;
}
.crm-list[data-v-8f37b600] {
    display: grid;
    gap: .3rem;
    padding: .05rem .1rem .35rem;
}
.crm-prospect-card[data-v-8f37b600] {
    gap: .25rem;
    border-radius: .75rem;
    overflow: hidden;
    padding: .48rem 1.45rem .48rem .55rem;
}
.crm-prospect-main strong[data-v-8f37b600] {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: .84rem;
}
.crm-prospect-main span[data-v-8f37b600] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.crm-prospect-meta[data-v-8f37b600] {
    flex-wrap: nowrap;
    overflow: hidden;
}
.crm-product-row[data-v-8f37b600] {
    display: none;
}
.crm-status-pill[data-v-8f37b600],
  .crm-badge[data-v-8f37b600] {
    flex: 0 1 auto;
    font-size: .58rem;
    white-space: nowrap;
    padding: .18rem .38rem;
}
.crm-detail-hero[data-v-8f37b600] {
    grid-template-columns: 1fr;
    padding: .75rem;
}
.crm-detail-actions[data-v-8f37b600] {
    width: 100%;
    max-width: none;
    justify-content: flex-start;
}
.crm-detail-actions select[data-v-8f37b600] {
    width: 100%;
}
.crm-detail-actions .crm-action[data-v-8f37b600] {
    flex: 1 1 calc(50% - .25rem);
}
.crm-detail-actions .crm-status-tag[data-v-8f37b600] {
    flex: 1 1 100%;
}
.crm-detail-actions .crm-action--icon[data-v-8f37b600],
  .crm-detail-actions .crm-action--success[data-v-8f37b600] {
    flex: 0 0 auto;
}
.crm-detail-actions .crm-action--icon[data-v-8f37b600] {
    flex: 0 0 2rem;
}
.crm-action[data-v-8f37b600] {
    min-height: 2rem;
    padding: .42rem .55rem;
}
.crm-products-panel[data-v-8f37b600],
  .crm-edit-panel[data-v-8f37b600],
  .crm-activity-panel[data-v-8f37b600] {
    padding: .75rem;
}
.crm-modal-backdrop[data-v-8f37b600] {
    align-items: flex-end;
    padding: .55rem;
}
.crm-edit-modal[data-v-8f37b600],
  .crm-filter-modal[data-v-8f37b600],
  .crm-phone-modal[data-v-8f37b600],
  .crm-status-modal[data-v-8f37b600],
  .crm-activity-modal[data-v-8f37b600] {
    width: 100%;
    max-height: 94vh;
}
.crm-status-modal[data-v-8f37b600] {
    align-self: flex-end;
    gap: .6rem;
    border-radius: 1rem 1rem .85rem .85rem;
    padding: .7rem;
}
.crm-activity-modal[data-v-8f37b600] {
    align-self: flex-end;
    gap: .6rem;
    border-radius: 1rem 1rem .85rem .85rem;
    padding: .7rem;
}
.crm-status-modal .crm-panel-title[data-v-8f37b600] {
    align-items: center;
}
.crm-activity-modal .crm-panel-title[data-v-8f37b600] {
    align-items: center;
}
.crm-status-modal .crm-panel-title h3[data-v-8f37b600] {
    font-size: .95rem;
}
.crm-activity-modal .crm-panel-title h3[data-v-8f37b600] {
    font-size: .95rem;
}
.crm-status-modal .crm-modal-close[data-v-8f37b600] {
    width: 2rem;
    height: 2rem;
    border-radius: .65rem;
}
.crm-activity-modal .crm-modal-close[data-v-8f37b600] {
    width: 2rem;
    height: 2rem;
    border-radius: .65rem;
}
.crm-status-modal .crm-choice-tags[data-v-8f37b600] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .35rem;
}
.crm-activity-modal .crm-choice-tags[data-v-8f37b600] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .3rem;
}
.crm-status-modal .crm-choice-tag[data-v-8f37b600] {
    min-height: 2rem;
    justify-content: flex-start;
    border-radius: .7rem;
    font-size: .62rem;
    line-height: 1.1;
    padding: .42rem .48rem;
    text-align: left;
    text-transform: none;
}
.crm-activity-modal .crm-choice-tag[data-v-8f37b600] {
    min-height: 1.85rem;
    gap: .25rem;
    border-radius: .65rem;
    font-size: .6rem;
    line-height: 1.05;
    padding: .36rem .38rem;
    text-transform: none;
}
.crm-status-modal .crm-choice-tag i[data-v-8f37b600] {
    width: .85rem;
    flex: 0 0 auto;
    text-align: center;
}
.crm-activity-modal .crm-choice-tag i[data-v-8f37b600] {
    font-size: .62rem;
}
.crm-activity-modal .crm-activity-form[data-v-8f37b600] {
    gap: .4rem;
}
.crm-activity-modal .crm-activity-actions[data-v-8f37b600] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .35rem;
}
.crm-activity-modal .crm-action[data-v-8f37b600] {
    min-height: 1.9rem;
    padding: .38rem .55rem;
}
}


.alerts-container[data-v-fd20db26] {
  display: grid;
  gap: 1rem;
}
.alerts-action[data-v-fd20db26] {
  border-radius: .75rem;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  padding: .62rem .9rem;
  text-transform: uppercase;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.alerts-action[data-v-fd20db26]:hover {
  transform: translateY(-1px);
}
.alerts-action-soft[data-v-fd20db26] {
  border: 1px solid #f4c760;
  background: #fff8e8;
  color: #9a5f00;
}
.alerts-action-dark[data-v-fd20db26] {
  border: 1px solid #071426;
  background: linear-gradient(135deg, #17263a, #071426);
  color: #fff;
  box-shadow: 0 12px 26px rgba(7, 20, 38, .16);
}
.alerts-action-green[data-v-fd20db26] {
  border: 1px solid #86efac;
  background: #ecfdf5;
  color: #047857;
}
.alerts-action-danger[data-v-fd20db26] {
  border: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.alerts-layout[data-v-fd20db26] {
  display: grid;
  grid-template-columns: minmax(18rem, 24rem) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  margin-top: .45rem;
}
.alerts-left-panel[data-v-fd20db26],
.alerts-main-panel[data-v-fd20db26] {
  min-width: 0;
}
.alerts-panel[data-v-fd20db26] {
  min-width: 0;
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(23, 38, 58, .07);
  overflow: hidden;
}
.alerts-panel-head[data-v-fd20db26],
.alerts-detail-head[data-v-fd20db26] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  padding: .72rem 1rem;
}
.alerts-kicker[data-v-fd20db26] {
  color: #9a6a15;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.alerts-panel-title[data-v-fd20db26],
.alerts-detail-head h2[data-v-fd20db26],
.alerts-placeholder h2[data-v-fd20db26] {
  margin: .05rem 0 0;
  color: #071426;
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.05;
}
.alerts-detail-head h2[data-v-fd20db26] {
  max-width: 46rem;
  overflow-wrap: anywhere;
  font-size: 1.35rem;
}
.alerts-panel-sub[data-v-fd20db26],
.alerts-detail-head p[data-v-fd20db26],
.alerts-placeholder p[data-v-fd20db26] {
  margin: .18rem 0 0;
  color: #5d6f89;
  font-size: .78rem;
  font-weight: 700;
}
.alerts-filter-button[data-v-fd20db26] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 2rem);
  min-height: 2.15rem;
  margin: 0 1rem .65rem;
  border: 1px solid #f4c760;
  border-radius: .85rem;
  background: #fff8e8;
  color: #9a5f00;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  padding: .45rem .75rem;
  text-transform: uppercase;
}
.alerts-filter-button small[data-v-fd20db26] {
  color: #a00046;
  font-size: .68rem;
}
.alerts-list-head[data-v-fd20db26] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border-top: 1px solid #edf2f7;
  border-bottom: 1px solid #edf2f7;
  background: #fff8f0;
  color: #5d6f89;
  font-size: .72rem;
  font-weight: 900;
  padding: .5rem 1rem;
}
.alerts-results-toggle[data-v-fd20db26] {
  border: 0;
  background: transparent;
  color: #a00046;
  cursor: pointer;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.alerts-left-panel[data-v-fd20db26] .max-h-\[60vh\] {
  max-height: 62vh;
}
.alerts-left-panel[data-v-fd20db26] button.w-full {
  border: 0;
}
.alerts-placeholder[data-v-fd20db26] {
  padding: 2rem;
  text-align: center;
}
.alerts-detail-stack[data-v-fd20db26] {
  display: grid;
  gap: 1rem;
}
.alerts-detail[data-v-fd20db26] {
  padding: .25rem;
}
.alerts-detail-head[data-v-fd20db26] {
  border-bottom: 1px solid #edf2f7;
}
.alerts-detail-actions[data-v-fd20db26] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .45rem;
}
.alerts-status-pill[data-v-fd20db26] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .75rem;
  font-size: .72rem;
  font-weight: 950;
  min-height: 2.15rem;
  padding: .45rem .75rem;
  text-transform: uppercase;
}
.alerts-status-pill--soft[data-v-fd20db26] {
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #17263a;
}
.alerts-message-card[data-v-fd20db26] {
  display: grid;
  gap: .35rem;
  margin: .9rem .9rem 0;
  border: 1px solid #fed7aa;
  border-radius: .95rem;
  background: linear-gradient(135deg, #fff8e8, #fff);
  padding: .85rem;
}
.alerts-message-card span[data-v-fd20db26] {
  color: #9a6a15;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.alerts-message-card p[data-v-fd20db26] {
  margin: 0;
  color: #17263a;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.alerts-detail-grid[data-v-fd20db26] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
  padding: .9rem;
}
.alerts-info-card[data-v-fd20db26] {
  min-width: 0;
  border: 1px solid #dbe3ef;
  border-radius: .9rem;
  background: linear-gradient(135deg, #fff, #f8fafc);
  padding: .85rem;
}
.alerts-info-card span[data-v-fd20db26],
.alerts-field span[data-v-fd20db26] {
  display: block;
  color: #61718a;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.alerts-info-card strong[data-v-fd20db26] {
  display: block;
  margin-top: .25rem;
  overflow-wrap: anywhere;
  color: #071426;
  font-size: .88rem;
  font-weight: 950;
}
.alerts-actions-strip[data-v-fd20db26] {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  padding: 0 .9rem .9rem;
}
.alerts-section[data-v-fd20db26] {
  padding: 1rem;
}
.alerts-section-toggle[data-v-fd20db26] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  background: transparent;
  color: #17263a;
  cursor: pointer;
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .12em;
  padding: 0;
  text-transform: uppercase;
}
.alerts-sample[data-v-fd20db26] {
  margin-top: .8rem;
  overflow: auto;
  border: 1px solid #dbe3ef;
  border-radius: .85rem;
  background: #0f172a;
  color: #e2e8f0;
  font-size: .72rem;
  padding: .9rem;
  white-space: pre-wrap;
}
.alerts-mobile-toggle[data-v-fd20db26] {
  display: none;
  width: 100%;
  margin-bottom: .65rem;
  border: 1px solid #f4c760;
  border-radius: .85rem;
  background: #fff8e8;
  color: #9a5f00;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  padding: .7rem .8rem;
  text-transform: uppercase;
}
.alerts-filter-grid[data-v-fd20db26] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
  margin-top: 1rem;
}
.alerts-field[data-v-fd20db26] {
  display: grid;
  gap: .35rem;
  min-width: 0;
}
.alerts-field--full[data-v-fd20db26] {
  grid-column: 1 / -1;
}
.alerts-field input[data-v-fd20db26],
.alerts-field select[data-v-fd20db26] {
  width: 100%;
  min-width: 0;
  min-height: 2.35rem;
  border: 1px solid #cbd5e1;
  border-radius: .85rem;
  background: #fff;
  color: #142437;
  font-size: .82rem;
  font-weight: 800;
  padding: .62rem .8rem;
  outline: none;
}
.alerts-modal-actions[data-v-fd20db26] {
  display: flex;
  justify-content: flex-end;
  gap: .6rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #edf2f7;
}
@media (max-width: 900px) {
.alerts-layout[data-v-fd20db26] {
    grid-template-columns: 1fr;
}
.alerts-mobile-toggle[data-v-fd20db26] {
    display: block;
}
.alerts-left-panel[data-v-fd20db26] .max-h-\[60vh\] {
    max-height: none;
    overflow: visible;
}
.alerts-detail-grid[data-v-fd20db26],
  .alerts-filter-grid[data-v-fd20db26] {
    grid-template-columns: 1fr;
}
.alerts-detail-head[data-v-fd20db26],
  .alerts-panel-head[data-v-fd20db26] {
    align-items: stretch;
    flex-direction: column;
}
.alerts-detail-actions[data-v-fd20db26],
  .alerts-modal-actions[data-v-fd20db26] {
    justify-content: flex-start;
}
}
@media (max-width: 560px) {
.alerts-action[data-v-fd20db26] {
    width: 100%;
}
}


.security-audit-page[data-v-58798622] {
  min-height: 100vh;
}
.security-kpis[data-v-58798622] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .9rem;
  margin: 1rem 0;
}
.security-kpi[data-v-58798622],
.security-panel[data-v-58798622] {
  border: 1px solid rgba(148, 163, 184, .28);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}
.security-kpi[data-v-58798622] {
  border-radius: 1.2rem;
  padding: 1rem;
}
.security-kpi span[data-v-58798622],
.security-kicker[data-v-58798622] {
  display: block;
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #64748b;
}
.security-kpi strong[data-v-58798622] {
  display: block;
  margin-top: .45rem;
  font-size: 1.55rem;
  color: #0f172a;
}
.security-kpi--amber[data-v-58798622] { border-color: rgba(245, 158, 11, .35); background: #fffbeb;
}
.security-kpi--blue[data-v-58798622] { border-color: rgba(37, 99, 235, .24); background: #eff6ff;
}
.security-kpi--green[data-v-58798622] { border-color: rgba(16, 185, 129, .24); background: #ecfdf5;
}
.security-panel[data-v-58798622] {
  border-radius: 1.4rem;
  padding: 1rem;
}
.security-panel-head[data-v-58798622],
.security-filters[data-v-58798622],
.security-pagination[data-v-58798622] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  flex-wrap: wrap;
}
.security-panel-head h2[data-v-58798622] {
  margin: .2rem 0 0;
  font-size: 1.25rem;
  color: #0f172a;
}
.security-filters[data-v-58798622] {
  margin-top: 1rem;
  justify-content: flex-start;
}
.security-filters input[data-v-58798622],
.security-filters select[data-v-58798622] {
  min-height: 2.45rem;
  border: 1px solid #cbd5e1;
  border-radius: .75rem;
  background: white;
  padding: .55rem .75rem;
  font-size: .82rem;
}
.security-filters input[data-v-58798622] {
  min-width: 260px;
}
.security-action[data-v-58798622] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border-radius: .75rem;
  padding: .65rem .9rem;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  transition: .15s ease;
}
.security-action-dark[data-v-58798622] {
  background: #0f172a;
  color: white;
}
.security-action-soft[data-v-58798622] {
  border: 1px solid #cbd5e1;
  background: white;
  color: #334155;
}
.security-action-danger[data-v-58798622] {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #991b1b;
}
.security-action[data-v-58798622]:disabled {
  cursor: not-allowed;
  opacity: .45;
}
.security-error[data-v-58798622],
.security-empty[data-v-58798622] {
  margin-top: 1rem;
  border-radius: .9rem;
  padding: 1rem;
  font-size: .9rem;
}
.security-error[data-v-58798622] {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}
.security-empty[data-v-58798622] {
  border: 1px dashed #cbd5e1;
  background: #f8fafc;
  color: #64748b;
}
.security-table-wrap[data-v-58798622] {
  margin-top: 1rem;
  overflow-x: auto;
}
.security-mobile-list[data-v-58798622] {
  display: none;
}
.security-table[data-v-58798622] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 .45rem;
  min-width: 920px;
}
.security-table th[data-v-58798622] {
  padding: .4rem .75rem;
  text-align: left;
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #64748b;
}
.security-table td[data-v-58798622] {
  background: #f8fafc;
  padding: .75rem;
  font-size: .8rem;
  color: #334155;
  vertical-align: top;
}
.security-table tr td[data-v-58798622]:first-child {
  border-radius: .8rem 0 0 .8rem;
}
.security-table tr td[data-v-58798622]:last-child {
  border-radius: 0 .8rem .8rem 0;
}
.security-table strong[data-v-58798622],
.security-event-type[data-v-58798622] {
  display: block;
  font-weight: 800;
  color: #0f172a;
}
.security-table small[data-v-58798622] {
  display: block;
  margin-top: .2rem;
  max-width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #64748b;
}
.severity-warning td[data-v-58798622] {
  background: #fffbeb;
}
.severity-critical td[data-v-58798622] {
  background: #fef2f2;
}
.security-risk[data-v-58798622] {
  display: inline-flex;
  min-width: 2.1rem;
  justify-content: center;
  border-radius: 999px;
  padding: .25rem .55rem;
  font-weight: 900;
}
.risk-info[data-v-58798622] { background: #e0f2fe; color: #0369a1;
}
.risk-warning[data-v-58798622] { background: #fed7aa; color: #9a3412;
}
.risk-critical[data-v-58798622] { background: #fecaca; color: #991b1b;
}
.security-pagination[data-v-58798622] {
  margin-top: 1rem;
}
.security-pagination-info[data-v-58798622] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  flex-wrap: wrap;
  color: #64748b;
  font-size: .82rem;
}
.security-pagination-info label[data-v-58798622] {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}
.security-pagination-info select[data-v-58798622] {
  min-height: 2rem;
  border: 1px solid #cbd5e1;
  border-radius: .65rem;
  background: white;
  padding: .25rem .55rem;
  color: #334155;
  font-weight: 800;
}
.security-pagination span[data-v-58798622] {
  color: #64748b;
  font-size: .82rem;
}
@media (max-width: 900px) {
.security-kpis[data-v-58798622] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.security-filters input[data-v-58798622],
  .security-filters select[data-v-58798622] {
    width: 100%;
}
}
@media (max-width: 720px) {
.security-table-wrap[data-v-58798622] {
    overflow-x: visible;
}
.security-table[data-v-58798622] {
    display: none;
}
.security-mobile-list[data-v-58798622] {
    display: grid;
    gap: .7rem;
}
.security-mobile-card[data-v-58798622] {
    border: 1px solid rgba(148, 163, 184, .28);
    border-radius: 1rem;
    background: #f8fafc;
    padding: .85rem;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .06);
}
.security-mobile-card.severity-warning[data-v-58798622] {
    border-color: rgba(245, 158, 11, .32);
    background: #fffbeb;
}
.security-mobile-card.severity-critical[data-v-58798622] {
    border-color: rgba(239, 68, 68, .28);
    background: #fef2f2;
}
.security-mobile-top[data-v-58798622],
  .security-mobile-actor[data-v-58798622],
  .security-mobile-meta[data-v-58798622] {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.security-mobile-top[data-v-58798622] {
    justify-content: space-between;
}
.security-mobile-top strong[data-v-58798622] {
    display: block;
    color: #0f172a;
    font-size: .88rem;
}
.security-mobile-top small[data-v-58798622],
  .security-mobile-actor em[data-v-58798622],
  .security-mobile-card p[data-v-58798622] {
    color: #64748b;
    font-size: .72rem;
}
.security-mobile-actor[data-v-58798622] {
    margin-top: .65rem;
    min-width: 0;
    color: #334155;
    font-size: .8rem;
    font-weight: 800;
}
.security-mobile-actor span[data-v-58798622] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.security-mobile-actor em[data-v-58798622] {
    margin-left: auto;
    font-style: normal;
    font-weight: 800;
}
.security-mobile-meta[data-v-58798622] {
    margin-top: .55rem;
    flex-wrap: wrap;
}
.security-mobile-meta span[data-v-58798622] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .74);
    padding: .28rem .5rem;
    color: #475569;
    font-size: .72rem;
    font-weight: 700;
}
.security-mobile-card p[data-v-58798622] {
    margin: .55rem 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.security-pagination[data-v-58798622] {
    justify-content: center;
}
}


.security-permissions-page[data-v-0c1f8082] {
  min-height: 100vh;
}
.permissions-toolbar[data-v-0c1f8082],
.permissions-role-grid[data-v-0c1f8082],
.permissions-panel[data-v-0c1f8082] {
  margin-top: 1rem;
}
.permissions-toolbar[data-v-0c1f8082] {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
}
.permissions-toolbar input[data-v-0c1f8082] {
  flex: 1;
  min-width: 240px;
  min-height: 2.55rem;
  border: 1px solid #cbd5e1;
  border-radius: .85rem;
  background: white;
  padding: .55rem .8rem;
  font-size: .88rem;
}
.permissions-action[data-v-0c1f8082] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border-radius: .8rem;
  padding: .7rem .95rem;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.permissions-action-dark[data-v-0c1f8082] {
  background: #0f172a;
  color: white;
}
.permissions-action-soft[data-v-0c1f8082] {
  border: 1px solid #cbd5e1;
  background: white;
  color: #334155;
}
.permissions-action[data-v-0c1f8082]:disabled {
  cursor: not-allowed;
  opacity: .5;
}
.permissions-state[data-v-0c1f8082] {
  margin-top: 1rem;
  border: 1px dashed #cbd5e1;
  border-radius: 1rem;
  background: #f8fafc;
  padding: 1rem;
  color: #64748b;
}
.permissions-state-error[data-v-0c1f8082] {
  border-color: #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}
.permissions-role-grid[data-v-0c1f8082] {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .8rem;
}
.permissions-role-card[data-v-0c1f8082] {
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
  padding: .9rem;
}
.permissions-role-card span[data-v-0c1f8082],
.permissions-kicker[data-v-0c1f8082] {
  display: block;
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #64748b;
}
.permissions-role-card strong[data-v-0c1f8082] {
  display: block;
  margin-top: .35rem;
  font-size: 1.45rem;
  color: #0f172a;
}
.permissions-role-card small[data-v-0c1f8082] {
  color: #64748b;
}
.role-admin[data-v-0c1f8082] { border-color: rgba(15, 23, 42, .18);
}
.role-ops[data-v-0c1f8082] { border-color: rgba(37, 99, 235, .24); background: #eff6ff;
}
.role-manager[data-v-0c1f8082] { border-color: rgba(245, 158, 11, .28); background: #fffbeb;
}
.role-support[data-v-0c1f8082] { border-color: rgba(16, 185, 129, .24); background: #ecfdf5;
}
.role-user[data-v-0c1f8082] { border-color: rgba(148, 163, 184, .34);
}
.permissions-panel[data-v-0c1f8082] {
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
  padding: 1rem;
  border-left: 5px solid #94a3b8;
}
.permissions-panel--module[data-v-0c1f8082] { border-left-color: #0f172a; background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}
.permissions-panel--finance[data-v-0c1f8082] { border-left-color: #d97706; background: linear-gradient(135deg, #ffffff 0%, #fffbeb 100%);
}
.permissions-panel--payments[data-v-0c1f8082] { border-left-color: #2563eb; background: linear-gradient(135deg, #ffffff 0%, #eff6ff 100%);
}
.permissions-panel--security[data-v-0c1f8082] { border-left-color: #be123c; background: linear-gradient(135deg, #ffffff 0%, #fff1f2 100%);
}
.permissions-panel--billing[data-v-0c1f8082] { border-left-color: #7c3aed; background: linear-gradient(135deg, #ffffff 0%, #f5f3ff 100%);
}
.permissions-panel--document[data-v-0c1f8082] { border-left-color: #059669; background: linear-gradient(135deg, #ffffff 0%, #ecfdf5 100%);
}
.permissions-panel--users[data-v-0c1f8082] { border-left-color: #0891b2; background: linear-gradient(135deg, #ffffff 0%, #ecfeff 100%);
}
.permissions-panel--clusters[data-v-0c1f8082] { border-left-color: #475569; background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
}
.permissions-panel--merchant[data-v-0c1f8082] { border-left-color: #65a30d; background: linear-gradient(135deg, #ffffff 0%, #f7fee7 100%);
}
.permissions-panel--sales[data-v-0c1f8082] { border-left-color: #ea580c; background: linear-gradient(135deg, #ffffff 0%, #fff7ed 100%);
}
.permissions-panel-head[data-v-0c1f8082] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
}
.permissions-panel-open .permissions-panel-head[data-v-0c1f8082] {
  margin-bottom: .6rem;
}
.permissions-panel-head h2[data-v-0c1f8082] {
  margin: .25rem 0 0;
  font-size: 1.18rem;
  font-weight: 900;
  color: #0f172a;
}
.permissions-kicker[data-v-0c1f8082] {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}
.permissions-panel-count[data-v-0c1f8082] {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: .35rem .65rem;
  background: #f8fafc;
  color: #475569;
  font-size: .75rem;
  font-weight: 800;
}
.permissions-table-wrap[data-v-0c1f8082] {
  overflow-x: auto;
}
.permissions-table[data-v-0c1f8082] {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0 .35rem;
}
.permissions-table th[data-v-0c1f8082] {
  padding: .4rem .7rem;
  text-align: center;
  color: #64748b;
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.permissions-table th[data-v-0c1f8082]:first-child {
  text-align: left;
}
.permissions-table td[data-v-0c1f8082] {
  background: #f8fafc;
  padding: .65rem .7rem;
  text-align: center;
  color: #334155;
}
.permissions-table td[data-v-0c1f8082]:first-child {
  border-radius: .75rem 0 0 .75rem;
  text-align: left;
}
.permissions-table td[data-v-0c1f8082]:last-child {
  border-radius: 0 .75rem .75rem 0;
}
.permissions-table strong[data-v-0c1f8082],
.permissions-table small[data-v-0c1f8082] {
  display: block;
}
.permissions-table strong[data-v-0c1f8082] {
  color: #0f172a;
  font-size: .82rem;
}
.permissions-table small[data-v-0c1f8082] {
  margin-top: .15rem;
  color: #64748b;
  font-size: .7rem;
}
.permission-mark[data-v-0c1f8082] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  font-size: .7rem;
}
.permission-mark-yes[data-v-0c1f8082] {
  background: #dcfce7;
  color: #166534;
}
.permission-mark-no[data-v-0c1f8082] {
  background: #f1f5f9;
  color: #94a3b8;
}
@media (max-width: 860px) {
.permissions-role-grid[data-v-0c1f8082] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 520px) {
.permissions-toolbar[data-v-0c1f8082] {
    align-items: stretch;
}
.permissions-toolbar input[data-v-0c1f8082],
  .permissions-action[data-v-0c1f8082] {
    width: 100%;
}
.permissions-role-grid[data-v-0c1f8082] {
    grid-template-columns: 1fr;
}
}


.view-licences[data-v-04cef39c] {
  min-height: 100vh;
  background:
    radial-gradient(circle at 4% 0%, rgba(16, 37, 64, 0.16), transparent 30%),
    radial-gradient(circle at 94% 8%, rgba(168, 94, 14, 0.14), transparent 28%),
    linear-gradient(135deg, #f7f4ec 0%, #eef4f2 54%, #f8fafc 100%);
  color: #0f2137;
}
.licences-page[data-v-04cef39c] {
  animation: licences-enter-04cef39c 0.3s ease-out both;
}
.licences-hero[data-v-04cef39c],
.licences-tool-card[data-v-04cef39c],
.licence-kpi[data-v-04cef39c],
.licence-detail-card[data-v-04cef39c],
.licence-detail-hero[data-v-04cef39c],
.licence-empty-state[data-v-04cef39c] {
  border: 1px solid rgba(15, 33, 55, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(15, 33, 55, 0.08);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.licences-hero[data-v-04cef39c] {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 249, 237, 0.9) 100%);
}
.licences-hero[data-v-04cef39c]::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 18%, rgba(16, 37, 64, 0.08), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(151, 99, 14, 0.14), transparent 25%);
}
.licences-hero[data-v-04cef39c] > * {
  position: relative;
  z-index: 1;
}
.licences-kicker[data-v-04cef39c] {
  color: #a8650f;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.licences-hero h1[data-v-04cef39c] {
  margin-top: 0.18rem;
  color: #07182c;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  font-weight: 850;
  line-height: 1;
}
.licences-sidebar[data-v-04cef39c] {
  align-self: start;
}
.licences-mobile-list-toggle[data-v-04cef39c] {
  display: none;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(15, 33, 55, 0.08);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.88);
  padding: 0.8rem 0.95rem;
  color: #102540;
  font-size: 0.82rem;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(15, 33, 55, 0.08);
}
.licences-mobile-list-toggle strong[data-v-04cef39c] {
  border-radius: 999px;
  background: rgba(16, 37, 64, 0.08);
  padding: 0.2rem 0.5rem;
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
.licences-sidebar[data-v-04cef39c] {
    position: sticky;
    top: 5.25rem;
    display: block;
}
}
.licences-tool-card[data-v-04cef39c] {
  overflow: visible;
}
.licences-search-card[data-v-04cef39c] {
  border: 1px solid rgba(15, 33, 55, 0.08);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 0% 0%, rgba(16, 37, 64, 0.08), transparent 32%),
    rgba(255, 255, 255, 0.88);
  padding: 0.9rem;
  box-shadow: 0 18px 42px rgba(15, 33, 55, 0.08);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.licences-search-head[data-v-04cef39c],
.licences-search-footer[data-v-04cef39c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.licences-search-head h2[data-v-04cef39c] {
  color: #102540;
  font-size: 1.05rem;
  font-weight: 850;
}
.licences-panel-kicker[data-v-04cef39c] {
  color: #a8650f;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.licences-filter-count[data-v-04cef39c] {
  border: 1px solid rgba(155, 6, 67, 0.16);
  border-radius: 999px;
  background: rgba(155, 6, 67, 0.07);
  padding: 0.35rem 0.55rem;
  color: #9b0643;
  font-size: 0.68rem;
  font-weight: 850;
}
.licences-search-box[data-v-04cef39c] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
  margin-top: 0.75rem;
}
.licences-search-input-wrap[data-v-04cef39c] {
  position: relative;
}
.licences-search-input-wrap input[data-v-04cef39c],
.licences-field input[data-v-04cef39c],
.licences-field select[data-v-04cef39c] {
  width: 100%;
  min-height: 2.65rem;
  border: 1px solid #d6deea;
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 2.45rem 0 0.85rem;
  color: #12243a;
  font-size: 0.9rem;
  font-weight: 650;
  outline: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}
.licences-field select[data-v-04cef39c] {
  padding-right: 0.85rem;
}
.licences-search-input-wrap input[data-v-04cef39c]:focus,
.licences-field input[data-v-04cef39c]:focus,
.licences-field select[data-v-04cef39c]:focus {
  border-color: rgba(16, 37, 64, 0.48);
  box-shadow: 0 0 0 3px rgba(16, 37, 64, 0.08);
}
.licences-search-clear[data-v-04cef39c] {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  display: inline-flex;
  width: 1.85rem;
  height: 1.85rem;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #64748b;
}
.licences-search-clear[data-v-04cef39c]:hover {
  background: #f1f5f9;
  color: #102540;
}
.licences-search-button[data-v-04cef39c],
.licences-filter-button[data-v-04cef39c],
.licences-filter-reset-button[data-v-04cef39c],
.licences-action[data-v-04cef39c] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  border-radius: 0.95rem;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}
.licences-search-button[data-v-04cef39c] {
  width: 2.85rem;
  background: #102540;
  color: white;
  box-shadow: 0 10px 22px rgba(16, 37, 64, 0.18);
}
.licences-filter-button[data-v-04cef39c] {
  border: 1px solid rgba(16, 37, 64, 0.12);
  background: rgba(255, 255, 255, 0.82);
  padding: 0.45rem 0.75rem;
  color: #102540;
}
.licences-filter-actions[data-v-04cef39c] {
  display: inline-flex;
  align-items: stretch;
  gap: 0.35rem;
  flex: 0 0 auto;
}
.licences-filter-reset-button[data-v-04cef39c] {
  width: 2.35rem;
  min-height: 2.35rem;
  border: 1px solid rgba(155, 6, 67, 0.18);
  background: #fff;
  color: #9b0643;
  padding: 0;
}
.licences-search-footer[data-v-04cef39c] {
  margin-top: 0.65rem;
  color: #64748b;
  font-size: 0.72rem;
}
.licences-search-footer strong[data-v-04cef39c] {
  color: #102540;
}
.licences-tool-card > button[data-v-04cef39c],
.licences-tool-card > div[data-v-04cef39c]:first-child {
  background: linear-gradient(90deg, rgba(16, 37, 64, 0.055), rgba(168, 94, 14, 0.045));
}
.licence-list-item[data-v-04cef39c] {
  position: relative;
  border-bottom: 1px solid rgba(15, 33, 55, 0.06);
  padding: 0.68rem 0.74rem 0.68rem 0.82rem;
  background: rgba(255, 255, 255, 0.72);
}
.licence-list-item[data-v-04cef39c]:hover {
  background: linear-gradient(90deg, rgba(239, 246, 255, 0.8), rgba(255, 255, 255, 0.92));
}
.licence-list-item.active[data-v-04cef39c] {
  border-left: 3px solid #102540;
  background:
    linear-gradient(90deg, rgba(16, 37, 64, 0.12), rgba(255, 255, 255, 0.92));
}
.licence-list-main[data-v-04cef39c] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.6rem;
}
.licence-list-title-wrap[data-v-04cef39c] {
  min-width: 0;
}
.licence-list-title[data-v-04cef39c] {
  min-width: 0;
  overflow: hidden;
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.licence-list-status[data-v-04cef39c] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 6rem;
  border-radius: 999px;
  padding: 0.24rem 0.48rem;
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.licence-list-tags[data-v-04cef39c] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.22rem;
  margin-top: 0.42rem;
  color: #475569;
  font-size: 0.63rem;
  font-weight: 850;
}
.licence-list-tags span[data-v-04cef39c] {
  border-radius: 999px;
  padding: 0.16rem 0.42rem;
  line-height: 1.05;
}
.licence-list-contract[data-v-04cef39c] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.38rem;
  color: #64748b;
  font-size: 0.64rem;
  line-height: 1.1;
}
.licence-list-contract span[data-v-04cef39c] {
  border-radius: 999px;
  background: rgba(241, 245, 249, 0.9);
  padding: 0.16rem 0.42rem;
}
.licence-list-contract span[data-v-04cef39c]:last-child {
  color: #102540;
  font-weight: 800;
}
.licence-list-note[data-v-04cef39c] {
  margin-top: 0.36rem;
  overflow: hidden;
  color: #64748b;
  font-size: 0.66rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.licences-dashboard-strip[data-v-04cef39c] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
  margin-bottom: .7rem;
}
.licences-dashboard-group[data-v-04cef39c] {
  min-width: 0;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .05);
  padding: .65rem .7rem;
}
.licences-dashboard-group-head[data-v-04cef39c] {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .5rem;
}
.licences-dashboard-group-head > div[data-v-04cef39c] {
  min-width: 0;
}
.licences-dashboard-icon[data-v-04cef39c] {
  display: inline-flex;
  width: 1.65rem;
  height: 1.65rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: .7rem;
  background: #eff6ff;
  color: #0b4f7a;
  font-size: .78rem;
}
.licences-dashboard-group small[data-v-04cef39c] {
  display: block;
  color: #9a4c0a;
  font-size: .58rem;
  font-weight: 950;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}
.licences-dashboard-group strong[data-v-04cef39c] {
  display: block;
  margin-top: .12rem;
  color: #0f172a;
  font-size: .84rem;
  font-weight: 950;
  line-height: 1.05;
}
.licences-dashboard-metrics[data-v-04cef39c] {
  display: flex;
  flex-wrap: wrap;
  gap: .32rem;
  margin-top: .55rem;
}
.tone-revenue .licences-dashboard-metrics[data-v-04cef39c] {
  flex-wrap: nowrap;
  align-items: center;
  gap: .22rem;
}
.tone-revenue .licences-dashboard-metric[data-v-04cef39c] {
  flex: 1 1 0;
  min-width: 0;
  padding-left: .36rem;
  padding-right: .36rem;
}
.tone-revenue .licences-dashboard-metric strong[data-v-04cef39c],
.tone-revenue .licences-dashboard-total strong[data-v-04cef39c] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.licences-dashboard-metric[data-v-04cef39c],
.licences-dashboard-total[data-v-04cef39c] {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: .32rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: .3rem .48rem;
  font-size: .61rem;
  font-weight: 950;
  line-height: 1;
}
.licences-dashboard-metric[data-v-04cef39c] {
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease;
}
.licences-dashboard-metric[data-v-04cef39c]:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(23, 38, 58, .08);
}
.licences-dashboard-metric span[data-v-04cef39c] {
  text-transform: uppercase;
}
.licences-dashboard-metric strong[data-v-04cef39c],
.licences-dashboard-total strong[data-v-04cef39c] {
  margin: 0;
  font-size: .76rem;
  line-height: 1;
}
.licences-dashboard-total[data-v-04cef39c] {
  border-style: dashed;
  border-color: #fdba74;
  background: #fff7ed;
  color: #9a3412;
  flex: 0 0 auto;
  max-width: 3.9rem;
  padding-left: .24rem;
  padding-right: .24rem;
  font-size: .54rem;
}
.licences-dashboard-total strong[data-v-04cef39c] {
  font-size: .64rem;
}
.licences-dashboard-total--head[data-v-04cef39c] {
  margin-left: auto;
  max-width: 5.5rem;
}
.tone-revenue .licences-dashboard-icon[data-v-04cef39c] {
  background: #fff7ed;
  color: #c2410c;
}
.tone-paid .licences-dashboard-icon[data-v-04cef39c] {
  background: #eff6ff;
  color: #0b4f7a;
}
.tone-free .licences-dashboard-icon[data-v-04cef39c] {
  background: #fef3c7;
  color: #b45309;
}
.metric-blue[data-v-04cef39c] {
  border-color: #bfdbfe;
  background: #dbeafe;
  color: #0b4f7a;
}
.metric-green[data-v-04cef39c] {
  border-color: #bbf7d0;
  background: #dcfce7;
  color: #047857;
}
.metric-warm[data-v-04cef39c] {
  border-color: #fed7aa;
  background: #ffedd5;
  color: #c2410c;
}
.metric-red[data-v-04cef39c] {
  border-color: #fecaca;
  background: #fee2e2;
  color: #b91c1c;
}
.metric-purple[data-v-04cef39c] {
  border-color: #ddd6fe;
  background: #ede9fe;
  color: #6d28d9;
}
.metric-slate[data-v-04cef39c] {
  border-color: #cbd5e1;
  background: #f1f5f9;
  color: #334155;
}
.licence-detail-hero[data-v-04cef39c] {
  background:
    radial-gradient(circle at 8% 0%, rgba(16, 37, 64, 0.09), transparent 32%),
    radial-gradient(circle at 95% 0%, rgba(217, 119, 6, 0.08), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.9));
  border: 1px solid rgba(226, 232, 240, 0.88);
}
.licence-detail-head[data-v-04cef39c] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
}
.licence-detail-title-block[data-v-04cef39c] {
  min-width: 0;
}
.licence-detail-kicker[data-v-04cef39c] {
  color: #9a4c0a;
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}
.licence-detail-title-line[data-v-04cef39c] {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.75rem;
  margin-top: 0.35rem;
}
.licence-detail-title-line h2[data-v-04cef39c] {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 950;
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.licence-detail-title-line p[data-v-04cef39c] {
  margin: 0;
  color: #475569;
  font-size: 0.86rem;
  font-weight: 850;
}
.licence-detail-badges[data-v-04cef39c] {
  display: flex;
  max-width: 24rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.38rem;
}
.licence-detail-badge[data-v-04cef39c] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.34rem;
  border-radius: 0.8rem;
  padding: 0.5rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}
.licence-detail-badge--neutral[data-v-04cef39c] {
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.78);
  color: #475569;
}
.licence-detail-badge--danger[data-v-04cef39c] {
  border: 1px solid #fda4af;
  background: #fff1f2;
  color: #be123c;
}
.licence-compact-info[data-v-04cef39c] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}
.licence-compact-info span[data-v-04cef39c]:nth-child(2) {
  grid-column: span 2;
}
.licence-compact-info span[data-v-04cef39c] {
  min-width: 0;
  border: 1px solid rgba(15, 33, 55, 0.07);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.78);
  padding: 0.52rem 0.62rem;
}
.licence-compact-info small[data-v-04cef39c] {
  display: block;
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.licence-compact-info strong[data-v-04cef39c],
.licence-compact-info a[data-v-04cef39c] {
  display: block;
  color: #102540;
  font-size: 0.76rem;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.licence-compact-info a[data-v-04cef39c] {
  text-decoration: underline;
  text-decoration-color: rgba(16, 37, 64, 0.32);
  text-underline-offset: 2px;
}
.licence-detail-actions[data-v-04cef39c] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.8rem;
}
.licence-detail-action[data-v-04cef39c] {
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  padding: 0.5rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}
.licence-detail-action[data-v-04cef39c]:hover {
  transform: translateY(-1px);
}
.licence-detail-action--contract[data-v-04cef39c] {
  border: 1px solid #86efac;
  background: rgba(240, 253, 244, 0.9);
  color: #047857;
}
.licence-detail-action--soft[data-v-04cef39c] {
  border: 1px solid rgba(16, 37, 64, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: #102540;
}
.licence-operations-button[data-v-04cef39c] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #102540;
  background: #102540;
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(16, 37, 64, 0.16);
}
.licence-operations-button[data-v-04cef39c]:hover {
  background: #172f4f;
  transform: translateY(-1px);
}
.licence-operations-button span[data-v-04cef39c] {
  display: inline-flex;
  min-width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
}
.licence-empty-state[data-v-04cef39c] {
  background:
    radial-gradient(circle at 50% 0%, rgba(16, 37, 64, 0.08), transparent 30%),
    rgba(255, 255, 255, 0.82);
}
.licences-modal-backdrop[data-v-04cef39c] {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(7, 24, 44, 0.52);
  padding: 1rem;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
.licences-modal[data-v-04cef39c] {
  width: min(46rem, 100%);
  max-height: min(88vh, 44rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 10% 0%, rgba(168, 94, 14, 0.13), transparent 32%),
    #ffffff;
  box-shadow: 0 30px 90px rgba(7, 24, 44, 0.28);
}
.licences-modal-head[data-v-04cef39c] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(15, 33, 55, 0.08);
  padding: 1rem 1.1rem;
}
.licences-modal-head h3[data-v-04cef39c] {
  color: #102540;
  font-size: 1.25rem;
  font-weight: 850;
}
.licences-modal-close[data-v-04cef39c] {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 33, 55, 0.1);
  border-radius: 999px;
  color: #64748b;
}
.licences-modal-close[data-v-04cef39c]:hover {
  background: #f8fafc;
  color: #102540;
}
.licences-modal-body[data-v-04cef39c] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  max-height: calc(88vh - 9.5rem);
  overflow-y: auto;
  padding: 1rem 1.1rem;
}
.licences-field[data-v-04cef39c] {
  display: grid;
  gap: 0.35rem;
}
.licences-field-wide[data-v-04cef39c] {
  grid-column: 1 / -1;
}
.licences-field > span[data-v-04cef39c] {
  color: #60708a;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.licences-pill-grid[data-v-04cef39c] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.licences-pill-option[data-v-04cef39c] {
  border: 1px solid rgba(15, 33, 55, 0.11);
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.9);
  padding: 0.45rem 0.68rem;
  color: #475569;
  font-size: 0.76rem;
  font-weight: 800;
}
.licences-pill-option.active[data-v-04cef39c] {
  border-color: rgba(16, 37, 64, 0.28);
  background: #102540;
  color: #ffffff;
}
.licences-modal-actions[data-v-04cef39c] {
  display: flex;
  justify-content: flex-end;
  gap: 0.65rem;
  border-top: 1px solid rgba(15, 33, 55, 0.08);
  padding: 0.9rem 1.1rem;
}
.licences-action[data-v-04cef39c] {
  padding: 0.6rem 0.9rem;
}
.licences-action-soft[data-v-04cef39c] {
  border: 1px solid rgba(15, 33, 55, 0.12);
  background: rgba(255, 255, 255, 0.86);
  color: #102540;
}
.licences-action-dark[data-v-04cef39c] {
  background: #102540;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(16, 37, 64, 0.18);
}
@keyframes licences-enter-04cef39c {
from {
    opacity: 0;
    transform: translateY(8px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@media (max-width: 768px) {
.licences-dashboard-strip[data-v-04cef39c] {
    display: grid;
    grid-template-columns: 1fr;
    gap: .55rem;
    margin: 0 0 .75rem;
    overflow: visible;
    padding: 0;
}
.licences-dashboard-group[data-v-04cef39c] {
    width: 100%;
    min-width: 0;
}
.licences-dashboard-metrics[data-v-04cef39c] {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: .24rem;
}
.licences-dashboard-metric[data-v-04cef39c] {
    flex: 1 1 0;
    justify-content: center;
    padding-left: .34rem;
    padding-right: .34rem;
}
.licences-dashboard-metric span[data-v-04cef39c] {
    flex: 0 0 auto;
    max-width: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.licences-dashboard-metric strong[data-v-04cef39c] {
    min-width: 0;
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.licences-dashboard-total[data-v-04cef39c] {
    max-width: none;
}
.licences-dashboard-total--head[data-v-04cef39c] {
    max-width: 5.5rem;
}
.tone-revenue .licences-dashboard-metric[data-v-04cef39c] {
    gap: .3rem;
}
.tone-revenue .licences-dashboard-metric span[data-v-04cef39c] {
    max-width: none;
}
.tone-revenue .licences-dashboard-total--head strong[data-v-04cef39c] {
    max-width: 4.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.licences-modal-body[data-v-04cef39c] {
    grid-template-columns: 1fr;
}
.licence-compact-info[data-v-04cef39c] {
    grid-template-columns: 1fr;
}
.licence-compact-info span[data-v-04cef39c]:nth-child(2) {
    grid-column: auto;
}
.licence-detail-head[data-v-04cef39c] {
    grid-template-columns: 1fr;
}
.licence-detail-badges[data-v-04cef39c] {
    max-width: none;
    justify-content: flex-start;
}
.licence-detail-actions[data-v-04cef39c] {
    display: grid;
    grid-template-columns: 1fr;
}
}
@media (max-width: 1023px) {
.licences-mobile-list-toggle[data-v-04cef39c] {
    display: flex;
}
.licences-sidebar.collapsed[data-v-04cef39c] {
    display: none;
}
.licences-sidebar[data-v-04cef39c]:not(.collapsed) {
    display: block;
}
}


.contracts-container[data-v-2aebefe0] {
  display: grid;
  gap: 1rem;
}
.contracts-layout[data-v-2aebefe0] {
  display: grid;
  grid-template-columns: minmax(18rem, 24rem) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  margin-top: .65rem;
}
.contracts-list-toggle[data-v-2aebefe0] {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  min-width: 13rem;
  margin-top: .75rem;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: .9rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .05);
  color: #071426;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 950;
  padding: .7rem .9rem;
}
.contracts-list-toggle--mobile[data-v-2aebefe0] {
  display: none;
}
.contracts-list-toggle strong[data-v-2aebefe0] {
  display: inline-flex;
  min-width: 2.15rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eef2f7;
  color: #17263a;
  font-size: .72rem;
  padding: .22rem .5rem;
}
.contracts-dashboard-strip[data-v-2aebefe0] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
  margin-top: .45rem;
}
.contracts-dashboard-group[data-v-2aebefe0] {
  min-width: 0;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .05);
  padding: .7rem .75rem;
}
.contracts-dashboard-group-head[data-v-2aebefe0] {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .5rem;
}
.contracts-dashboard-icon[data-v-2aebefe0] {
  display: inline-flex;
  width: 1.7rem;
  height: 1.7rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: .72rem;
  background: #eff6ff;
  color: #0b4f7a;
  font-size: .78rem;
}
.tone-templates .contracts-dashboard-icon[data-v-2aebefe0] {
  background: #f0fdf4;
  color: #047857;
}
.tone-revenue .contracts-dashboard-icon[data-v-2aebefe0] {
  background: #fff7ed;
  color: #c2410c;
}
.tone-revenue-kind .contracts-dashboard-icon[data-v-2aebefe0] {
  background: #fefce8;
  color: #a16207;
}
.contracts-dashboard-group small[data-v-2aebefe0] {
  display: block;
  color: #9a4c0a;
  font-size: .58rem;
  font-weight: 950;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}
.contracts-dashboard-group strong[data-v-2aebefe0] {
  display: block;
  margin-top: .12rem;
  color: #0f172a;
  font-size: .84rem;
  font-weight: 950;
  line-height: 1.05;
}
.contracts-dashboard-total[data-v-2aebefe0] {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  margin-left: auto;
  border: 1px dashed #fdba74;
  border-radius: .5rem;
  background: #fff7ed;
  color: #9a3412;
  padding: .28rem .38rem;
  font-size: .58rem;
  font-weight: 950;
  line-height: 1;
}
.contracts-dashboard-total strong[data-v-2aebefe0] {
  max-width: 6rem;
  overflow: hidden;
  margin: 0;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contracts-dashboard-metrics[data-v-2aebefe0] {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-top: .6rem;
}
.contracts-dashboard-metric[data-v-2aebefe0] {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: .32rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: .32rem .52rem;
  cursor: pointer;
  font-size: .62rem;
  font-weight: 950;
  line-height: 1;
  transition: transform .16s ease, box-shadow .16s ease;
}
.contracts-dashboard-metric[data-v-2aebefe0]:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(23, 38, 58, .08);
}
.contracts-dashboard-metric span[data-v-2aebefe0] {
  text-transform: uppercase;
}
.contracts-dashboard-metric strong[data-v-2aebefe0] {
  margin: 0;
  font-size: .76rem;
  line-height: 1;
}
.metric-blue[data-v-2aebefe0] {
  border-color: #bfdbfe;
  background: #dbeafe;
  color: #0b4f7a;
}
.metric-green[data-v-2aebefe0] {
  border-color: #bbf7d0;
  background: #dcfce7;
  color: #047857;
}
.metric-red[data-v-2aebefe0] {
  border-color: #fecaca;
  background: #fee2e2;
  color: #b91c1c;
}
.metric-warm[data-v-2aebefe0] {
  border-color: #fed7aa;
  background: #ffedd5;
  color: #c2410c;
}
.metric-purple[data-v-2aebefe0] {
  border-color: #ddd6fe;
  background: #ede9fe;
  color: #6d28d9;
}
.contracts-left-panel[data-v-2aebefe0],
.contracts-main-panel[data-v-2aebefe0] {
  min-width: 0;
}
.contracts-left-panel[data-v-2aebefe0] {
  display: grid;
  gap: 1rem;
}
.contracts-main-panel[data-v-2aebefe0] {
  display: grid;
  gap: 1rem;
}
.contracts-panel[data-v-2aebefe0] {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(23, 38, 58, .07);
}
.contracts-panel-head[data-v-2aebefe0],
.contracts-detail-head[data-v-2aebefe0],
.contracts-card-head[data-v-2aebefe0] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .8rem;
  padding: .8rem 1rem;
}
.contracts-kicker[data-v-2aebefe0] {
  color: #9a6a15;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.contracts-panel-title[data-v-2aebefe0],
.contracts-detail-head h2[data-v-2aebefe0],
.contracts-card-head h3[data-v-2aebefe0],
.contracts-placeholder h2[data-v-2aebefe0] {
  margin: .1rem 0 0;
  color: #071426;
  font-weight: 950;
  line-height: 1.05;
}
.contracts-panel-title[data-v-2aebefe0] {
  font-size: 1.05rem;
}
.contracts-detail-head h2[data-v-2aebefe0],
.contracts-placeholder h2[data-v-2aebefe0] {
  font-size: 1.45rem;
}
.contracts-card-head h3[data-v-2aebefe0] {
  font-size: 1.1rem;
}
.contracts-panel-sub[data-v-2aebefe0],
.contracts-detail-head p[data-v-2aebefe0],
.contracts-card-head p[data-v-2aebefe0],
.contracts-placeholder p[data-v-2aebefe0] {
  margin: .25rem 0 0;
  color: #5d6f89;
  font-size: .82rem;
  font-weight: 750;
}
.contracts-search[data-v-2aebefe0] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .5rem;
  padding: 0 1rem .85rem;
}
.contracts-search-input-wrap[data-v-2aebefe0] {
  position: relative;
  min-width: 0;
}
.contracts-search input[data-v-2aebefe0],
.contracts-field input[data-v-2aebefe0],
.contracts-field select[data-v-2aebefe0] {
  width: 100%;
  min-height: 2.5rem;
  border: 1px solid #cfd8e6;
  border-radius: .72rem;
  background: #fff;
  color: #17263a;
  font-size: .86rem;
  font-weight: 750;
  padding: .55rem .72rem;
  outline: none;
}
.contracts-search input[data-v-2aebefe0] {
  padding-right: 2rem;
}
.contracts-search input[data-v-2aebefe0]:focus,
.contracts-field input[data-v-2aebefe0]:focus,
.contracts-field select[data-v-2aebefe0]:focus {
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(147, 197, 253, .22);
}
.contracts-search-clear[data-v-2aebefe0] {
  position: absolute;
  top: 50%;
  right: .55rem;
  border: 0;
  background: transparent;
  color: #94a3b8;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 950;
  transform: translateY(-50%);
}
.contracts-search-button[data-v-2aebefe0] {
  width: 2.5rem;
  border: 1px solid #cfd8e6;
  border-radius: .72rem;
  background: #f8fafc;
  color: #071426;
  cursor: pointer;
  font-size: .95rem;
}
.contracts-filter-button[data-v-2aebefe0],
.contracts-danger-inline[data-v-2aebefe0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  width: calc(100% - 2rem);
  margin: 0 1rem .85rem;
  border: 1px solid #f2d785;
  border-radius: .72rem;
  background: #fff7df;
  color: #7c530f;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  padding: .62rem .8rem;
  text-transform: uppercase;
}
.contracts-filter-actions[data-v-2aebefe0] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .5rem;
  margin: 0 1rem .85rem;
}
.contracts-filter-actions .contracts-filter-button[data-v-2aebefe0] {
  width: 100%;
  margin: 0;
}
.contracts-filter-reset-button[data-v-2aebefe0] {
  display: inline-flex;
  width: 2.35rem;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #f9a8d4;
  border-radius: .72rem;
  background: #fff1f2;
  color: #9f1239;
  cursor: pointer;
  font-size: .8rem;
}
.contracts-filter-button small[data-v-2aebefe0] {
  color: #9f1239;
  font-size: .68rem;
}
.contracts-error[data-v-2aebefe0] {
  border-top: 1px solid #fecdd3;
  border-bottom: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c;
  font-size: .8rem;
  font-weight: 800;
  padding: .7rem 1rem;
}
.contracts-list-head[data-v-2aebefe0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .65rem;
  border-bottom: 1px solid #edf2f7;
  background: #fbfcfe;
  padding: .65rem 1rem;
}
.contracts-list-head-actions[data-v-2aebefe0] {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: .45rem;
}
.contracts-results-toggle[data-v-2aebefe0] {
  border: 0;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .06em;
  padding: .35rem .2rem;
  text-transform: uppercase;
}
.contracts-results-toggle[data-v-2aebefe0]:hover {
  color: #071426;
}
.contracts-select-all[data-v-2aebefe0],
.contracts-row-check[data-v-2aebefe0] {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-width: 0;
  color: #64748b;
  font-size: .72rem;
  font-weight: 850;
}
.contracts-row-check[data-v-2aebefe0] {
  flex: 1 1 auto;
}
.contracts-row-check strong[data-v-2aebefe0] {
  min-width: 0;
  overflow: hidden;
  color: #071426;
  font-size: .9rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contracts-select-all input[data-v-2aebefe0],
.contracts-row-check input[data-v-2aebefe0] {
  accent-color: #a00046;
}
.contracts-danger-inline[data-v-2aebefe0] {
  justify-content: center;
  width: auto;
  margin: 0;
  border-color: #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.contracts-danger-inline[data-v-2aebefe0]:disabled,
.contracts-action[data-v-2aebefe0]:disabled {
  cursor: not-allowed;
  opacity: .55;
}
.contracts-lines-list[data-v-2aebefe0] {
  max-height: 68vh;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.contracts-line-item[data-v-2aebefe0] {
  display: grid;
  gap: .38rem;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #edf2f7;
  background: #fff;
  cursor: pointer;
  padding: .78rem 1rem;
  text-align: left;
  transition: background .16s ease, box-shadow .16s ease;
}
.contracts-line-item[data-v-2aebefe0]:hover,
.contracts-line-item--active[data-v-2aebefe0] {
  background: #fff8f0;
  box-shadow: inset 3px 0 0 #a00046;
}
.contracts-line-top[data-v-2aebefe0],
.contracts-line-meta[data-v-2aebefe0],
.contracts-line-tags[data-v-2aebefe0],
.contracts-detail-actions[data-v-2aebefe0],
.contracts-card-actions[data-v-2aebefe0] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .45rem;
}
.contracts-line-top[data-v-2aebefe0] {
  justify-content: space-between;
}
.contracts-line-top-right[data-v-2aebefe0] {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: .55rem;
  margin-left: auto;
}
.contracts-line-item strong[data-v-2aebefe0] {
  min-width: 0;
  overflow: hidden;
  color: #071426;
  font-size: .9rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contracts-line-item p[data-v-2aebefe0] {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  color: #5d6f89;
  font-size: .78rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contracts-line-meta[data-v-2aebefe0] {
  color: #64748b;
  font-size: .72rem;
  font-weight: 800;
}
.contracts-status-dot[data-v-2aebefe0] {
  display: inline-flex;
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
}
.contracts-status-dot.on[data-v-2aebefe0] {
  background: #22c55e;
  box-shadow: 0 0 0 4px #dcfce7;
}
.contracts-status-dot.off[data-v-2aebefe0] {
  background: #ef4444;
  box-shadow: 0 0 0 4px #fee2e2;
}
.contracts-status-dot.closed[data-v-2aebefe0] {
  background: #f97316;
  box-shadow: 0 0 0 4px #ffedd5;
}
.contracts-warning-dot[data-v-2aebefe0] {
  display: inline-flex;
  width: .62rem;
  height: .62rem;
  border-radius: 999px;
  background: #f59e0b;
  box-shadow: 0 0 0 4px #fef3c7;
}
.contracts-money[data-v-2aebefe0] {
  color: #9f1239;
  font-size: .82rem;
  font-weight: 950;
}
.contracts-tag[data-v-2aebefe0] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border-width: 1px;
  border-style: solid;
  font-size: .66rem;
  font-weight: 950;
  padding: .22rem .55rem;
  text-transform: uppercase;
}
.contracts-line-tags .contracts-tag[data-v-2aebefe0]:not(.contracts-tag--icon-only) {
  font-size: .56rem;
  padding: .16rem .42rem;
  letter-spacing: .02em;
}
.contracts-tag i[data-v-2aebefe0] {
  margin-right: .28rem;
  font-size: .66rem;
}
.contracts-tag--icon-only[data-v-2aebefe0] {
  width: 1.45rem;
  height: 1.45rem;
  padding: 0;
}
.contracts-tag--icon-only i[data-v-2aebefe0] {
  margin-right: 0;
}
.contracts-tag-warning[data-v-2aebefe0] {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}
.contracts-list-footer[data-v-2aebefe0],
.contracts-empty[data-v-2aebefe0] {
  color: #64748b;
  font-size: .8rem;
  font-weight: 800;
  padding: 1rem;
  text-align: center;
}
.contracts-detail-card[data-v-2aebefe0],
.contracts-edit-card[data-v-2aebefe0] {
  padding-bottom: 1rem;
}
.contracts-invoice-card[data-v-2aebefe0] {
  padding-bottom: 0;
}
.contracts-detail-actions[data-v-2aebefe0],
.contracts-card-actions[data-v-2aebefe0] {
  justify-content: flex-end;
}
.contracts-invoice-group-head[data-v-2aebefe0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border-bottom: 1px solid #edf2f7;
  background: linear-gradient(135deg, #fff, #fff8ed);
  padding: .85rem 1rem;
}
.contracts-invoice-group-head span[data-v-2aebefe0] {
  color: #9a4c0a;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.contracts-invoice-group-head small[data-v-2aebefe0] {
  min-width: 0;
  overflow: hidden;
  color: #64748b;
  font-size: .74rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contracts-invoice-row[data-v-2aebefe0] {
  padding: 1rem;
}
.contracts-invoice-layout[data-v-2aebefe0] {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, .85fr) auto;
  align-items: center;
  gap: .8rem;
  border: 1px solid #dbeafe;
  border-radius: 1rem;
  background: linear-gradient(135deg, #fff, #f8fbff);
  padding: .85rem;
}
.contracts-invoice-main[data-v-2aebefe0] {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .7rem;
}
.contracts-invoice-check[data-v-2aebefe0] {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  accent-color: #a00046;
}
.contracts-invoice-title[data-v-2aebefe0] {
  display: grid;
  min-width: 0;
  gap: .22rem;
}
.contracts-invoice-title span[data-v-2aebefe0] {
  min-width: 0;
  overflow: hidden;
  color: #071426;
  font-size: 1rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contracts-invoice-title small[data-v-2aebefe0] {
  min-width: 0;
  overflow: hidden;
  color: #5d6f89;
  font-size: .72rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contracts-invoice-values[data-v-2aebefe0] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .45rem;
}
.contracts-invoice-value[data-v-2aebefe0] {
  display: grid;
  min-width: 5.2rem;
  gap: .12rem;
  border: 1px solid #e2e8f0;
  border-radius: .78rem;
  background: #fff;
  padding: .42rem .58rem;
}
.contracts-invoice-value em[data-v-2aebefe0] {
  color: #64748b;
  font-size: .58rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.contracts-invoice-value strong[data-v-2aebefe0] {
  color: #071426;
  font-size: .88rem;
  font-weight: 950;
}
.contracts-invoice-value--qty[data-v-2aebefe0] {
  min-width: 3.5rem;
}
.contracts-invoice-value--amount[data-v-2aebefe0] {
  border-color: #bbf7d0;
  background: #ecfdf5;
}
.contracts-invoice-value--total[data-v-2aebefe0] {
  border-color: #bfdbfe;
  background: #eff6ff;
}
.contracts-invoice-actions[data-v-2aebefe0] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .42rem;
}
.contracts-invoice-action[data-v-2aebefe0] {
  display: inline-flex;
  width: 2.15rem;
  height: 2.15rem;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: .72rem;
  cursor: pointer;
  font-size: .82rem;
}
.contracts-invoice-action--soft[data-v-2aebefe0] {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #9a3412;
}
.contracts-invoice-action--dark[data-v-2aebefe0] {
  border-color: #17263a;
  background: #17263a;
  color: #fff;
}
.contracts-invoice-meta[data-v-2aebefe0] {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  padding: .65rem .2rem 0;
}
.contracts-invoice-meta span[data-v-2aebefe0],
.contracts-invoice-bulk[data-v-2aebefe0] {
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #fff;
  color: #64748b;
  font-size: .72rem;
  font-weight: 850;
  padding: .28rem .58rem;
}
.contracts-invoice-bulk[data-v-2aebefe0] {
  color: #9f1239;
  cursor: pointer;
  font-weight: 950;
}
.contracts-description-card[data-v-2aebefe0] {
  margin: 0 1rem 1rem;
  border: 1px solid #dbeafe;
  border-radius: .95rem;
  background: linear-gradient(135deg, #eff6ff, #fff);
  padding: .9rem;
}
.contracts-description-card span[data-v-2aebefe0],
.contracts-info-card span[data-v-2aebefe0],
.contracts-field span[data-v-2aebefe0] {
  display: block;
  color: #5d6f89;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.contracts-description-card p[data-v-2aebefe0] {
  margin: .3rem 0 0;
  color: #17263a;
  font-size: .95rem;
  font-weight: 850;
  line-height: 1.35;
}
.contracts-info-grid[data-v-2aebefe0] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
  padding: 0 1rem 1rem;
}
.contracts-info-card[data-v-2aebefe0] {
  min-width: 0;
  border: 1px solid #dbe3ef;
  border-radius: .9rem;
  background: linear-gradient(135deg, #fff, #f8fafc);
  padding: .85rem;
}
.contracts-info-card strong[data-v-2aebefe0] {
  display: block;
  min-width: 0;
  overflow: hidden;
  margin-top: .3rem;
  color: #071426;
  font-size: .95rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contracts-form-grid[data-v-2aebefe0],
.contracts-modal-body[data-v-2aebefe0] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  padding: 0 1rem;
}
.contracts-field[data-v-2aebefe0] {
  display: grid;
  gap: .35rem;
  min-width: 0;
}
.contracts-check-field[data-v-2aebefe0] {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: #475569;
  font-size: .78rem;
  font-weight: 850;
}
.contracts-check-field input[data-v-2aebefe0] {
  accent-color: #a00046;
}
.contracts-field--wide[data-v-2aebefe0],
.contracts-field--full[data-v-2aebefe0] {
  grid-column: span 2;
}
.contracts-action[data-v-2aebefe0] {
  display: inline-flex;
  min-height: 2.15rem;
  align-items: center;
  justify-content: center;
  border-radius: .72rem;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .07em;
  padding: .55rem .8rem;
  text-transform: uppercase;
}
.contracts-action-normal-case[data-v-2aebefe0] {
  text-transform: none;
}
.contracts-action-soft[data-v-2aebefe0] {
  border: 1px solid #f2d785;
  background: #fff7df;
  color: #7c530f;
}
.contracts-action-dark[data-v-2aebefe0] {
  border: 1px solid #17263a;
  background: #17263a;
  color: #fff;
}
.contracts-action-danger[data-v-2aebefe0] {
  border: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.contracts-placeholder[data-v-2aebefe0] {
  padding: 2rem;
  text-align: center;
}
.contracts-modal-backdrop[data-v-2aebefe0] {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  background: rgba(15, 23, 42, .58);
  padding: 1rem;
}
.contracts-modal[data-v-2aebefe0] {
  width: min(64rem, 100%);
  overflow: hidden;
  border: 1px solid rgba(23, 38, 58, .14);
  border-radius: 1.1rem;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
}
.contracts-modal-head[data-v-2aebefe0] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #edf2f7;
  padding: 1rem;
}
.contracts-modal-head h3[data-v-2aebefe0] {
  margin: .1rem 0 0;
  color: #071426;
  font-size: 1.1rem;
  font-weight: 950;
}
.contracts-modal-close[data-v-2aebefe0] {
  display: inline-flex;
  width: 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  background: #fff;
  color: #64748b;
  cursor: pointer;
}
.contracts-modal-body[data-v-2aebefe0] {
  padding: 1rem;
}
.contracts-modal-actions[data-v-2aebefe0] {
  display: flex;
  justify-content: flex-end;
  gap: .65rem;
  border-top: 1px solid #edf2f7;
  padding: 1rem;
}
@media (max-width: 900px) {
.contracts-dashboard-strip[data-v-2aebefe0] {
    grid-template-columns: 1fr;
}
.contracts-layout[data-v-2aebefe0] {
    grid-template-columns: 1fr;
}
.contracts-list-toggle--mobile[data-v-2aebefe0] {
    display: flex;
    width: 100%;
}
.contracts-lines-list[data-v-2aebefe0] {
    max-height: min(58vh, 32rem);
}
.contracts-invoice-layout[data-v-2aebefe0] {
    grid-template-columns: 1fr;
}
.contracts-invoice-values[data-v-2aebefe0],
  .contracts-invoice-actions[data-v-2aebefe0] {
    justify-content: flex-start;
}
.contracts-info-grid[data-v-2aebefe0] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contracts-detail-head[data-v-2aebefe0],
  .contracts-card-head[data-v-2aebefe0] {
    flex-direction: column;
}
.contracts-detail-actions[data-v-2aebefe0],
  .contracts-card-actions[data-v-2aebefe0] {
    justify-content: flex-start;
}
}
@media (max-width: 640px) {
.contracts-info-grid[data-v-2aebefe0],
  .contracts-form-grid[data-v-2aebefe0],
  .contracts-modal-body[data-v-2aebefe0] {
    grid-template-columns: 1fr;
}
.contracts-field--wide[data-v-2aebefe0],
  .contracts-field--full[data-v-2aebefe0] {
    grid-column: span 1;
}
.contracts-modal-backdrop[data-v-2aebefe0] {
    padding: .5rem;
}
}


.pilotage-container[data-v-458805c6] {
  display: grid;
  gap: 1.05rem;
  max-width: 100%;
  overflow-x: hidden;
}
.pilotage-kpi-grid[data-v-458805c6] {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  justify-content: flex-start;
  margin-top: .2rem;
}
.pilotage-kpi-grid[data-v-458805c6] .admin-kpi-card {
  flex: 0 1 10.6rem;
}
.pilotage-layout[data-v-458805c6] {
  display: grid;
  grid-template-columns: minmax(16rem, 21rem) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  margin-top: .25rem;
}
.pilotage-left-panel[data-v-458805c6],
.pilotage-main-panel[data-v-458805c6] {
  min-width: 0;
  max-width: 100%;
  display: grid;
  gap: 1rem;
}
.pilotage-left-panel[data-v-458805c6] > *,
.pilotage-main-panel[data-v-458805c6] > * {
  min-width: 0;
  max-width: 100%;
}
.pilotage-main-panel[data-v-458805c6] {
  overflow: hidden;
}
.pilotage-main-panel[data-v-458805c6] * {
  min-width: 0;
}
.pilotage-main-panel[data-v-458805c6] h2,
.pilotage-main-panel[data-v-458805c6] p,
.pilotage-main-panel[data-v-458805c6] .text-sm,
.pilotage-main-panel[data-v-458805c6] .text-xs {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.pilotage-main-panel[data-v-458805c6] .grid {
  min-width: 0;
}
.pilotage-filter-card[data-v-458805c6] {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(23, 38, 58, .07);
  padding: .9rem 1rem;
}
.pilotage-panel-kicker[data-v-458805c6] {
  color: #9a6a15;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.pilotage-search-row[data-v-458805c6] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.5rem;
  gap: .5rem;
  margin-top: .65rem;
}
.pilotage-search-input-wrap[data-v-458805c6] {
  position: relative;
  min-width: 0;
}
.pilotage-search-input-wrap input[data-v-458805c6],
.pilotage-field input[data-v-458805c6],
.pilotage-field select[data-v-458805c6] {
  width: 100%;
  min-height: 2.5rem;
  border: 1px solid #cfd8e6;
  border-radius: .72rem;
  background: #fff;
  color: #17263a;
  font-size: .86rem;
  font-weight: 750;
  outline: none;
  padding: .55rem .72rem;
}
.pilotage-search-input-wrap input[data-v-458805c6] {
  padding-right: 2rem;
}
.pilotage-search-input-wrap button[data-v-458805c6] {
  position: absolute;
  top: 50%;
  right: .55rem;
  border: 0;
  background: transparent;
  color: #94a3b8;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 950;
  transform: translateY(-50%);
}
.pilotage-search-button[data-v-458805c6] {
  width: 2.5rem;
  border: 1px solid #cfd8e6;
  border-radius: .72rem;
  background: #f8fafc;
  color: #071426;
  cursor: pointer;
}
.pilotage-last-search[data-v-458805c6] {
  margin-top: .5rem;
  color: #5d6f89;
  font-size: .75rem;
  font-weight: 800;
}
.pilotage-last-search strong[data-v-458805c6] {
  color: #071426;
}
.pilotage-filter-button[data-v-458805c6] {
  display: flex;
  width: 100%;
  min-height: 2.2rem;
  align-items: center;
  justify-content: center;
  margin-top: .75rem;
  border: 1px solid #f2d785;
  border-radius: .72rem;
  background: #fff7df;
  color: #7c530f;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pilotage-filter-actions[data-v-458805c6] {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: .75rem;
}
.pilotage-filter-actions .pilotage-filter-button[data-v-458805c6] {
  margin-top: 0;
}
.pilotage-filter-reset-button[data-v-458805c6] {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(155, 6, 67, .22);
  border-radius: .72rem;
  background: rgba(255, 255, 255, .92);
  color: #9b0643;
  cursor: pointer;
  font-size: .72rem;
  transition: background .16s ease, box-shadow .16s ease, transform .16s ease;
}
.pilotage-filter-reset-button[data-v-458805c6]:hover {
  transform: translateY(-1px);
  background: #fff1f2;
  box-shadow: 0 10px 22px rgba(155, 6, 67, .10);
}
.pilotage-mobile-toggle[data-v-458805c6] {
  display: none;
  width: 100%;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2d785;
  border-radius: .85rem;
  background: #fff7df;
  color: #7c530f;
  cursor: pointer;
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pilotage-empty-action[data-v-458805c6] {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  border: 1px solid #17263a;
  border-radius: .75rem;
  background: #17263a;
  color: #fff;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 850;
  padding: .65rem 1rem;
}
.pilotage-template-badges[data-v-458805c6] {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem;
  margin-top: .22rem;
}
.pilotage-list-mainline[data-v-458805c6] {
  align-items: center;
  display: flex;
  gap: .45rem;
  min-width: 0;
}
.pilotage-list-mainline > span[data-v-458805c6] {
  min-width: 0;
}
.pilotage-template-badges--row[data-v-458805c6] {
  margin-left: 1.45rem;
  margin-top: .26rem;
}
.pilotage-template-badge[data-v-458805c6] {
  display: inline-flex;
  min-width: 1.35rem;
  height: 1.35rem;
  align-items: center;
  justify-content: center;
  gap: .18rem;
  border: 1px solid #e5e7eb;
  border-radius: .48rem;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .06em;
  line-height: 1.1;
  padding: 0 .32rem;
  text-transform: uppercase;
}
.pilotage-template-badge i[data-v-458805c6] {
  font-size: .62rem;
}
.pilotage-template-badge small[data-v-458805c6] {
  font-size: .55rem;
  font-weight: 950;
  line-height: 1;
}
.pilotage-template-badge.tag-caisse[data-v-458805c6] {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #047857;
}
.pilotage-template-badge.tag-monetique[data-v-458805c6] {
  border-color: #bae6fd;
  background: #eff6ff;
  color: #0369a1;
}
.pilotage-template-badge.tag-site[data-v-458805c6] {
  border-color: rgba(140, 16, 64, .22);
  background: rgba(140, 16, 64, .06);
  color: #8c1040;
}
.pilotage-template-badge.tag-neutral[data-v-458805c6] {
  border-color: #e5e7eb;
  background: #f8fafc;
  color: #475569;
}
.pilotage-list-warning-badge[data-v-458805c6] {
  display: inline-flex;
  min-width: 1.35rem;
  height: 1.35rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #fed7aa;
  border-radius: .48rem;
  background: #ffedd5;
  color: #c2410c;
  font-size: .62rem;
  line-height: 1;
}
.pilotage-list-rejects-count[data-v-458805c6] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .22rem;
  margin-bottom: .22rem;
  border: 1px dashed rgba(159, 18, 57, .34);
  border-radius: 999px;
  background: #fff1f2;
  color: #9f1239;
  font-size: .64rem;
  font-weight: 950;
  line-height: 1;
  padding: .22rem .42rem;
  white-space: nowrap;
}
.pilotage-list-rejects-count i[data-v-458805c6] {
  font-size: .58rem;
}
.pilotage-list-treatment-tags[data-v-458805c6] {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .22rem;
  margin-top: .28rem;
}
.pilotage-list-treatment-tag[data-v-458805c6] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .24rem;
  border: 1px dashed rgba(100, 116, 139, .34);
  border-radius: 999px;
  background: #f8fafc;
  color: #334155;
  font-size: .58rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: .03em;
  padding: .22rem .4rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.pilotage-list-treatment-tag i[data-v-458805c6] {
  font-size: .58rem;
}
.pilotage-list-treatment-tag strong[data-v-458805c6] {
  font-size: .66rem;
}
.pilotage-list-action-count--discount[data-v-458805c6] {
  border-color: rgba(194, 65, 12, .34);
  background: #fff7ed;
  color: #c2410c;
}
.pilotage-list-action-count--cancel[data-v-458805c6] {
  border-color: rgba(190, 18, 60, .34);
  background: #fff1f2;
  color: #be123c;
}
.pilotage-list-action-count--block[data-v-458805c6] {
  border-color: rgba(51, 65, 85, .32);
  background: #f8fafc;
  color: #334155;
}
.pilotage-list-side[data-v-458805c6] {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: .24rem;
  min-width: 5.8rem;
  text-align: right;
}
.pilotage-list-instance[data-v-458805c6] {
  color: #64748b;
  font-size: .7rem;
  font-weight: 850;
  line-height: 1.1;
  max-width: 7.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pilotage-selected-card[data-v-458805c6] {
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 28px rgba(23, 38, 58, .06);
  padding: .9rem 1rem;
}
.pilotage-selected-head[data-v-458805c6] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.pilotage-selected-kicker[data-v-458805c6] {
  color: #8c1040;
  font-size: .64rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.pilotage-selected-head h2[data-v-458805c6] {
  overflow: hidden;
  margin: .12rem 0 0;
  color: #071426;
  font-size: 1.28rem;
  font-weight: 950;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pilotage-selected-head p[data-v-458805c6] {
  margin: .2rem 0 0;
  color: #64748b;
  font-size: .78rem;
  font-weight: 700;
}
.pilotage-selected-status[data-v-458805c6] {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: .35rem;
  justify-content: flex-end;
}
.pilotage-selected-shortcut[data-v-458805c6] {
  align-items: center;
  border: 1px solid rgba(140, 16, 64, .22);
  border-radius: 999px;
  background: #fff;
  color: #8c1040;
  cursor: pointer;
  display: inline-flex;
  font-size: .66rem;
  font-weight: 950;
  height: 1.72rem;
  line-height: 1;
  justify-content: center;
  padding: 0;
  transition: background .14s ease, transform .14s ease, box-shadow .14s ease;
  width: 1.72rem;
}
.pilotage-selected-shortcut[data-v-458805c6]:hover {
  background: #fff7ed;
  box-shadow: 0 8px 18px rgba(140, 16, 64, .11);
  transform: translateY(-1px);
}
.pilotage-selected-status span[data-v-458805c6] {
  border-radius: 999px;
  border-width: 1px;
  font-size: .66rem;
  font-weight: 950;
  line-height: 1;
  padding: .36rem .52rem;
  text-transform: uppercase;
}
.pilotage-selected-metrics[data-v-458805c6] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .42rem;
  margin-top: .72rem;
}
.pilotage-selected-metrics div[data-v-458805c6] {
  position: relative;
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: .72rem;
  background: #f8fafc;
  padding: .42rem .56rem;
}
.pilotage-selected-metrics span[data-v-458805c6] {
  display: block;
  color: #64748b;
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
}
.pilotage-selected-metrics strong[data-v-458805c6] {
  display: block;
  overflow: hidden;
  margin-top: .14rem;
  color: #071426;
  font-size: .9rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pilotage-selected-metrics em[data-v-458805c6] {
  display: block;
  overflow: hidden;
  margin-top: .12rem;
  color: currentColor;
  font-size: .62rem;
  font-style: normal;
  font-weight: 850;
  opacity: .76;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pilotage-selected-metrics .metric-blue[data-v-458805c6] {
  border-color: #bfdbfe;
  background: #eff6ff;
}
.pilotage-selected-metrics .metric-blue strong[data-v-458805c6] {
  color: #075985;
}
.pilotage-selected-metrics .metric-green[data-v-458805c6] {
  border-color: #bbf7d0;
  background: #f0fdf4;
}
.pilotage-selected-metrics .metric-green strong[data-v-458805c6] {
  color: #047857;
}
.pilotage-selected-metrics .metric-red[data-v-458805c6] {
  border-color: #fecdd3;
  background: #fff1f2;
}
.pilotage-selected-metrics .metric-red strong[data-v-458805c6] {
  color: #b91c1c;
}
.pilotage-selected-metrics .metric-rose[data-v-458805c6] {
  border-color: #fbcfe8;
  background: #fdf2f8;
}
.pilotage-selected-metrics .metric-rose strong[data-v-458805c6] {
  color: #9d174d;
}
.pilotage-selected-metrics .metric-slate[data-v-458805c6] {
  border-color: #e2e8f0;
  background: #f8fafc;
}
.pilotage-contract-card[data-v-458805c6] {
  position: relative;
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 38, 58, .05);
  padding: .78rem .9rem;
}
.pilotage-contract-delete[data-v-458805c6] {
  position: absolute;
  top: .45rem;
  right: .45rem;
  display: inline-flex;
  width: 1.55rem;
  height: 1.55rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(159, 18, 57, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: #9f1239;
  cursor: pointer;
  font-size: .65rem;
  transition: background .14s ease, transform .14s ease, box-shadow .14s ease;
}
.pilotage-contract-delete[data-v-458805c6]:hover:not(:disabled) {
  transform: translateY(-1px);
  background: #fff1f2;
  box-shadow: 0 8px 18px rgba(159, 18, 57, .14);
}
.pilotage-contract-delete[data-v-458805c6]:disabled {
  cursor: wait;
  opacity: .55;
}
.pilotage-contract-card.tone-red[data-v-458805c6] {
  border-color: rgba(248, 113, 113, .34);
  background: linear-gradient(135deg, rgba(255, 241, 242, .92), #fff 46%);
}
.pilotage-contract-card.tone-green[data-v-458805c6] {
  border-color: rgba(52, 211, 153, .32);
  background: linear-gradient(135deg, rgba(236, 253, 245, .94), #fff 46%);
}
.pilotage-contract-card.tone-neutral[data-v-458805c6] {
  background: linear-gradient(135deg, rgba(248, 250, 252, .96), #fff 44%);
}
.pilotage-contract-head[data-v-458805c6] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .8rem;
}
.pilotage-contract-title-row[data-v-458805c6],
.pilotage-contract-alerts[data-v-458805c6] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem;
  min-width: 0;
}
.pilotage-contract-title[data-v-458805c6] {
  overflow: hidden;
  color: #071426;
  font-size: .98rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pilotage-contract-pill[data-v-458805c6],
.pilotage-contract-alert[data-v-458805c6] {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  border-radius: 999px;
  border-width: 1px;
  font-size: .62rem;
  font-weight: 950;
  line-height: 1;
  padding: .28rem .48rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.pilotage-contract-template-icon[data-v-458805c6] {
  display: inline-flex;
  width: 1.45rem;
  height: 1.45rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: .5rem;
  font-size: .68rem;
  line-height: 1;
}
.pilotage-contract-meta[data-v-458805c6] {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .7rem;
  margin-top: .25rem;
  color: #64748b;
  font-size: .72rem;
  font-weight: 750;
}
.pilotage-contract-alerts[data-v-458805c6] {
  margin-top: .36rem;
}
.pilotage-contract-alert.tone-warm[data-v-458805c6] {
  border: 1px solid #fed7aa;
  background: #ffedd5;
  color: #9a3412;
}
.pilotage-contract-alert.tone-orange[data-v-458805c6] {
  border: 1px solid #fdba74;
  background: #fff7ed;
  color: #c2410c;
}
.pilotage-contract-alert.tone-muted[data-v-458805c6] {
  border: 1px solid #cbd5e1;
  background: #f1f5f9;
  color: #475569;
}
.pilotage-contract-actions[data-v-458805c6] {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: .6rem;
  justify-content: flex-end;
  padding-right: 1.85rem;
}
.pilotage-contract-balance[data-v-458805c6] {
  min-width: 5.8rem;
  text-align: right;
}
.pilotage-contract-balance span[data-v-458805c6] {
  display: block;
  color: #94a3b8;
  font-size: .65rem;
  font-weight: 850;
  text-transform: uppercase;
}
.pilotage-contract-balance strong[data-v-458805c6] {
  display: block;
  margin-top: .16rem;
  color: #334155;
  font-size: .95rem;
  font-weight: 950;
  white-space: nowrap;
}
.pilotage-contract-balance.tone-red strong[data-v-458805c6] {
  color: #b91c1c;
}
.pilotage-contract-balance.tone-green strong[data-v-458805c6] {
  color: #047857;
}
.pilotage-contract-open[data-v-458805c6] {
  border: 0;
  align-items: center;
  border-radius: .68rem;
  background: #8c1040;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: .76rem;
  font-weight: 950;
  height: 2.05rem;
  justify-content: center;
  width: 2.05rem;
}
.pilotage-contract-money-row[data-v-458805c6] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
  margin-top: .62rem;
  border-top: 1px solid #edf2f7;
  padding-top: .58rem;
}
.pilotage-contract-money-row div[data-v-458805c6] {
  position: relative;
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: .78rem;
  background: #f8fafc;
  padding: .42rem .58rem;
}
.pilotage-selected-metrics .pilotage-reject-corner[data-v-458805c6],
.pilotage-contract-money-row .pilotage-reject-corner[data-v-458805c6] {
  position: absolute;
  top: .36rem;
  right: .42rem;
  display: inline-flex;
  width: auto;
  max-width: 58%;
  align-items: center;
  border: 1px solid #fecdd3;
  border-radius: 999px;
  background: #fff1f2;
  color: #9f1239;
  font-size: .54rem;
  font-weight: 950;
  line-height: 1;
  padding: .18rem .34rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.pilotage-contract-money-row span[data-v-458805c6] {
  display: block;
  color: #64748b;
  font-size: .64rem;
  font-weight: 850;
  text-transform: uppercase;
}
.pilotage-contract-money-row strong[data-v-458805c6] {
  display: block;
  overflow: hidden;
  margin-top: .18rem;
  color: #071426;
  font-size: .9rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pilotage-contract-money-row em[data-v-458805c6] {
  display: block;
  overflow: hidden;
  margin-top: .12rem;
  color: currentColor;
  font-size: .6rem;
  font-style: normal;
  font-weight: 900;
  opacity: .72;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pilotage-contract-money-row .money-due[data-v-458805c6] {
  border-color: #bfdbfe;
  background: #eff6ff;
}
.pilotage-contract-money-row .money-due strong[data-v-458805c6] {
  color: #075985;
}
.pilotage-contract-money-row .money-paid[data-v-458805c6] {
  border-color: #bbf7d0;
  background: #f0fdf4;
}
.pilotage-contract-money-row .money-paid strong[data-v-458805c6] {
  color: #047857;
}
.pilotage-contract-money-row .money-month[data-v-458805c6] {
  border-color: #e5e7eb;
  background: #f8fafc;
}
.pilotage-contract-money-row .money-month.is-active[data-v-458805c6] {
  border-color: #fed7aa;
  background: #fff7ed;
}
.pilotage-contract-money-row .money-month.is-active strong[data-v-458805c6] {
  color: #c2410c;
}
.pilotage-action[data-v-458805c6] {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 850;
  line-height: 1;
  padding: 8px 12px;
  white-space: nowrap;
}
.action-count[data-v-458805c6] {
  display: inline-flex;
  min-width: 1.35rem;
  height: 1.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  color: inherit;
  font-size: .65rem;
  font-weight: 950;
  line-height: 1;
  padding: 0 .38rem;
}
[data-v-458805c6] .admin-hero-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
}
[data-v-458805c6] .admin-hero-copy {
  min-width: 0;
}
[data-v-458805c6] .admin-hero {
  align-items: flex-start;
}
.pilotage-dashboard-strip[data-v-458805c6] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
  margin: 1rem 0;
}
.pilotage-dashboard-group[data-v-458805c6] {
  min-width: 0;
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 28px rgba(23, 38, 58, .07);
  padding: .78rem;
}
.pilotage-dashboard-group-head[data-v-458805c6] {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .55rem;
  min-width: 0;
}
.pilotage-dashboard-icon[data-v-458805c6] {
  display: inline-flex;
  width: 1.9rem;
  height: 1.9rem;
  align-items: center;
  justify-content: center;
  border-radius: .7rem;
  background: rgba(255, 247, 223, .9);
  color: #b45309;
  font-size: .78rem;
}
.pilotage-dashboard-group-head small[data-v-458805c6] {
  display: block;
  color: #9a4b00;
  font-size: .58rem;
  font-weight: 950;
  letter-spacing: .18em;
  line-height: 1;
  text-transform: uppercase;
}
.pilotage-dashboard-group-head strong[data-v-458805c6] {
  display: block;
  min-width: 0;
  margin-top: .12rem;
  color: #071426;
  font-size: .92rem;
  font-weight: 950;
  line-height: 1.05;
}
.pilotage-dashboard-total[data-v-458805c6] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .28rem;
  border: 1px dashed rgba(159, 11, 79, .36);
  border-radius: 999px;
  background: #fff7ed;
  color: #9f0b4f;
  padding: .24rem .48rem;
  white-space: nowrap;
}
.pilotage-dashboard-total span[data-v-458805c6] {
  color: inherit;
  font-size: .58rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.pilotage-dashboard-total strong[data-v-458805c6] {
  margin: 0;
  color: inherit;
  font-size: .74rem;
}
.pilotage-dashboard-metrics[data-v-458805c6] {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-top: .62rem;
}
.pilotage-dashboard-metric[data-v-458805c6] {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: .32rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: .64rem;
  font-weight: 950;
  line-height: 1;
  padding: .34rem .52rem;
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}
.pilotage-dashboard-metric[data-v-458805c6]:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(23, 38, 58, .12);
}
.pilotage-dashboard-metric--static[data-v-458805c6] {
  cursor: default;
}
.pilotage-dashboard-metric--static[data-v-458805c6]:hover {
  transform: none;
  box-shadow: none;
}
.pilotage-dashboard-metric span[data-v-458805c6] {
  text-transform: uppercase;
}
.pilotage-dashboard-metric strong[data-v-458805c6] {
  font-size: .78rem;
  white-space: nowrap;
}
.pilotage-dashboard-metric em[data-v-458805c6] {
  color: currentColor;
  font-size: .58rem;
  font-style: normal;
  font-weight: 850;
  opacity: .72;
  white-space: nowrap;
}
.pilotage-dashboard-metric.metric-green[data-v-458805c6] {
  border-color: #bbf7d0;
  background: #dcfce7;
  color: #166534;
}
.pilotage-dashboard-metric.metric-blue[data-v-458805c6] {
  border-color: #bfdbfe;
  background: #dbeafe;
  color: #075985;
}
.pilotage-dashboard-metric.metric-purple[data-v-458805c6] {
  border-color: #ddd6fe;
  background: #ede9fe;
  color: #6d28d9;
}
.pilotage-dashboard-metric.metric-red[data-v-458805c6] {
  border-color: #fecdd3;
  background: #ffe4e6;
  color: #9f1239;
}
.pilotage-dashboard-metric.metric-incident[data-v-458805c6] {
  position: relative;
  min-height: 1.95rem;
  padding-right: 1.55rem;
  border-color: #fecdd3;
  background: linear-gradient(135deg, #fff7ed 0%, #ffe4e6 100%);
  color: #9f1239;
}
.pilotage-dashboard-metric.metric-incident-month[data-v-458805c6] {
  border-color: #fed7aa;
  color: #9a3412;
}
.pilotage-dashboard-metric.metric-incident-total[data-v-458805c6] {
  border-color: #fecdd3;
  color: #9f1239;
}
.pilotage-dashboard-metric.metric-incident em[data-v-458805c6] {
  position: absolute;
  right: .42rem;
  bottom: .24rem;
  display: inline-flex;
  min-width: 1rem;
  height: .78rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(159, 18, 57, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: currentColor;
  font-size: .52rem;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
  opacity: .9;
  padding: 0 .22rem;
}
.pilotage-dashboard-metric.metric-warm[data-v-458805c6],
.pilotage-dashboard-metric.metric-orange[data-v-458805c6] {
  border-color: #fed7aa;
  background: #ffedd5;
  color: #9a3412;
}
.pilotage-dashboard-group.tone-treatment .pilotage-dashboard-icon[data-v-458805c6] {
  background: #ffe4e6;
  color: #be123c;
}
.pilotage-dashboard-group.tone-cash .pilotage-dashboard-icon[data-v-458805c6] {
  background: #dcfce7;
  color: #166534;
}
.pilotage-action-soft[data-v-458805c6] {
  border: 1px solid #f2d785;
  background: #fff7df;
  color: #7c530f;
}
.pilotage-action-dark[data-v-458805c6] {
  border: 1px solid #17263a;
  background: #17263a;
  color: #fff;
}
.pilotage-modal-backdrop[data-v-458805c6] {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  background: rgba(15, 23, 42, .58);
  padding: 1rem;
}
.pilotage-modal[data-v-458805c6] {
  width: min(58rem, 100%);
  overflow: hidden;
  border: 1px solid rgba(23, 38, 58, .14);
  border-radius: 1.1rem;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
}
.pilotage-modal-head[data-v-458805c6] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #edf2f7;
  padding: 1rem;
}
.pilotage-modal-head h3[data-v-458805c6] {
  margin: .1rem 0 0;
  color: #071426;
  font-size: 1.1rem;
  font-weight: 950;
}
.pilotage-modal-close[data-v-458805c6] {
  display: inline-flex;
  width: 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  background: #fff;
  color: #64748b;
  cursor: pointer;
}
.pilotage-modal-body[data-v-458805c6] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  padding: 1rem;
}
.pilotage-field[data-v-458805c6] {
  display: grid;
  gap: .35rem;
  min-width: 0;
}
.pilotage-field--full[data-v-458805c6] {
  grid-column: span 2;
}
.pilotage-field span[data-v-458805c6] {
  color: #5d6f89;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pilotage-pill-grid[data-v-458805c6] {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}
.pilotage-check-pill[data-v-458805c6] {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  background: #fff;
  color: #475569;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 850;
  padding: .45rem .75rem;
}
.pilotage-check-pill.on[data-v-458805c6] {
  border-color: #e58ab6;
  background: #fff0f7;
  color: #a00046;
}
.pilotage-check-pill input[data-v-458805c6] {
  accent-color: #a00046;
}
.pilotage-modal-actions[data-v-458805c6] {
  display: flex;
  justify-content: flex-end;
  gap: .65rem;
  border-top: 1px solid #edf2f7;
  padding: 1rem;
}
[data-v-458805c6] .rounded-2xl.border.border-gray-200.bg-white {
  border-color: rgba(23, 38, 58, .1);
  box-shadow: 0 14px 34px rgba(23, 38, 58, .07);
}
[data-v-458805c6] .bg-maoredev-navy\/5 {
  background: linear-gradient(135deg, rgba(23, 38, 58, .05), rgba(255, 247, 223, .5));
}
@media (max-width: 1024px) {
[data-v-458805c6] .admin-hero {
    align-items: flex-start;
    flex-direction: column;
}
[data-v-458805c6] .admin-hero-actions {
    justify-content: flex-start;
}
.pilotage-layout[data-v-458805c6] {
    grid-template-columns: 1fr;
}
.pilotage-mobile-toggle[data-v-458805c6] {
    display: inline-flex;
}
.pilotage-dashboard-strip[data-v-458805c6] {
    display: grid;
    grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.pilotage-selected-head[data-v-458805c6] {
    flex-direction: column;
}
.pilotage-selected-metrics[data-v-458805c6] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pilotage-contract-head[data-v-458805c6],
  .pilotage-contract-actions[data-v-458805c6] {
    width: 100%;
    flex-direction: column;
    padding-right: 0;
}
.pilotage-contract-balance[data-v-458805c6] {
    width: 100%;
    text-align: left;
}
.pilotage-contract-money-row[data-v-458805c6] {
    grid-template-columns: 1fr;
}
.pilotage-modal-body[data-v-458805c6] {
    grid-template-columns: 1fr;
}
.pilotage-field--full[data-v-458805c6] {
    grid-column: span 1;
}
.pilotage-action[data-v-458805c6] {
    width: 100%;
}
}


.billing-products-container[data-v-0d91e660] {
  display: grid;
  gap: 1rem;
  max-width: 100%;
  overflow-x: hidden;
}
.billing-action[data-v-0d91e660] {
  border-radius: .75rem;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  padding: .62rem .9rem;
  text-transform: uppercase;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.billing-action[data-v-0d91e660]:hover:not(:disabled) {
  transform: translateY(-1px);
}
.billing-action[data-v-0d91e660]:disabled {
  cursor: not-allowed;
  opacity: .55;
}
.billing-action-soft[data-v-0d91e660] {
  border: 1px solid #f4c760;
  background: #fff8e8;
  color: #9a5f00;
}
.billing-action-dark[data-v-0d91e660] {
  border: 1px solid #071426;
  background: linear-gradient(135deg, #17263a, #071426);
  color: #fff;
  box-shadow: 0 12px 26px rgba(7, 20, 38, .16);
}
.billing-action-danger-soft[data-v-0d91e660] {
  border: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.billing-action-success-soft[data-v-0d91e660] {
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
  color: #047857;
}
.billing-action-normal-case[data-v-0d91e660] {
  letter-spacing: 0;
  text-transform: none;
}
.billing-products-layout[data-v-0d91e660] {
  display: grid;
  grid-template-columns: minmax(18rem, 24rem) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  margin-top: .45rem;
}
.billing-products-left[data-v-0d91e660],
.billing-products-main[data-v-0d91e660] {
  min-width: 0;
}
.billing-products-main[data-v-0d91e660] {
  display: grid;
  gap: 1rem;
  max-width: 100%;
}
.billing-panel[data-v-0d91e660] {
  min-width: 0;
  max-width: 100%;
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(23, 38, 58, .07);
  overflow: hidden;
}
.billing-panel-head[data-v-0d91e660],
.billing-detail-head[data-v-0d91e660] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  padding: .72rem 1rem;
}
.billing-panel-head[data-v-0d91e660] > *,
.billing-detail-head[data-v-0d91e660] > * {
  min-width: 0;
}
.billing-kicker[data-v-0d91e660] {
  color: #9a6a15;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.billing-panel-title[data-v-0d91e660],
.billing-detail-head h2[data-v-0d91e660] {
  margin: .05rem 0 0;
  color: #071426;
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.05;
}
.billing-detail-head h2[data-v-0d91e660] {
  font-size: 1.35rem;
  overflow-wrap: anywhere;
}
.billing-panel-sub[data-v-0d91e660],
.billing-detail-head p[data-v-0d91e660] {
  margin: .18rem 0 0;
  color: #5d6f89;
  font-size: .78rem;
  font-weight: 700;
}
.billing-search[data-v-0d91e660] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.75rem;
  gap: .45rem;
  padding: 0 1rem .65rem;
}
.billing-search-input-wrap[data-v-0d91e660] {
  position: relative;
  min-width: 0;
}
.billing-search input[data-v-0d91e660],
.billing-field input[data-v-0d91e660],
.billing-field select[data-v-0d91e660],
.billing-field textarea[data-v-0d91e660] {
  width: 100%;
  min-width: 0;
  border: 1px solid #cbd5e1;
  border-radius: .85rem;
  background: #fff;
  color: #142437;
  font-size: .82rem;
  font-weight: 800;
  padding: .62rem .8rem;
  outline: none;
}
.billing-search input[data-v-0d91e660] {
  min-height: 2.25rem;
  padding-right: 2rem;
}
.billing-field textarea[data-v-0d91e660] {
  min-height: 11rem;
  resize: vertical;
}
.billing-toggle-field[data-v-0d91e660] {
  justify-content: center;
}
.billing-toggle-field input[type="checkbox"][data-v-0d91e660] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.billing-switch-row[data-v-0d91e660] {
  display: flex;
  align-items: center;
  gap: .65rem;
  min-height: 2.45rem;
}
.billing-switch-row strong[data-v-0d91e660] {
  color: #334155;
  font-size: .78rem;
  font-weight: 950;
}
.billing-switch[data-v-0d91e660] {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 3.25rem;
  height: 1.75rem;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff7ed, #fed7aa);
  box-shadow: inset 0 1px 3px rgba(15, 23, 42, .12);
  transition: background .18s ease, border-color .18s ease;
}
.billing-switch > span[data-v-0d91e660] {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  margin-left: .18rem;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(15, 23, 42, .2);
  transition: transform .18s ease;
}
.billing-switch--on[data-v-0d91e660] {
  border-color: #86efac;
  background: linear-gradient(135deg, #16a34a, #047857);
}
.billing-switch--on > span[data-v-0d91e660] {
  transform: translateX(1.46rem);
}
.billing-search-clear[data-v-0d91e660] {
  position: absolute;
  right: .45rem;
  top: 50%;
  width: 1.45rem;
  height: 1.45rem;
  border: 0;
  border-radius: 999px;
  background: #edf2f7;
  color: #64748b;
  cursor: pointer;
  font-weight: 950;
  transform: translateY(-50%);
}
.billing-search-button[data-v-0d91e660] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  border: 1px solid #cbd5e1;
  border-radius: .85rem;
  background: #f8fafc;
  color: #071426;
  cursor: pointer;
}
.billing-filter-button[data-v-0d91e660] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 2rem);
  min-height: 2.15rem;
  margin: 0 1rem .65rem;
  border: 1px solid #f4c760;
  border-radius: .85rem;
  background: #fff8e8;
  color: #9a5f00;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  padding: .45rem .75rem;
  text-transform: uppercase;
}
.billing-filter-button small[data-v-0d91e660] {
  color: #a00046;
  font-size: .68rem;
}
.billing-status-tabs[data-v-0d91e660] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .35rem;
  padding: 0 1rem .75rem;
}
.billing-status-tabs button[data-v-0d91e660] {
  min-width: 0;
  border: 1px solid #dbe3ef;
  border-radius: .75rem;
  background: #fff;
  color: #5d6f89;
  cursor: pointer;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .04em;
  padding: .45rem .35rem;
  text-transform: uppercase;
}
.billing-status-tabs .billing-status-tab--active[data-v-0d91e660] {
  border-color: #071426;
  background: #071426;
  color: #fff;
  box-shadow: 0 8px 18px rgba(7, 20, 38, .14);
}
.billing-list-head[data-v-0d91e660] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border-top: 1px solid #edf2f7;
  border-bottom: 1px solid #edf2f7;
  background: #f8fafc;
  color: #5d6f89;
  font-size: .72rem;
  font-weight: 900;
  padding: .5rem 1rem;
}
.billing-select-all[data-v-0d91e660],
.billing-row-check[data-v-0d91e660] {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #334155;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 900;
}
.billing-results-toggle[data-v-0d91e660] {
  border: 0;
  background: transparent;
  color: #a00046;
  cursor: pointer;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.billing-error[data-v-0d91e660] {
  border-bottom: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c;
  font-size: .8rem;
  font-weight: 800;
  padding: .7rem 1rem;
}
.billing-bulk-bar[data-v-0d91e660] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .65rem;
  border-bottom: 1px solid #fee2e2;
  background: #fff7ed;
  color: #17263a;
  font-size: .72rem;
  font-weight: 900;
  padding: .6rem 1rem;
}
.billing-bulk-bar button[data-v-0d91e660] {
  border: 1px solid #fecdd3;
  border-radius: .55rem;
  background: #fff;
  color: #be123c;
  cursor: pointer;
  font-size: .68rem;
  font-weight: 950;
  padding: .35rem .55rem;
  text-transform: uppercase;
}
.billing-products-list[data-v-0d91e660] {
  max-height: 68vh;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.billing-product-item[data-v-0d91e660] {
  display: grid;
  gap: .38rem;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #edf2f7;
  background: #fff;
  cursor: pointer;
  padding: .72rem 1rem;
  text-align: left;
  transition: background .16s ease, box-shadow .16s ease;
}
.billing-product-item[data-v-0d91e660]:hover,
.billing-product-item--active[data-v-0d91e660] {
  background: #fff8f0;
  box-shadow: inset 3px 0 0 #a00046;
}
.billing-product-item--disabled[data-v-0d91e660] {
  background: #f8fafc;
  opacity: .72;
}
.billing-product-item--disabled strong[data-v-0d91e660] {
  color: #64748b;
}
.billing-product-top[data-v-0d91e660] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
  min-width: 0;
}
.billing-product-item strong[data-v-0d91e660] {
  min-width: 0;
  overflow: hidden;
  color: #071426;
  font-size: .86rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.billing-product-meta[data-v-0d91e660] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .45rem;
  color: #64748b;
  font-size: .72rem;
  font-weight: 850;
}
.billing-contract-pill[data-v-0d91e660],
.billing-money-pill[data-v-0d91e660] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 950;
  padding: .22rem .55rem;
  text-transform: uppercase;
}
.billing-contract-pill[data-v-0d91e660] {
  cursor: pointer;
}
.billing-status-pill[data-v-0d91e660] {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: .62rem;
  font-weight: 950;
  padding: .18rem .5rem;
  text-transform: uppercase;
}
.billing-status-pill--enabled[data-v-0d91e660] {
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
  color: #047857;
}
.billing-status-pill--disabled[data-v-0d91e660] {
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}
.billing-money-pill[data-v-0d91e660] {
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
  color: #047857;
}
.billing-empty[data-v-0d91e660] {
  color: #64748b;
  font-size: .8rem;
  font-weight: 800;
  padding: 1rem;
  text-align: center;
}
.billing-list-footer[data-v-0d91e660] {
  border-top: 1px solid #edf2f7;
  background: #fbfcfe;
  color: #5d6f89;
  font-size: .72rem;
  font-weight: 850;
  padding: .75rem 1rem;
  text-align: center;
}
.billing-detail-pills[data-v-0d91e660] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .45rem;
}
.billing-info-grid[data-v-0d91e660] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
  padding: 0 1rem 1rem;
}
.billing-info-card[data-v-0d91e660] {
  min-width: 0;
  border: 1px solid #dbe3ef;
  border-radius: .9rem;
  background: linear-gradient(135deg, #fff, #f8fafc);
  padding: .85rem;
}
.billing-info-card--enabled[data-v-0d91e660] {
  border-color: #bbf7d0;
  background: linear-gradient(135deg, #fff, #ecfdf5);
}
.billing-info-card--disabled[data-v-0d91e660] {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #fff, #fff7ed);
}
.billing-info-card span[data-v-0d91e660],
.billing-description-card span[data-v-0d91e660] {
  display: block;
  color: #61718a;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.billing-info-card strong[data-v-0d91e660] {
  display: block;
  margin-top: .25rem;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #071426;
  font-size: .88rem;
  font-weight: 950;
}
.billing-description-card[data-v-0d91e660] {
  display: grid;
  gap: .45rem;
  min-width: 0;
  margin: 0 1rem 1rem;
  border: 1px solid #fed7aa;
  border-radius: .95rem;
  background: linear-gradient(135deg, #fff8e8, #fff);
  padding: .85rem;
}
.billing-description-card--name[data-v-0d91e660] {
  border-color: #dbeafe;
  background: linear-gradient(135deg, #eff6ff, #fff);
}
.billing-description-card p[data-v-0d91e660] {
  margin: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #17263a;
  font-size: .86rem;
  font-weight: 750;
  line-height: 1.45;
  white-space: pre-wrap;
}
.billing-bulk-form[data-v-0d91e660] {
  display: flex;
  align-items: end;
  gap: .75rem;
  padding: 0 1rem 1rem;
}
.billing-bulk-form .billing-field[data-v-0d91e660] {
  flex: 1;
}
.billing-form-grid[data-v-0d91e660],
.billing-filter-grid[data-v-0d91e660] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  padding: 0 1rem 1rem;
}
.billing-form-grid--modal[data-v-0d91e660] {
  padding: 0;
  margin-top: 1rem;
}
.billing-filter-grid[data-v-0d91e660] {
  padding: 0;
  margin-top: 1rem;
}
.billing-field[data-v-0d91e660] {
  display: grid;
  gap: .35rem;
  min-width: 0;
}
.billing-field--full[data-v-0d91e660] {
  grid-column: 1 / -1;
}
.billing-field span[data-v-0d91e660] {
  display: block;
  color: #61718a;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.billing-form-actions[data-v-0d91e660],
.billing-modal-actions[data-v-0d91e660] {
  display: flex;
  justify-content: flex-end;
  gap: .6rem;
  border-top: 1px solid #edf2f7;
  padding: 1rem;
}
.billing-modal-actions[data-v-0d91e660] {
  padding: 1rem 0 0;
  margin-top: 1rem;
}
.billing-mobile-toggle[data-v-0d91e660] {
  display: none;
  width: 100%;
  margin-bottom: .65rem;
  border: 1px solid #f4c760;
  border-radius: .85rem;
  background: #fff8e8;
  color: #9a5f00;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  padding: .7rem .8rem;
  text-transform: uppercase;
}
.billing-placeholder[data-v-0d91e660] {
  padding: 2rem;
  text-align: center;
}
.billing-placeholder h2[data-v-0d91e660] {
  margin: .2rem 0 0;
  color: #071426;
  font-size: 1.15rem;
  font-weight: 950;
}
.billing-placeholder p[data-v-0d91e660] {
  margin: .35rem 0 0;
  color: #5d6f89;
  font-size: .85rem;
  font-weight: 750;
}
@media (max-width: 900px) {
.billing-products-layout[data-v-0d91e660] {
    grid-template-columns: 1fr;
}
.billing-mobile-toggle[data-v-0d91e660] {
    display: block;
}
.billing-products-list[data-v-0d91e660] {
    max-height: min(58vh, 32rem);
    overflow-y: auto;
}
.billing-detail-head[data-v-0d91e660],
  .billing-panel-head[data-v-0d91e660] {
    flex-direction: column;
}
.billing-detail-pills[data-v-0d91e660],
  .billing-form-actions[data-v-0d91e660],
  .billing-modal-actions[data-v-0d91e660] {
    justify-content: flex-start;
}
.billing-info-grid[data-v-0d91e660] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.billing-form-grid[data-v-0d91e660],
  .billing-filter-grid[data-v-0d91e660],
  .billing-info-grid[data-v-0d91e660] {
    grid-template-columns: 1fr;
}
.billing-field--full[data-v-0d91e660] {
    grid-column: auto;
}
.billing-bulk-form[data-v-0d91e660] {
    align-items: stretch;
    flex-direction: column;
}
.billing-action[data-v-0d91e660] {
    width: 100%;
}
}


/* ---------- Fond supérieur décoratif ---------- */
.main-home{
  position: relative;
  min-height: 100vh;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background: #f8fafc;
}
#profile.main-home {
  padding-top: 3.75rem !important;
  padding-bottom: 2rem !important;
}
.wallpaper{
  width: 100%;
  border-radius: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  height: 118px;
  background:
    radial-gradient(circle at 14% 24%, rgba(215, 189, 136, 0.16), transparent 22%),
    linear-gradient(145deg, rgba(11, 27, 52, 0.96), rgba(18, 39, 74, 0.92) 46%, rgba(23, 47, 87, 0.94));
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.wallpaper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
  pointer-events: none;
}
.wallpaper::after {
  content: "";
  position: absolute;
  inset: auto -8% -35% auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(215, 189, 136, 0.22), transparent 68%);
  filter: blur(24px);
  opacity: 0.8;
}
/* ---------- Positionnement de la carte profil ---------- */
.card-profile-wrapper{
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 91.666667%;
}
@media (min-width: 640px){
.card-profile-wrapper{
    width: 83.333333%;
}
}
@media (min-width: 768px){
.card-profile-wrapper{
    width: 75%;
}
}
@media (min-width: 1024px){
.card-profile-wrapper{
    width: 66.666667%;
}
}
.card-profile-wrapper {
  transform: translateX(-50%);
}
#profile .wallpaper {
  overflow: visible;
}
#profile .card-profile-wrapper {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  margin-top: 0;
  padding: 0 1rem;
}
#profile .card-profile {
  max-width: 1120px;
  margin: 0 auto;
}
/* ---------- Carte de profil ---------- */
.card-profile{
  position: relative;
  width: 100%;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(215, 189, 136, 0.18), transparent 24%),
    radial-gradient(circle at 90% 0%, rgba(159, 11, 79, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(12, 28, 54, 0.98), rgba(18, 39, 74, 0.94) 34%, rgba(255, 255, 255, 0.96) 34.2%, rgba(248, 250, 252, 0.96));
  border-color: rgba(15, 35, 70, 0.1);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
}
.card-profile::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 35, 70, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 35, 70, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
          mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
  pointer-events: none;
}
.profile-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 270px);
  gap: 10px;
  align-items: stretch;
}
.profile-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 12px;
}
.profile-copy {
  min-width: 0;
}
.profile-kicker {
  color: rgba(100, 116, 139, 0.9);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.profile-copy h1 {
  margin: 2px 0 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}
.profile-copy p {
  margin: 5px 0 0;
  max-width: 560px;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.35;
}
/* ---------- Avatar ---------- */
.avatar-shell{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.7);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px){
.avatar-shell{
    height: 4rem;
    width: 4rem;
}
}
.avatar-shell {
  flex: 0 0 auto;
  box-shadow: 0 16px 28px rgba(15, 35, 70, 0.12);
}
.avatar-image{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ---------- Stats ---------- */
.stats-grid{
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 768px){
.stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.stat-card{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height: 66px;
}
.stat-icon{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: var(--navy);
}
.stat-icon.accent {
  background: var(--maroon);
}
.stat-value{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--navy);
}
.stat-value-row{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}
.stat-percent{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.stat-date-inline{
  margin-left: auto;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.stat-inline{
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
}
.stat-value.accent-text {
  color: var(--maroon);
}
.stat-label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.stat-subline{
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.stat-trend-arrow{
  margin-right: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stat-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.375;
  max-width: 100%;
  white-space: normal;
}
.stat-tag--up{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.stat-tag--down{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.stat-tag--flat{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.stat-card--clients{
  --tw-border-opacity: 1;
  border-color: rgb(228 230 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}
.stat-card--clients .stat-value {
  color: #1F2A44;
}
.stat-card--clients .stat-label {
  color: #6B7280;
}
.stat-card--ca{
  --tw-border-opacity: 1;
  border-color: rgb(220 230 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 255 / var(--tw-bg-opacity, 1));
}
.stat-card--ca .stat-value {
  color: #1D4ED8;
}
.stat-card--ca .stat-label {
  color: #4B5563;
}
.stat-card--commissions{
  --tw-border-opacity: 1;
  border-color: rgb(249 218 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 243 242 / var(--tw-bg-opacity, 1));
}
.stat-card--commissions .stat-value {
  color: #9B1C1C;
}
.stat-card--commissions .stat-label {
  color: #6B7280;
}
.stat-card--net{
  --tw-border-opacity: 1;
  border-color: rgb(215 239 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 246 / var(--tw-bg-opacity, 1));
}
.stat-card--net .stat-value {
  color: #15803D;
}
.stat-card--net .stat-label {
  color: #4B5563;
}
.stat-card--trend{
  --tw-border-opacity: 1;
  border-color: rgb(230 223 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 255 / var(--tw-bg-opacity, 1));
}
.stat-card--trend .stat-value,
.stat-card--trend .stat-percent,
.stat-card--trend .stat-trend-arrow {
  color: #5B21B6;
}
.stat-card--trend .stat-label {
  color: #6B7280;
}
/* ---------- Labels horizontaux (si utilisés ailleurs) ---------- */
#profile .label{
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
/* ---------- Status card ---------- */
.status-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #bbf7d0;
  border-radius: 22px;
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
  color: #047857;
  padding: 10px 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.status-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.status-label {
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.status-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
  color: inherit;
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.status-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.status-auth-hint{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(4, 120, 87, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #475569;
  padding: 4px 7px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.status-chip strong {
  color: inherit;
  font-weight: 950;
}
.status-score {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  padding: 4px 8px;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
}
.status-dot{
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
}
.status-pill--warning,
.status-card.status-pill--warning {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  color: #c2410c;
}
.status-card.status-pill--warning .status-chip {
  border-color: rgba(194, 65, 12, 0.16);
  color: #c2410c;
}
.status-dot--warning{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.7);
}
.status-pill--critical,
.status-card.status-pill--critical {
  border-color: #fecdd3;
  background: linear-gradient(135deg, #fff1f2, #ffffff);
  color: #be123c;
}
.status-card.status-pill--critical .status-chip {
  border-color: rgba(190, 18, 60, 0.16);
  color: #be123c;
}
.status-dot--critical{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(244, 63, 94, 0.7);
}
/* ---------- Modules ---------- */
.dashboard-section {
  width: min(100% - 2rem, 72rem);
  margin: 2rem auto 0;
  overflow: visible;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
}
.dashboard-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid rgba(15, 35, 70, 0.08);
  background: rgba(255, 255, 255, 0.64);
}
.dashboard-section__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.dashboard-section__title {
  margin: 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.dashboard-section__subtitle {
  max-width: 42rem;
  margin: 0.15rem 0 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.45;
}
.dashboard-section__tools {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}
.module-settings-menu {
  position: relative;
  display: inline-flex;
}
.module-profile-button,
.module-settings-button,
.module-logout-button {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.68rem 0.9rem;
  white-space: nowrap;
}
.module-profile-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-profile-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-settings-button.on,
.module-settings-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.46);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.module-settings-modal {
  width: min(26rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border: 1px solid rgba(15, 35, 70, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.32);
}
.module-settings-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.1rem 0.75rem;
}
.module-settings-modal__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.module-settings-modal__head h3 {
  margin: 0.15rem 0 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.module-settings-close {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(15, 35, 70, 0.12);
  border-radius: 12px;
  background: #fff;
  color: #0f2346;
  font-size: 0.95rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
.module-settings-modal__grid {
  display: grid;
  gap: 0.5rem;
  padding: 0 1.1rem 1.1rem;
}
.module-settings-shortcut {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
  padding: 0.55rem;
  text-align: left;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.module-settings-shortcut:hover {
  border-color: rgba(15, 35, 70, 0.1);
  background: rgba(241, 245, 249, 0.78);
}
.module-settings-shortcut__icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #0f2346;
  color: #fff;
  font-size: 0.95rem;
}
.module-settings-shortcut__copy {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
}
.module-settings-shortcut__copy strong {
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.1;
}
.module-settings-shortcut__copy small {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
}
.module-logout-button {
  border: 1px solid rgba(159, 11, 79, 0.16);
  background: rgba(159, 11, 79, 0.06);
  color: #9f0b4f;
}
.module-logout-button:hover {
  border-color: rgba(159, 11, 79, 0.3);
  background: rgba(159, 11, 79, 0.1);
}
.module-tabs {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 2rem);
  gap: 0.35rem;
  overflow-x: auto;
  margin: 0.9rem auto 0;
  padding: 0.35rem;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 18px;
  background: rgba(241, 245, 249, 0.78);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.module-tabs::-webkit-scrollbar {
  display: none;
}
.module-tab {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: #475569;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  padding: 0.58rem 0.75rem;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.module-tab:hover {
  background: rgba(255, 255, 255, 0.72);
  color: #0f2346;
}
.module-tab small {
  display: inline-flex;
  min-width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(15, 35, 70, 0.07);
  color: inherit;
  font-size: 0.64rem;
  font-weight: 950;
  line-height: 1;
}
.module-tab.on {
  border-color: rgba(15, 35, 70, 0.12);
  background: #9f0b4f;
  color: #fff;
  box-shadow: 0 10px 18px rgba(159, 11, 79, 0.18);
}
.module-tab.on small {
  background: rgba(255, 255, 255, 0.16);
}
.module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  gap: 0.75rem;
  padding: 1rem;
}
.module-card {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  min-height: 6.4rem;
  padding: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(135deg, var(--module-soft), rgba(255, 255, 255, 0.88) 42%),
    #ffffff;
  text-align: left;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
.module-card::after {
  content: "";
  position: absolute;
  right: -1.15rem;
  top: -1.15rem;
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 999px;
  background: var(--module-accent);
  opacity: 0.09;
}
.module-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--module-accent) 30%, rgba(15, 35, 70, 0.1));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}
.module-card--compact {
  min-height: 4.75rem;
  padding: 0.72rem;
}
.module-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 16px;
  background: var(--module-accent);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--module-accent) 24%, transparent);
}
.module-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}
.module-title {
  margin: 0;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.module-sub {
  margin: 0.22rem 0 0;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.25;
}
.module-card.tone-navy {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
}
.module-card.tone-maroon {
  --module-accent: #9f0b4f;
  --module-soft: rgba(159, 11, 79, 0.08);
}
.module-card.tone-graphite {
  --module-accent: #334155;
  --module-soft: rgba(51, 65, 85, 0.08);
}
.module-card.tone-olive {
  --module-accent: #3f6212;
  --module-soft: rgba(63, 98, 18, 0.09);
}
.module-card.tone-steel {
  --module-accent: #0f4c5c;
  --module-soft: rgba(15, 76, 92, 0.09);
}
.module-card.tone-sand {
  --module-accent: #a16207;
  --module-soft: rgba(161, 98, 7, 0.1);
}
.module-card.tone-ruby {
  --module-accent: #be123c;
  --module-soft: rgba(190, 18, 60, 0.08);
}
.module-card.tone-admin {
  --module-accent: #6d143f;
  --module-soft: rgba(109, 20, 63, 0.09);
}
.module-card.tone-forest {
  --module-accent: #047857;
  --module-soft: rgba(4, 120, 87, 0.09);
}
.module-card.tone-exit {
  --module-accent: #475569;
  --module-soft: rgba(71, 85, 105, 0.08);
}
@media (min-width: 900px) {
.stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
}
@media (max-width: 1024px) {
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0 1rem;
}
.dashboard-section {
    width: calc(100% - 2rem);
}
.dashboard-section__header {
    flex-direction: column;
}
.dashboard-section__tools {
    width: 100%;
    justify-content: flex-start;
}
@media (min-width: 1280px){
.stats-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-hero {
    grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.main-home {
    overflow-x: hidden;
}
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1rem;
    padding: 0 0.75rem;
}
.wallpaper {
    height: 110px;
    border-radius: 0 0 22px 22px;
}
#profile .card-profile {
    border-radius: 1.5rem;
}
.stat-value-row{
    flex-wrap: wrap;
}
.stat-inline,
  .stat-date-inline{
    margin-left: 0px;
}
.card-profile{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.profile-hero {
    grid-template-columns: 1fr;
}
.profile-identity {
    align-items: flex-start;
    border-radius: 20px;
    padding: 12px;
}
.profile-copy h1 {
    font-size: 1.5rem;
}
.avatar-shell{
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 0.75rem;
}
.stats-grid{
    margin-top: 1rem;
    gap: 0.75rem;
}
.stat-card{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    min-height: 68px;
}
.stat-value {
    font-size: 0.95rem;
}
.status-card {
    width: 100%;
    border-radius: 20px;
    padding: 12px;
}
.status-stats{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.dashboard-section {
    width: calc(100% - 1.5rem);
    margin-top: 1.5rem;
    border-radius: 24px;
}
.dashboard-section__header {
    padding: 1rem;
}
.dashboard-section__tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.module-settings-menu {
    display: flex;
    min-width: 0;
}
.module-profile-button,
  .module-settings-button,
  .module-logout-button {
    width: 100%;
    border-radius: 16px;
}
.dashboard-section__title {
    font-size: 1.15rem;
}
.dashboard-section__subtitle {
    font-size: 0.8rem;
}
.module-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 0.75rem;
}
.module-tabs {
    width: calc(100% - 1.5rem);
    max-width: calc(100% - 1.5rem);
    gap: 0.28rem;
    margin-top: 0.75rem;
    padding: 0.25rem;
    border-radius: 16px;
    overflow-x: visible;
}
.module-tab {
    flex: 1 1 0;
    min-width: 0;
    min-height: 3rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.18rem;
    padding: 0.48rem 0.35rem;
    font-size: 0.7rem;
    line-height: 1;
}
.module-tab span {
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    text-overflow: clip;
    line-height: 1;
}
.module-tab small {
    min-width: 1.08rem;
    height: 1.08rem;
    font-size: 0.58rem;
}
.module-card {
    min-height: 4.75rem;
    padding: 0.65rem;
    border-radius: 16px;
}
.module-icon {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 12px;
    font-size: 0.86rem;
}
}
/* ---------- Profile page overrides ---------- */
.profile-screen{
  min-height: 100vh;
  padding-bottom: 3rem;
  background:
    radial-gradient(circle at 15% 10%, rgba(30, 58, 138, 0.08), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(136, 19, 55, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #f3f4f6 100%);
}
.profile-shell{
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.profile-intro{
  margin-bottom: 1.5rem;
}
.profile-intro__kicker{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.profile-intro__title{
  margin-top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.profile-intro__subtitle{
  margin-top: 0.5rem;
  max-width: 42rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-panel{
  border-radius: 28px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: 0 28px 48px rgba(15, 23, 42, 0.08);
}
.profile-hero{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 640px){
.profile-hero{
    flex-direction: row;
    align-items: center;
    text-align: left;
}
}
.profile-avatar{
  position: relative;
  flex-shrink: 0;
}
.profile-avatar__image{
  height: 92px;
  width: 92px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.profile-avatar__status{
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.profile-identity{
  min-width: 0px;
}
.profile-identity__name{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-identity__email{
  margin-top: 0.25rem;
  word-break: break-all;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metrics{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-metrics{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-metric{
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.profile-metric__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metric__value{
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-metric__field{
  margin-top: 0.5rem;
}
.profile-form{
  margin-top: 1.5rem;
}
.profile-form__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-form__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-field{
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 640px){
.profile-field--full{
    grid-column: span 2 / span 2;
}
}
.profile-field__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-input{
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-input:focus {
  border-color: rgba(30, 58, 138, 0.35);
  box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.08);
}
.profile-feedback{
  margin-top: 1.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.profile-feedback--error{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.profile-feedback--success{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.profile-actions{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.profile-save{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 63 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-save:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.profile-save:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}
.profile-logout{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-logout:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
@media (max-width: 640px) {
.profile-shell{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.profile-intro{
    margin-bottom: 1.25rem;
}
.profile-intro__title{
    font-size: 28px;
}
.profile-panel{
    border-radius: 26px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.profile-avatar__image{
    height: 5rem;
    width: 5rem;
}
.profile-actions{
    margin-top: 1.5rem;
}
}
 
.agreement-shell {
  --agreement-ink: #071426;
  --agreement-muted: #64748b;
  --agreement-border: rgba(23, 38, 58, .11);
  --agreement-gold: #b7791f;
  --agreement-blue: #17263a;
  --agreement-maroon: #7f1d1d;
  max-width: none;
  min-width: 0;
  width: 100%;
}

.agreement-save-footer {
  margin-bottom: clamp(1.75rem, 4vh, 3rem);
}

.agreement-section {
  min-width: 0;
  border: 1px solid var(--agreement-border);
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at top left, rgba(183, 121, 31, .09), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .94));
  box-shadow: 0 16px 38px rgba(23, 38, 58, .08);
  padding: .9rem;
}

.agreement-section--blue {
  border-color: rgba(14, 116, 144, .18);
  background:
    radial-gradient(circle at top left, rgba(14, 165, 233, .12), transparent 22rem),
    linear-gradient(135deg, #f8fdff, #ffffff);
}

.agreement-section--schedule {
  padding: .72rem;
}

.agreement-section--schedule .agreement-section-head {
  align-items: center;
  gap: .65rem;
  margin-bottom: .55rem;
}

.agreement-section--schedule .agreement-title {
  font-size: .96rem;
}

.agreement-section--schedule .agreement-subtitle {
  font-size: .72rem;
  line-height: 1.2;
}

.agreement-section--schedule .agreement-actions {
  gap: .32rem;
}

.agreement-section--schedule .agreement-actions .text-sm {
  font-size: .76rem;
}

.agreement-section--schedule .agreement-actions .agreement-action {
  min-height: 1.86rem;
  padding: .36rem .54rem;
}

.agreement-section--flat {
  background: rgba(255, 255, 255, .96);
}

.agreement-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .8rem;
  margin-bottom: .8rem;
}

.agreement-section-head > * {
  min-width: 0;
}

.agreement-kicker {
  color: var(--agreement-gold);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.agreement-title {
  margin: .05rem 0 0;
  color: var(--agreement-ink);
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.1;
}

.agreement-subtitle {
  margin: .18rem 0 0;
  color: var(--agreement-muted);
  font-size: .78rem;
  font-weight: 700;
}

.agreement-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .38rem;
}

.agreement-invoice-head-right {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  justify-content: flex-end;
}

.agreement-invoice-total-card {
  min-width: 9rem;
  border: 1px solid #d4af37;
  border-radius: 1rem;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, .9), transparent 28%),
    linear-gradient(135deg, #fff6b8 0%, #ffd84d 42%, #d4af37 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .88),
    inset 0 -1px 0 rgba(120, 84, 10, .22),
    0 9px 20px rgba(212, 175, 55, .24);
  padding: .48rem .72rem;
  text-align: right;
}

.agreement-invoice-total-card span,
.agreement-invoice-total-card small {
  display: block;
  color: #4f3300;
  font-size: .6rem;
  font-weight: 950;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

.agreement-invoice-total-card strong {
  display: block;
  color: #4f3300;
  font-size: 1.12rem;
  font-weight: 1000;
  line-height: 1.1;
  margin: .2rem 0 .18rem;
  white-space: nowrap;
}

.agreement-invoice-total-card small {
  color: rgba(79, 51, 0, .72);
  font-size: .55rem;
  letter-spacing: .04em;
  text-transform: none;
}

.agreement-collapse-button {
  align-items: center;
  border: 1px solid #cbd5e1;
  border-radius: .82rem;
  background: linear-gradient(135deg, #fff, #f8fafc);
  color: #334155;
  display: inline-flex;
  font-size: .62rem;
  font-weight: 950;
  gap: .38rem;
  justify-content: center;
  letter-spacing: .08em;
  min-height: 2.05rem;
  padding: .42rem .62rem;
  text-transform: uppercase;
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.agreement-collapse-button:hover {
  border-color: #94a3b8;
  background: #fff;
  color: #071426;
  transform: translateY(-1px);
}

.agreement-collapse-button--icon {
  width: 2.05rem;
  padding-left: 0;
  padding-right: 0;
}

.agreement-action {
  align-items: center;
  border-radius: .82rem;
  display: inline-flex;
  font-size: .64rem;
  font-weight: 950;
  gap: .34rem;
  justify-content: center;
  letter-spacing: .08em;
  min-height: 2.05rem;
  padding: .42rem .64rem;
  text-transform: uppercase;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
}

.agreement-action:hover:not(:disabled) {
  transform: translateY(-1px);
}

.agreement-action:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.agreement-action--dark {
  border: 1px solid #071426;
  background: linear-gradient(135deg, #17263a, #071426);
  color: #fff;
  box-shadow: 0 12px 24px rgba(7, 20, 38, .16);
}

.agreement-action--soft {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #17263a;
}

.agreement-action--danger {
  border: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c;
}

.agreement-action--success {
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
  color: #047857;
}

.agreement-action--icon {
  width: 2.05rem;
  padding-left: 0;
  padding-right: 0;
}

.agreement-payments-section .agreement-payment-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .34rem;
  justify-content: flex-end;
}

.agreement-payments-section .agreement-payment-actions .agreement-action {
  border-radius: .66rem;
  font-size: .61rem;
  gap: .28rem;
  letter-spacing: .055em;
  min-height: 2rem;
  padding: .38rem .55rem;
}

.agreement-payments-section .agreement-payment-actions .agreement-action--icon {
  min-width: 2rem;
  padding-left: 0;
  padding-right: 0;
  width: 2rem;
}

.agreement-payments-section .agreement-payment-actions .agreement-payment-reallocate {
  min-width: 5.8rem;
}

.agreement-payments-section .agreement-payment-actions .agreement-payment-compensate {
  min-width: 6.25rem;
}

.agreement-payment-layout {
  align-items: center;
  display: grid;
  gap: .65rem;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, auto) minmax(11rem, auto);
}

.agreement-payment-main {
  align-items: flex-start;
  display: flex;
  gap: .7rem;
  min-width: 0;
}

.agreement-payment-check {
  border-color: #cbd5e1;
  border-radius: .25rem;
  color: #be123c;
  flex: 0 0 auto;
  height: 1rem;
  margin-top: .18rem;
  width: 1rem;
}

.agreement-payment-facts {
  display: grid;
  gap: .42rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.agreement-payment-fact {
  border: 1px solid rgba(148, 163, 184, .2);
  border-radius: .7rem;
  background: #f8fafc;
  min-width: 5.5rem;
  padding: .42rem .52rem;
}

.agreement-payment-fact span {
  color: #64748b;
  display: block;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
}

.agreement-payment-fact strong {
  display: block;
  font-size: .78rem;
  font-weight: 950;
  line-height: 1.15;
  margin-top: .2rem;
  overflow-wrap: anywhere;
}

.agreement-payment-actions-wrap {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.agreement-metric-grid {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.agreement-metric {
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .05);
  padding: .9rem 1rem;
}

.agreement-metric span,
.agreement-label {
  color: var(--agreement-muted);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.agreement-metric strong,
.agreement-value {
  color: var(--agreement-ink);
  display: block;
  font-size: 1.12rem;
  font-weight: 950;
  margin-top: .45rem;
}

.agreement-metric small {
  color: var(--agreement-muted);
  display: block;
  font-size: .72rem;
  font-weight: 700;
  margin-top: .2rem;
}

.agreement-metric--amber {
  border-color: #fde68a;
  background: linear-gradient(135deg, #fffbeb, #fff);
}

.agreement-metric--slate {
  border-color: #e2e8f0;
  background: linear-gradient(135deg, #f8fafc, #fff);
}

.agreement-metric--green {
  border-color: #bbf7d0;
  background: linear-gradient(135deg, #ecfdf5, #fff);
}

.agreement-row-card {
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .055);
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.agreement-row-card:hover {
  border-color: rgba(23, 38, 58, .2);
  box-shadow: 0 14px 32px rgba(23, 38, 58, .08);
  transform: translateY(-1px);
}

.agreement-contract-strip {
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(248, 250, 252, .92), rgba(255, 255, 255, .96));
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .24);
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  overflow: hidden;
}

.agreement-contract-stat {
  min-width: 0;
  padding: .65rem .8rem;
}

.agreement-contract-stat + .agreement-contract-stat {
  border-top: 1px solid rgba(148, 163, 184, .2);
}

.agreement-contract-stat span {
  color: #64748b;
  display: block;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

.agreement-contract-stat strong {
  color: #071426;
  display: block;
  font-size: .88rem;
  font-weight: 950;
  line-height: 1.15;
  margin-top: .28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agreement-contract-stat--strong {
  background: linear-gradient(135deg, rgba(239, 246, 255, .9), rgba(255, 255, 255, .7));
}

.agreement-contract-stat--strong span,
.agreement-contract-stat--strong strong {
  color: #17263a;
}

.agreement-document-strip {
  align-items: center;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .22);
  display: flex;
  gap: .75rem;
  justify-content: space-between;
  margin-top: .65rem;
  min-width: 0;
  padding: .65rem .75rem;
}

.agreement-document-main {
  align-items: center;
  display: flex;
  gap: .55rem;
  min-width: 0;
}

.agreement-document-main strong {
  color: #071426;
  font-size: .84rem;
  font-weight: 900;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agreement-document-status {
  border-radius: 999px;
  flex: 0 0 auto;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .08em;
  padding: .18rem .45rem;
  text-transform: uppercase;
}

.agreement-document-status--ok {
  background: #ecfdf5;
  color: #047857;
}

.agreement-document-status--missing {
  background: #fff7ed;
  color: #c2410c;
}

.agreement-check {
  accent-color: #071426;
  border-radius: .3rem;
  flex: 0 0 auto;
  height: 1rem;
  margin-top: .15rem;
  width: 1rem;
}

.agreement-input {
  width: 100%;
  height: 2.4rem;
  border: 1px solid #d8e1ee;
  border-radius: .78rem;
  background: #f8fafc;
  color: #142437;
  font-size: .8rem;
  font-weight: 850;
  padding: .45rem .55rem;
  text-align: center;
}

.agreement-inline-actions {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.agreement-invoice-row {
  border: 1px solid rgba(23, 38, 58, .09);
  border-radius: .82rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 4px 12px rgba(23, 38, 58, .032);
  padding: .42rem .55rem;
}

.agreement-invoice-row--inactive {
  border-color: #e5e7eb;
  background: linear-gradient(135deg, rgba(248, 250, 252, .96), rgba(255, 255, 255, .9));
  opacity: .82;
}

.agreement-invoice-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: .5rem;
  align-items: center;
}

.agreement-invoice-main {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .5rem;
}

.agreement-invoice-title {
  min-width: 0;
  color: #26364a;
}

.agreement-invoice-title span {
  display: block;
  font-weight: 950;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.agreement-invoice-title small {
  display: block;
  color: #64748b;
  font-size: .72rem;
  font-weight: 750;
  margin-top: .12rem;
  overflow-wrap: anywhere;
}

.agreement-invoice-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: .5rem;
}

.agreement-invoice-order {
  display: flex;
  align-items: center;
  gap: .45rem;
  min-width: 0;
}

.agreement-invoice-values {
  align-items: stretch;
  background: #f8fafc;
  border-radius: .72rem;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .24);
  display: grid;
  gap: 0;
  grid-template-columns: 3rem minmax(4.6rem, 1fr);
  min-width: 0;
  overflow: hidden;
}

.agreement-invoice-values > span {
  min-width: 0;
  padding: .34rem .46rem;
}

.agreement-invoice-values > span + span {
  border-left: 1px solid rgba(148, 163, 184, .2);
}

.agreement-invoice-values em {
  color: #64748b;
  display: block;
  font-size: .54rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.agreement-invoice-values strong {
  color: #071426;
  display: block;
  font-size: .74rem;
  font-weight: 950;
  line-height: 1.2;
  margin-top: .16rem;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agreement-invoice-value--qty {
  background: linear-gradient(135deg, rgba(239, 246, 255, .9), rgba(255, 255, 255, .75));
}

.agreement-invoice-value--qty em {
  color: #1d4ed8;
}

.agreement-invoice-value--zero {
  background: linear-gradient(135deg, rgba(254, 242, 242, .95), rgba(255, 255, 255, .75));
}

.agreement-invoice-value--zero em,
.agreement-invoice-value--zero strong {
  color: #be123c;
}

.agreement-invoice-value--label {
  background: linear-gradient(135deg, rgba(255, 251, 235, .9), rgba(255, 255, 255, .75));
  grid-column: 1 / -1;
}

.agreement-invoice-value--label em {
  color: #b45309;
}

.agreement-invoice-value--amount {
  background: linear-gradient(135deg, rgba(255, 247, 237, .95), rgba(255, 255, 255, .75));
  display: flex;
  padding: 0 !important;
}

.agreement-invoice-value--amount em,
.agreement-invoice-value--amount strong {
  color: #b45309;
}

.agreement-invoice-value-main,
.agreement-invoice-display-inline {
  min-width: 0;
  padding: .34rem .46rem;
}

.agreement-invoice-value-main {
  flex: 1 1 auto;
}

.agreement-invoice-display-inline {
  flex: 0 1 5rem;
  border-left: 1px solid rgba(148, 163, 184, .2);
  background: linear-gradient(135deg, rgba(255, 251, 235, .9), rgba(255, 255, 255, .72));
}

.agreement-invoice-display-inline em {
  color: #b45309;
}

.agreement-invoice-display-inline strong {
  color: #17263a;
}

.agreement-invoice-stat {
  min-width: 0;
  border-radius: .8rem;
  background: #f8fafc;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .24);
  padding: .48rem .62rem;
}

.agreement-invoice-stat span {
  color: #64748b;
  display: block;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

.agreement-invoice-stat strong {
  color: #071426;
  display: block;
  font-size: .82rem;
  font-weight: 950;
  line-height: 1.2;
  margin-top: .22rem;
  min-width: 0;
  overflow-wrap: anywhere;
}

.agreement-invoice-actions {
  display: flex;
  justify-content: flex-end;
}

.agreement-invoice-groups {
  display: grid;
  gap: .85rem;
}

.agreement-invoice-group {
  border-radius: .95rem;
  background: linear-gradient(135deg, rgba(248, 250, 252, .78), rgba(255, 255, 255, .92));
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .18);
  padding: .5rem;
}

.agreement-invoice-group--forfaits {
  background:
    radial-gradient(circle at top left, rgba(217, 119, 6, .11), transparent 13rem),
    linear-gradient(135deg, rgba(255, 251, 235, .72), rgba(255, 255, 255, .94));
  box-shadow: inset 0 0 0 1px rgba(217, 119, 6, .2);
}

.agreement-invoice-group--abonnements {
  background:
    radial-gradient(circle at top left, rgba(14, 116, 144, .12), transparent 13rem),
    linear-gradient(135deg, rgba(236, 254, 255, .72), rgba(255, 255, 255, .94));
  box-shadow: inset 0 0 0 1px rgba(14, 116, 144, .2);
}

.agreement-invoice-group-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  padding: .05rem .2rem .45rem;
}

.agreement-invoice-group-head span {
  color: #071426;
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.agreement-invoice-group--forfaits .agreement-invoice-group-head span {
  color: #b45309;
}

.agreement-invoice-group--abonnements .agreement-invoice-group-head span {
  color: #0e7490;
}

.agreement-invoice-group-head small {
  color: #64748b;
  font-size: .72rem;
  font-weight: 850;
  white-space: nowrap;
}

.agreement-invoice-group-list {
  display: grid;
  gap: .35rem;
}

.agreement-profile-card {
  border-radius: .9rem;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 28px rgba(23, 38, 58, .055);
  padding: .5rem;
}

.agreement-profile-summary {
  border-radius: .78rem;
  background: linear-gradient(135deg, rgba(248, 250, 252, .96), rgba(255, 255, 255, .96));
  padding: .55rem;
}

.agreement-profile-actions {
  align-items: center;
  display: flex;
  gap: .38rem;
}

.agreement-profile-actions .agreement-collapse-button,
.agreement-profile-actions .agreement-action {
  border-radius: .58rem;
  font-size: .58rem;
  min-height: 1.72rem;
}

.agreement-profile-actions .agreement-collapse-button--icon,
.agreement-profile-actions .agreement-action--icon {
  width: 1.72rem;
}

.agreement-profile-actions .agreement-collapse-button i,
.agreement-profile-actions .agreement-action i {
  font-size: .66rem;
}

.agreement-profile-metrics {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .42rem;
}

.agreement-profile-metric {
  border-radius: .72rem;
  background: rgba(255, 255, 255, .9);
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .24);
  padding: .48rem .58rem;
}

.agreement-profile-metric span {
  color: #64748b;
  display: block;
  font-size: .58rem;
  font-weight: 950;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

.agreement-profile-metric strong {
  color: #071426;
  display: block;
  font-size: .78rem;
  font-weight: 950;
  line-height: 1.12;
  margin-top: .18rem;
  min-width: 0;
  overflow-wrap: anywhere;
}

.agreement-profile-metric small {
  color: #64748b;
  display: block;
  font-size: .66rem;
  font-weight: 750;
  line-height: 1.18;
  margin-top: .16rem;
  min-width: 0;
  overflow-wrap: anywhere;
}

.agreement-profile-chip {
  border-radius: 999px;
  background: #f8fafc;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .28);
  color: #475569;
  font-size: .68rem;
  font-weight: 900;
  padding: .18rem .48rem;
}

.agreement-schedule-panel {
  border-radius: 1rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .2);
  margin-top: .75rem;
  padding: .85rem;
}

.agreement-term-card {
  border-radius: .9rem;
  padding: .78rem;
  font-size: .82rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .55);
  min-width: 0;
}

.agreement-mini-action {
  align-items: center;
  border-radius: .55rem;
  display: inline-flex;
  height: 1.55rem;
  justify-content: center;
  transition: background .16s ease, color .16s ease, transform .16s ease;
  width: 1.55rem;
}

.agreement-mini-action:hover {
  transform: translateY(-1px);
}

.agreement-mini-action--neutral {
  border: 1px solid rgba(100, 116, 139, .38);
  background: rgba(255, 255, 255, .68);
  color: #475569;
}

.agreement-mini-action--success {
  border: 1px solid rgba(5, 150, 105, .45);
  background: rgba(236, 253, 245, .82);
  color: #047857;
}

.agreement-mini-action--warning {
  border: 1px solid rgba(217, 119, 6, .45);
  background: rgba(255, 251, 235, .85);
  color: #b45309;
}

.agreement-mini-action--danger {
  border: 1px solid rgba(225, 29, 72, .45);
  background: rgba(255, 241, 242, .86);
  color: #be123c;
}

.agreement-payment-stack {
  display: grid;
  gap: .4rem;
  margin-top: .65rem;
  padding-top: .55rem;
  border-top: 1px solid rgba(148, 163, 184, .25);
}

.agreement-payment-row {
  align-items: center;
  background: rgba(255, 255, 255, .72);
  border-radius: .7rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: .45rem;
  padding: .42rem .5rem;
}

.agreement-terms-grid {
  align-items: start;
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.agreement-field input,
.agreement-field select,
.agreement-field textarea {
  border: 1px solid #cbd5e1;
  border-radius: .78rem;
  background: #fff;
  color: #142437;
  font-size: .82rem;
  font-weight: 800;
  outline: none;
}

.agreement-alert {
  border-radius: .9rem;
  border: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c;
  padding: .75rem 1rem;
}

.agreement-modal-backdrop {
  align-items: center;
  background: rgba(7, 20, 38, .52);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1rem;
  position: fixed;
  z-index: 50;
}

.agreement-modal-panel {
  border: 1px solid rgba(23, 38, 58, .14);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 60px rgba(7, 20, 38, .28);
  max-height: 90vh;
  overflow-y: auto;
  padding: 1rem;
  width: 100%;
}

.agreement-modal-head {
  align-items: flex-start;
  border-bottom: 1px solid rgba(148, 163, 184, .24);
  display: flex;
  gap: .75rem;
  justify-content: space-between;
  margin: -1rem -1rem 1rem;
  padding: 1rem;
}

.agreement-modal-close {
  align-items: center;
  border: 1px solid #cbd5e1;
  border-radius: .8rem;
  background: #fff;
  color: #64748b;
  display: inline-flex;
  height: 2.35rem;
  justify-content: center;
  transition: background .16s ease, color .16s ease, transform .16s ease;
  width: 2.35rem;
}

.agreement-modal-close:hover {
  background: #f8fafc;
  color: #071426;
  transform: translateY(-1px);
}

.agreement-schedule-history {
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: .82rem;
  background: rgba(255, 255, 255, .78);
  overflow: hidden;
}

.agreement-schedule-history-toggle {
  align-items: center;
  background: linear-gradient(135deg, rgba(248, 250, 252, .95), rgba(241, 245, 249, .75));
  border: 0;
  color: #0f172a;
  display: flex;
  gap: .75rem;
  justify-content: space-between;
  padding: .52rem .7rem;
  text-align: left;
  width: 100%;
}

.agreement-schedule-history-toggle strong {
  display: block;
  font-size: .74rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.agreement-schedule-history-toggle small {
  color: #64748b;
  display: block;
  font-size: .66rem;
  margin-top: .04rem;
}

.agreement-schedule-history-list {
  border-top: 1px solid rgba(148, 163, 184, .2);
  padding: .75rem;
}

.agreement-schedule-history-row {
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .95);
  border-radius: .85rem;
  display: flex;
  gap: .75rem;
  justify-content: space-between;
  padding: .65rem .75rem;
}

.agreement-schedule-history-main {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  min-width: 0;
}

.agreement-schedule-history-action {
  color: #9f1239;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.agreement-schedule-history-target,
.agreement-schedule-history-amount {
  border: 1px solid rgba(148, 163, 184, .25);
  border-radius: 999px;
  color: #334155;
  font-size: .72rem;
  font-weight: 700;
  padding: .18rem .5rem;
}

.agreement-schedule-history-amount {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #9a3412;
}

.agreement-schedule-history-meta {
  color: #64748b;
  display: flex;
  flex-wrap: wrap;
  font-size: .72rem;
  gap: .35rem;
  justify-content: flex-end;
  text-align: right;
}

.agreement-schedule-history-empty {
  color: #64748b;
  font-size: .82rem;
  font-style: italic;
  padding: .35rem;
}

@media (min-width: 768px) {
  .agreement-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agreement-contract-strip {
    grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr));
  }

  .agreement-contract-stat + .agreement-contract-stat {
    border-left: 1px solid rgba(148, 163, 184, .2);
    border-top: 0;
  }

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

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

  .agreement-invoice-controls {
    grid-template-columns: minmax(12rem, 1fr);
    align-items: center;
  }
}

@media (min-width: 1280px) {
  .agreement-metric-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .agreement-terms-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 12.5rem), 1fr));
  }

  .agreement-profile-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .agreement-invoice-layout {
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 16rem) auto;
  }
}

@media (max-width: 1024px) {
  .agreement-shell {
    margin-top: 1rem !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .agreement-shell > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem !important;
  }

  .agreement-invoice-row {
    padding: .36rem .46rem;
  }

  .agreement-invoice-layout {
    align-items: start;
    gap: .38rem .45rem;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .agreement-invoice-main {
    align-items: flex-start;
    grid-column: 1;
    grid-row: 1;
    padding-top: .1rem;
  }

  .agreement-invoice-actions {
    align-self: start;
    grid-column: 2;
    grid-row: 1;
  }

  .agreement-invoice-actions .agreement-inline-actions {
    gap: .24rem;
  }

  .agreement-invoice-actions .agreement-action--icon {
    border-radius: .58rem;
    font-size: .58rem;
    min-height: 1.7rem;
    width: 1.7rem;
  }

  .agreement-invoice-controls {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .agreement-invoice-title span {
    font-size: .88rem;
    line-height: 1.14;
  }

  .agreement-payment-layout {
    align-items: start;
    gap: .55rem;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .agreement-payment-main {
    grid-column: 1 / -1;
  }

  .agreement-payment-facts {
    grid-column: 1;
    grid-template-columns: repeat(2, minmax(0, max-content));
  }

  .agreement-payment-actions-wrap {
    align-self: end;
    grid-column: 2;
    justify-content: flex-end;
  }

  .agreement-payments-section .agreement-payment-actions {
    gap: .25rem;
  }

  .agreement-payments-section .agreement-payment-actions .agreement-action {
    border-radius: .58rem;
    font-size: .56rem;
    min-height: 1.72rem;
    padding: .25rem .4rem;
  }

  .agreement-payments-section .agreement-payment-actions .agreement-action--icon {
    min-width: 1.72rem;
    width: 1.72rem;
  }

  .agreement-payments-section .agreement-payment-actions .agreement-payment-reallocate,
  .agreement-payments-section .agreement-payment-actions .agreement-payment-compensate {
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .agreement-shell {
    margin-top: .75rem !important;
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .agreement-shell > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem !important;
  }

  .agreement-section {
    border-radius: .95rem;
    padding: .7rem;
  }

  .agreement-section-head {
    align-items: stretch;
    flex-direction: column;
  }

  .agreement-actions {
    justify-content: flex-start;
  }

  .agreement-invoice-head-right {
    align-items: stretch;
    justify-content: flex-start;
  }

  .agreement-invoice-total-card {
    text-align: left;
    width: 100%;
  }

  .agreement-invoice-values {
    grid-template-columns: 2.7rem minmax(0, 1fr);
  }

  .agreement-invoice-values > span + span {
    border-left: 1px solid rgba(148, 163, 184, .2);
    border-top: 0;
  }

  .agreement-document-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .agreement-document-main {
    align-items: flex-start;
    flex-direction: column;
  }

  .agreement-document-main strong {
    white-space: normal;
  }

  .agreement-payment-layout {
    gap: .48rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .agreement-payment-main {
    gap: .55rem;
  }

  .agreement-payment-facts {
    grid-column: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agreement-payment-fact {
    min-width: 0;
    padding: .34rem .42rem;
  }

  .agreement-payment-actions-wrap {
    grid-column: 1;
    justify-content: flex-start;
  }

  .agreement-payments-section .agreement-payment-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .agreement-payments-section .agreement-payment-actions .agreement-action {
    align-items: center;
    display: inline-flex;
    font-size: 0;
    gap: 0;
    justify-content: center;
    min-height: 1.68rem;
    min-width: 1.72rem;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    width: 1.72rem;
  }

  .agreement-payments-section .agreement-payment-actions .agreement-action i {
    font-size: .68rem;
    margin: 0;
  }

  .agreement-payment-action-label {
    display: none;
  }

  .agreement-payments-section .agreement-payment-actions .agreement-payment-reallocate,
  .agreement-payments-section .agreement-payment-actions .agreement-payment-compensate {
    width: 1.72rem;
  }

  .agreement-payments-section .agreement-row-card {
    border-radius: .82rem;
    padding: .45rem .55rem !important;
  }

  .agreement-payments-section .rounded-lg.border-slate-200 {
    padding: .45rem .6rem !important;
  }

  .agreement-payments-section .rounded-lg.border-slate-200 .text-sm {
    font-size: .76rem;
  }

  .agreement-payments-section .rounded-lg.border-slate-200 .text-xs {
    display: none;
  }
}


.agreement-summary-compact[data-v-9183ec84] {
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 28px rgba(23, 38, 58, .06);
  padding: .85rem .95rem;
}
.agreement-summary-head[data-v-9183ec84] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
}
.agreement-summary-head span[data-v-9183ec84] {
  display: block;
  color: #9a4b00;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.agreement-summary-head strong[data-v-9183ec84] {
  display: block;
  margin-top: .1rem;
  color: #071426;
  font-size: 1rem;
  font-weight: 950;
}
.agreement-summary-status[data-v-9183ec84] {
  display: inline-flex !important;
  flex: 0 0 auto;
  align-items: center;
  border-radius: 999px;
  border-width: 1px;
  font-size: .64rem !important;
  letter-spacing: .08em !important;
  line-height: 1;
  padding: .36rem .55rem;
}
.agreement-summary-metrics[data-v-9183ec84] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .42rem;
  margin-top: .65rem;
}
.agreement-summary-metric[data-v-9183ec84] {
  position: relative;
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: .72rem;
  background: #f8fafc;
  padding: .42rem .56rem;
}
.agreement-summary-metric span[data-v-9183ec84] {
  display: block;
  color: #64748b;
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
}
.agreement-summary-metric strong[data-v-9183ec84] {
  display: block;
  overflow: hidden;
  margin-top: .14rem;
  color: #071426;
  font-size: .9rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agreement-summary-metric em[data-v-9183ec84] {
  position: absolute;
  top: .35rem;
  right: .45rem;
  color: currentColor;
  font-size: .62rem;
  font-style: normal;
  font-weight: 950;
  opacity: .75;
}
.agreement-summary-metric.metric-red[data-v-9183ec84] {
  border-color: #fecdd3;
  background: #fff1f2;
}
.agreement-summary-metric.metric-red strong[data-v-9183ec84] {
  color: #b91c1c;
}
.agreement-summary-metric.metric-amber[data-v-9183ec84],
.agreement-summary-metric.metric-orange[data-v-9183ec84] {
  border-color: #fed7aa;
  background: #fff7ed;
}
.agreement-summary-metric.metric-amber strong[data-v-9183ec84],
.agreement-summary-metric.metric-orange strong[data-v-9183ec84] {
  color: #c2410c;
}
.agreement-summary-metric.metric-green[data-v-9183ec84] {
  border-color: #bbf7d0;
  background: #f0fdf4;
}
.agreement-summary-metric.metric-green strong[data-v-9183ec84] {
  color: #047857;
}
.agreement-summary-metric.metric-slate[data-v-9183ec84] {
  border-color: #e2e8f0;
  background: #f8fafc;
}
.agreement-summary-alert[data-v-9183ec84] {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin-top: .62rem;
  border: 1px solid #fed7aa;
  border-radius: .72rem;
  background: #fffbeb;
  color: #9a3412;
  font-size: .76rem;
  font-weight: 850;
  padding: .5rem .62rem;
}
@media (max-width: 640px) {
.agreement-summary-head[data-v-9183ec84] {
    flex-direction: column;
}
.agreement-summary-metrics[data-v-9183ec84] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}


.agreement-invoice-total-card[data-v-581c3801] {
  border-color: #d4af37 !important;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, .9), transparent 28%),
    linear-gradient(135deg, #fff6b8 0%, #ffd84d 42%, #d4af37 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .88),
    inset 0 -1px 0 rgba(120, 84, 10, .22),
    0 9px 20px rgba(212, 175, 55, .24) !important;
}
.agreement-invoice-total-card span[data-v-581c3801] {
  color: #4f3300 !important;
}
.agreement-invoice-total-card strong[data-v-581c3801] {
  color: #4f3300 !important;
}


.input-style[data-v-3cf3a4b4] {
    width: 100%;
    border-radius: 0.75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    padding: 0.75rem
}
.input-style[data-v-3cf3a4b4]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1))
}
.form-label[data-v-3cf3a4b4] {
    margin-bottom: 0.25rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1))
}


.input-style[data-v-05cbb158] {
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}
.input-style[data-v-05cbb158]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1));
}
.form-label[data-v-05cbb158] {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.bank-save-footer[data-v-05cbb158] {
  padding-bottom: clamp(1.5rem, 4vh, 3rem);
}


.bg-prussian-blue[data-v-5cbdc516] {
  background-color: #003153;
}
.contracts-workspace[data-v-5cbdc516] {
  display: grid;
  grid-template-columns: minmax(17rem, 22rem) minmax(0, 1fr);
  gap: .75rem;
  margin: 4rem auto 0;
  width: min(100%, 80rem);
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  align-items: start;
}
.contracts-sidebar[data-v-5cbdc516],
.contract-hero[data-v-5cbdc516],
.contracts-modal-panel[data-v-5cbdc516] {
  min-width: 0;
  border: 1px solid rgba(23, 38, 58, .1);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 38px rgba(23, 38, 58, .08);
}
.contracts-main[data-v-5cbdc516] {
  min-width: 0;
}
.contracts-sidebar[data-v-5cbdc516] {
  position: sticky;
  top: 5.5rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
.contracts-sidebar-head[data-v-5cbdc516],
.contract-hero[data-v-5cbdc516],
.contracts-modal-head[data-v-5cbdc516] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .8rem;
}
.contracts-sidebar-head[data-v-5cbdc516] {
  flex-wrap: wrap;
  padding: 1rem;
  background:
    radial-gradient(circle at top left, rgba(183, 121, 31, .12), transparent 16rem),
    linear-gradient(135deg, #fff, #f8fafc);
}
.contracts-mobile-contract[data-v-5cbdc516] {
  display: none;
}
.contracts-mobile-list-toggle[data-v-5cbdc516] {
  display: none;
}
.contracts-kicker[data-v-5cbdc516] {
  color: #9a6a15;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.contracts-sidebar h2[data-v-5cbdc516],
.contract-hero h2[data-v-5cbdc516],
.contracts-modal-head h2[data-v-5cbdc516] {
  margin: .05rem 0 0;
  color: #071426;
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.1;
  overflow-wrap: anywhere;
}
.contracts-status[data-v-5cbdc516],
.contract-template[data-v-5cbdc516] {
  border-radius: 999px;
  border: 1px solid;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .08em;
  padding: .18rem .45rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.contracts-status--active[data-v-5cbdc516] {
  border-color: #bbf7d0;
  background: #ecfdf5;
  color: #047857;
}
.contracts-status--inactive[data-v-5cbdc516] {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.contracts-context-actions[data-v-5cbdc516],
.contracts-schedule-filter[data-v-5cbdc516],
.contracts-list-head[data-v-5cbdc516] {
  border-top: 1px solid rgba(23, 38, 58, .08);
  padding: .75rem 1rem;
}
.contracts-context-actions[data-v-5cbdc516] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
}
.contracts-schedule-filter[data-v-5cbdc516] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .4rem;
}
.contracts-filter-button[data-v-5cbdc516] {
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: .82rem;
  background: #fff;
  color: #475569;
  display: flex;
  flex-direction: column;
  font-size: .62rem;
  font-weight: 950;
  gap: .12rem;
  justify-content: center;
  letter-spacing: .08em;
  min-width: 0;
  min-height: 2.6rem;
  padding: .42rem .35rem;
  text-transform: uppercase;
  transition: border-color .16s ease, background .16s ease, color .16s ease, transform .16s ease;
}
.contracts-filter-button[data-v-5cbdc516]:hover {
  transform: translateY(-1px);
}
.contracts-filter-button strong[data-v-5cbdc516] {
  color: #071426;
  font-size: .8rem;
  line-height: 1;
}
.contracts-filter-button--active[data-v-5cbdc516] {
  border-color: rgba(7, 20, 38, .92);
  background: linear-gradient(135deg, #17263a, #071426);
  color: #fff;
}
.contracts-filter-button--active strong[data-v-5cbdc516] {
  color: #fff;
}
.contracts-action[data-v-5cbdc516] {
  align-items: center;
  border-radius: .68rem;
  display: inline-flex;
  font-size: .64rem;
  font-weight: 950;
  gap: .34rem;
  justify-content: center;
  letter-spacing: .08em;
  min-height: 2.05rem;
  padding: .42rem .64rem;
  text-transform: uppercase;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
}
.contracts-action[data-v-5cbdc516]:hover:not(:disabled) {
  transform: translateY(-1px);
}
.contracts-action[data-v-5cbdc516]:disabled {
  cursor: not-allowed;
  opacity: .55;
}
.contracts-action--soft[data-v-5cbdc516] {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #17263a;
}
.contracts-action--dark[data-v-5cbdc516] {
  border: 1px solid #071426;
  background: linear-gradient(135deg, #17263a, #071426);
  color: #fff;
  box-shadow: 0 12px 24px rgba(7, 20, 38, .16);
}
.contracts-action--success[data-v-5cbdc516] {
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
  color: #047857;
}
.contracts-action--danger[data-v-5cbdc516] {
  border: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.contracts-action--icon[data-v-5cbdc516] {
  width: 2.05rem;
  padding-left: 0;
  padding-right: 0;
}
.contracts-action-count[data-v-5cbdc516] {
  align-items: center;
  background: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  display: inline-flex;
  font-size: .62rem;
  font-weight: 950;
  height: 1.05rem;
  justify-content: center;
  min-width: 1.05rem;
  padding: 0 .28rem;
}
.contracts-list-head[data-v-5cbdc516] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  color: #64748b;
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}
.contracts-list-head small[data-v-5cbdc516] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}
.contracts-list[data-v-5cbdc516] {
  display: grid;
  gap: .45rem;
  max-height: calc(100vh - 17rem);
  overflow-y: auto;
  padding: .75rem;
}
.contract-list-item[data-v-5cbdc516] {
  position: relative;
}
.contract-list-main[data-v-5cbdc516] {
  min-width: 0;
  border: 1px solid #e2e8f0;
  border-radius: .95rem;
  background: #fff;
  color: #334155;
  display: grid;
  gap: .25rem;
  padding: .75rem;
  text-align: left;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
  width: 100%;
}
.contract-list-main[data-v-5cbdc516]:hover {
  border-color: rgba(23, 38, 58, .2);
  box-shadow: 0 10px 22px rgba(23, 38, 58, .07);
  transform: translateY(-1px);
}
.contract-list-item--active .contract-list-main[data-v-5cbdc516] {
  border-color: rgba(140, 16, 64, .42);
  background: linear-gradient(135deg, rgba(140, 16, 64, .08), rgba(23, 38, 58, .06));
  color: #071426;
}
.contract-reference[data-v-5cbdc516] {
  flex: 1 1 auto;
  font-size: .88rem;
  font-weight: 950;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contract-list-top[data-v-5cbdc516] {
  align-items: center;
  display: flex;
  gap: .45rem;
  min-width: 0;
}
.contract-invoice-total[data-v-5cbdc516] {
  flex: 0 0 auto;
  margin-left: auto;
  border: 1px solid #d4af37;
  border-radius: .65rem;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, .9), transparent 28%),
    linear-gradient(135deg, #fff6b8 0%, #ffd84d 42%, #d4af37 100%);
  color: #4f3300;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .88),
    inset 0 -1px 0 rgba(120, 84, 10, .22),
    0 7px 16px rgba(212, 175, 55, .24);
  font-size: .78rem;
  font-weight: 1000;
  letter-spacing: -.02em;
  line-height: 1;
  padding: .34rem .5rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .55);
  white-space: nowrap;
}
.contract-invoice-total--empty[data-v-5cbdc516] {
  border-color: rgba(148, 163, 184, .28);
  background: #f8fafc;
  color: #64748b;
  box-shadow: none;
}
.contract-list-meta[data-v-5cbdc516] {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-top: .25rem;
}
.contract-date[data-v-5cbdc516] {
  color: #94a3b8;
  font-size: .72rem;
  font-weight: 800;
}
.contract-list-item--active .contract-date[data-v-5cbdc516] {
  color: #64748b;
}
.contract-template[data-v-5cbdc516] {
  flex: 0 0 auto;
  justify-self: start;
  max-width: 100%;
}
.contract-template--active[data-v-5cbdc516] {
  border-color: rgba(140, 16, 64, .22);
  background: rgba(140, 16, 64, .06);
  color: #8c1040;
}
.contract-schedule[data-v-5cbdc516] {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: .62rem;
  font-weight: 950;
  gap: .25rem;
  letter-spacing: .06em;
  padding: .16rem .42rem;
  text-transform: uppercase;
}
.contract-schedule--yes[data-v-5cbdc516] {
  background: #ecfdf5;
  color: #047857;
}
.contract-schedule--no[data-v-5cbdc516] {
  background: #f8fafc;
  color: #64748b;
}
.contract-bank-count[data-v-5cbdc516] {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: .6rem;
  font-weight: 950;
  gap: .22rem;
  letter-spacing: .05em;
  padding: .15rem .4rem;
}
.contract-bank-count--yes[data-v-5cbdc516] {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #0369a1;
}
.contract-bank-count--no[data-v-5cbdc516] {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #94a3b8;
}
.contract-term-action[data-v-5cbdc516] {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: .6rem;
  font-weight: 950;
  gap: .22rem;
  letter-spacing: .05em;
  padding: .15rem .4rem;
  text-transform: uppercase;
}
.contract-term-action--discount[data-v-5cbdc516] {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}
.contract-term-action--cancel[data-v-5cbdc516] {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.contract-term-action--block[data-v-5cbdc516] {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #334155;
}
.contract-list-item--active .contract-term-action[data-v-5cbdc516] {
  border-color: rgba(140, 16, 64, .22);
  background: rgba(140, 16, 64, .06);
  color: #8c1040;
}
.contracts-modal-close[data-v-5cbdc516] {
  align-items: center;
  border: 1px solid #fecdd3;
  border-radius: .8rem;
  background: #fff1f2;
  color: #be123c;
  display: inline-flex;
  justify-content: center;
  transition: background .16s ease, transform .16s ease;
}
.contracts-modal-close[data-v-5cbdc516]:hover {
  background: #ffe4e6;
  transform: translateY(-1px);
}
.contracts-main[data-v-5cbdc516] {
  padding: 0;
}
.contract-hero[data-v-5cbdc516] {
  align-items: stretch;
  border-radius: 1.1rem;
  margin-bottom: .85rem;
  padding: .85rem;
}
.contract-hero p[data-v-5cbdc516],
.contracts-mobile-contract p[data-v-5cbdc516] {
  color: #64748b;
  font-size: .82rem;
  font-weight: 800;
  margin: .2rem 0 0;
}
.contract-hero-main[data-v-5cbdc516] {
  flex: 1 1 auto;
  min-width: 0;
}
.contract-hero-strip[data-v-5cbdc516] {
  border-radius: .9rem;
  background: rgba(248, 250, 252, .92);
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .22);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: .65rem;
  max-width: 60rem;
  overflow: hidden;
  width: 100%;
}
.contract-hero-strip span[data-v-5cbdc516] {
  min-width: 0;
  padding: .42rem .65rem;
}
.contract-hero-strip span[data-v-5cbdc516]:nth-child(n + 3) {
  border-top: 1px solid rgba(148, 163, 184, .18);
}
.contract-hero-strip span[data-v-5cbdc516]:nth-child(even) {
  border-left: 1px solid rgba(148, 163, 184, .18);
}
.contract-hero-strip em[data-v-5cbdc516] {
  color: #64748b;
  display: block;
  font-size: .56rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.contract-hero-strip strong[data-v-5cbdc516] {
  color: #071426;
  display: block;
  font-size: .78rem;
  font-weight: 950;
  line-height: 1.15;
  margin-top: .22rem;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.contract-hero-warning[data-v-5cbdc516] {
  align-items: center;
  border-radius: 999px;
  background: #fff7ed;
  color: #c2410c;
  display: inline-flex;
  font-size: .68rem;
  font-weight: 950;
  gap: .35rem;
  letter-spacing: .08em;
  margin-top: .55rem;
  padding: .28rem .55rem;
  text-transform: uppercase;
}
.contract-hero-actions[data-v-5cbdc516] {
  align-content: flex-start;
  align-self: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .5rem;
}
.contracts-empty[data-v-5cbdc516] {
  border: 1px dashed #cbd5e1;
  border-radius: 1rem;
  background: #f8fafc;
  color: #64748b;
  font-size: .85rem;
  font-weight: 800;
  padding: 1.25rem;
  text-align: center;
}
.contracts-empty--main[data-v-5cbdc516] {
  margin-top: 1rem;
}
.contracts-modal-backdrop[data-v-5cbdc516] {
  align-items: center;
  background: rgba(7, 20, 38, .56);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1rem;
  position: fixed;
  z-index: 80;
}
.contracts-modal-panel[data-v-5cbdc516] {
  border-radius: 1.2rem;
  max-height: 90vh;
  overflow-y: auto;
  padding: 1rem;
}
.contracts-modal-panel--wide[data-v-5cbdc516] {
  max-width: min(70rem, 96vw);
  width: 100%;
}
.contracts-modal-head[data-v-5cbdc516] {
  border-bottom: 1px solid rgba(23, 38, 58, .08);
  margin: -1rem -1rem 1rem;
  padding: 1rem;
}
.contracts-modal-close[data-v-5cbdc516] {
  height: 2.35rem;
  width: 2.35rem;
}
.bank-association-card[data-v-5cbdc516] {
  border: 1px solid #bfdbfe;
  border-radius: 1rem;
  background: linear-gradient(135deg, #eff6ff, #fff);
  padding: .9rem;
}
.bank-association-head[data-v-5cbdc516] {
  align-items: flex-start;
  display: flex;
  gap: .9rem;
  justify-content: space-between;
}
.bank-association-head h3[data-v-5cbdc516] {
  color: #071426;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.15;
  margin: .1rem 0;
}
.bank-association-head p[data-v-5cbdc516],
.bank-association-help[data-v-5cbdc516] {
  color: rgba(30, 64, 175, .68);
  font-size: .74rem;
  font-weight: 650;
  line-height: 1.35;
  margin: 0;
}
.bank-new-rib-button[data-v-5cbdc516] {
  align-items: center;
  background: #fff;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  color: #1e3a8a;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: .68rem;
  font-weight: 950;
  gap: .35rem;
  justify-content: center;
  letter-spacing: .05em;
  min-height: 2rem;
  padding: .42rem .7rem;
  text-transform: uppercase;
  transition: border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.bank-new-rib-button[data-v-5cbdc516]:hover {
  border-color: #9d0048;
  box-shadow: 0 8px 18px rgba(157, 0, 72, .08);
  color: #9d0048;
  transform: translateY(-1px);
}
.bank-association-picker[data-v-5cbdc516] {
  align-items: end;
  display: grid;
  gap: .7rem;
  grid-template-columns: minmax(0, 1fr);
  margin-top: .9rem;
}
.bank-association-help[data-v-5cbdc516] {
  margin-top: .7rem;
}
.bank-association-list[data-v-5cbdc516] {
  display: grid;
  gap: .5rem;
  grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
  min-width: 0;
}
.bank-association-empty[data-v-5cbdc516] {
  align-items: center;
  background: rgba(255, 255, 255, .8);
  border: 1px dashed #93c5fd;
  border-radius: .9rem;
  color: #1e3a8a;
  display: flex;
  gap: .65rem;
  min-height: 4rem;
  padding: .75rem;
}
.bank-association-empty i[data-v-5cbdc516] {
  align-items: center;
  background: #eff6ff;
  border-radius: .75rem;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}
.bank-association-empty div[data-v-5cbdc516] {
  display: grid;
  gap: .12rem;
}
.bank-association-empty strong[data-v-5cbdc516] {
  color: #071426;
  font-size: .86rem;
  font-weight: 950;
}
.bank-association-empty span[data-v-5cbdc516] {
  color: #64748b;
  font-size: .72rem;
  font-weight: 800;
}
.bank-association-option[data-v-5cbdc516] {
  align-items: start;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(191, 219, 254, .95);
  border-radius: .9rem;
  color: #17263a;
  display: grid;
  gap: .4rem .55rem;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 4.35rem;
  padding: .6rem .7rem .52rem;
  text-align: left;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background .16s ease;
}
.bank-association-option[data-v-5cbdc516]:hover {
  border-color: #60a5fa;
  box-shadow: 0 10px 24px rgba(29, 78, 216, .1);
  transform: translateY(-1px);
}
.bank-association-option.is-selected[data-v-5cbdc516] {
  background: #fff;
  border-color: #17263a;
  box-shadow: 0 12px 26px rgba(23, 38, 58, .13);
}
.bank-association-option.is-linked[data-v-5cbdc516]:not(.is-associated) {
  background: #fffbeb;
  border-color: #f59e0b;
}
.bank-association-option.is-associated[data-v-5cbdc516] {
  background: linear-gradient(135deg, #ecfdf5, #fff);
  border-color: #16a34a;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, .18), 0 14px 28px rgba(22, 163, 74, .12);
}
.bank-option-status[data-v-5cbdc516] {
  align-items: center;
  background: #eff6ff;
  border-radius: .75rem;
  color: #1d4ed8;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}
.bank-option-delete[data-v-5cbdc516] {
  align-items: center;
  background: #fff1f2;
  border: 1px solid #fecdd3;
  border-radius: 999px;
  color: #be123c;
  display: inline-flex;
  flex: 0 0 auto;
  height: 1.35rem;
  justify-content: center;
  transition: background .16s ease, border-color .16s ease, color .16s ease;
  width: 1.35rem;
}
.bank-option-delete[data-v-5cbdc516]:hover:not(:disabled) {
  background: #be123c;
  border-color: #be123c;
  color: #fff;
}
.bank-option-delete[data-v-5cbdc516]:disabled {
  cursor: progress;
  opacity: .55;
}
.bank-association-option.is-associated .bank-option-status[data-v-5cbdc516] {
  background: #dcfce7;
  color: #047857;
}
.bank-option-content[data-v-5cbdc516] {
  display: grid;
  gap: .45rem;
  min-width: 0;
}
.bank-option-topline[data-v-5cbdc516] {
  align-items: start;
  display: flex;
  gap: 1.9rem;
  justify-content: space-between;
  min-width: 0;
}
.bank-option-topline > strong[data-v-5cbdc516] {
  color: #071426;
  font-size: .86rem;
  font-weight: 950;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bank-option-tags[data-v-5cbdc516] {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: .25rem;
  justify-content: flex-end;
}
.bank-option-line[data-v-5cbdc516] {
  align-items: center;
  color: #475569;
  display: flex;
  flex-wrap: wrap;
  font-size: .74rem;
  font-weight: 850;
  gap: .25rem .55rem;
  min-width: 0;
}
.bank-option-line span[data-v-5cbdc516],
.bank-option-line strong[data-v-5cbdc516] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bank-option-line span[data-v-5cbdc516] {
  color: #17263a;
}
.bank-option-line strong[data-v-5cbdc516] {
  color: #1e3a8a;
  font-weight: 950;
}
.bank-option-doc[data-v-5cbdc516] {
  align-items: center;
  background: #dcfce7;
  border: 1px solid #86efac;
  border-radius: 999px;
  color: #047857 !important;
  display: inline-flex;
  font-size: .58rem !important;
  font-weight: 950 !important;
  letter-spacing: .04em;
  padding: .16rem .38rem;
  text-transform: uppercase;
}
.bank-option-action[data-v-5cbdc516] {
  align-items: center;
  background: #071426;
  border: 1px solid #071426;
  border-radius: .55rem;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: .58rem;
  font-weight: 950;
  gap: .24rem;
  grid-column: 2;
  justify-content: center;
  justify-self: end;
  letter-spacing: .04em;
  min-height: 1.55rem;
  padding: .22rem .42rem;
  text-transform: uppercase;
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}
.bank-option-action[data-v-5cbdc516]:not(:disabled):hover {
  background: #9d0048;
  border-color: #9d0048;
  transform: translateY(-1px);
}
.bank-option-action.is-associated[data-v-5cbdc516] {
  background: #dcfce7;
  border-color: #86efac;
  color: #047857;
}
.bank-option-action[data-v-5cbdc516]:disabled {
  cursor: default;
  opacity: 1;
}
.bank-option-associated[data-v-5cbdc516],
.bank-option-detected[data-v-5cbdc516] {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: .62rem !important;
  font-weight: 950 !important;
  gap: .3rem;
  justify-self: start;
  letter-spacing: .04em;
  padding: .18rem .45rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.bank-option-associated[data-v-5cbdc516] {
  background: #dcfce7;
  border-color: #86efac;
  color: #047857 !important;
}
.bank-option-detected[data-v-5cbdc516] {
  background: #fffbeb;
  border-color: #fcd34d;
  color: #92400e !important;
}
.bank-option-available[data-v-5cbdc516] {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1d4ed8 !important;
}
.contracts-loading[data-v-5cbdc516] {
  pointer-events: none;
}
.contracts-loading-block[data-v-5cbdc516] {
  display: grid;
  gap: .45rem;
  min-width: 0;
}
.contracts-skeleton[data-v-5cbdc516] {
  animation: contracts-skeleton-shimmer-5cbdc516 1.15s ease-in-out infinite;
  background: linear-gradient(90deg, #e2e8f0 0%, #f8fafc 45%, #dbe4ee 100%);
  background-size: 220% 100%;
  border-radius: 999px;
  display: block;
}
.contracts-skeleton-kicker[data-v-5cbdc516] {
  height: .55rem;
  width: 5.5rem;
}
.contracts-skeleton-title[data-v-5cbdc516] {
  height: .9rem;
  width: min(100%, 11rem);
}
.contracts-skeleton-meta[data-v-5cbdc516] {
  height: .7rem;
  width: min(100%, 8rem);
}
.contracts-skeleton-small[data-v-5cbdc516] {
  height: .7rem;
  width: 4.5rem;
}
.contracts-skeleton-status[data-v-5cbdc516],
.contracts-skeleton-pill[data-v-5cbdc516] {
  height: 1.25rem;
  width: 4.6rem;
}
.contracts-skeleton-pill--wide[data-v-5cbdc516] {
  width: 7.2rem;
}
.contracts-skeleton-action[data-v-5cbdc516] {
  height: 2.35rem;
  min-width: 6.5rem;
}
.contracts-skeleton-hero-title[data-v-5cbdc516] {
  height: 1.25rem;
  width: min(100%, 16rem);
}
.contracts-skeleton-hero-subtitle[data-v-5cbdc516] {
  height: .8rem;
  width: min(100%, 13rem);
}
.contracts-skeleton-section-title[data-v-5cbdc516] {
  height: 1rem;
  width: min(100%, 14rem);
}
.contracts-skeleton-kpi-value[data-v-5cbdc516] {
  height: 1.6rem;
  width: 5rem;
}
.contracts-loading-tags[data-v-5cbdc516] {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-top: .25rem;
}
.contract-list-main--loading[data-v-5cbdc516]:hover {
  border-color: #e2e8f0;
  box-shadow: none;
  transform: none;
}
.contracts-loading-panel[data-v-5cbdc516] {
  border: 1px solid rgba(23, 38, 58, .09);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 28px rgba(23, 38, 58, .06);
  margin-top: 1rem;
  padding: 1rem;
}
.contracts-loading-panel-head[data-v-5cbdc516],
.contracts-loading-row[data-v-5cbdc516] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.contracts-loading-kpis[data-v-5cbdc516] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 1rem;
}
.contracts-loading-kpi[data-v-5cbdc516],
.contracts-loading-row[data-v-5cbdc516] {
  border: 1px solid #e2e8f0;
  border-radius: .95rem;
  background: #fff;
  padding: .85rem;
}
.contracts-loading-rows[data-v-5cbdc516] {
  display: grid;
  gap: .65rem;
  margin-top: 1rem;
}
.contracts-error-state[data-v-5cbdc516] {
  grid-column: 1 / -1;
  color: #be123c;
  font-size: .9rem;
  font-weight: 900;
  text-align: center;
}
@keyframes contracts-skeleton-shimmer-5cbdc516 {
0% {
    background-position: 120% 0;
}
100% {
    background-position: -120% 0;
}
}
@media (max-width: 1024px) {
.contracts-workspace[data-v-5cbdc516] {
    grid-template-columns: 1fr;
}
.contracts-sidebar[data-v-5cbdc516] {
    position: static;
}
.contracts-main > .contract-hero[data-v-5cbdc516] {
    display: none;
}
.contracts-list-head[data-v-5cbdc516]:not(.contracts-mobile-visible),
  .contracts-list[data-v-5cbdc516]:not(.contracts-mobile-visible),
  .contracts-sidebar > .contracts-empty[data-v-5cbdc516]:not(.contracts-mobile-visible) {
    display: none;
}
.contracts-mobile-contract[data-v-5cbdc516] {
    border-top: 1px solid rgba(23, 38, 58, .08);
    display: block;
    flex: 0 0 100%;
    margin-top: .75rem;
    min-width: 0;
    padding-top: .75rem;
    width: 100%;
}
.contracts-mobile-contract .contract-hero-actions[data-v-5cbdc516] {
    justify-content: flex-start;
    margin-top: .75rem;
}
.contracts-mobile-list-toggle[data-v-5cbdc516] {
    align-items: center;
    border: 1px solid rgba(23, 38, 58, .12);
    border-radius: .9rem;
    background: #fff;
    color: #17263a;
    display: inline-flex;
    font-size: .72rem;
    font-weight: 950;
    gap: .45rem;
    justify-content: center;
    letter-spacing: .08em;
    margin-top: .75rem;
    min-height: 2.35rem;
    padding: .55rem .8rem;
    text-transform: uppercase;
    width: 100%;
}
.contracts-loading-kpis[data-v-5cbdc516] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bank-association-picker[data-v-5cbdc516] {
    align-items: stretch;
    grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.contracts-workspace[data-v-5cbdc516] {
    padding-left: .75rem;
    padding-right: .75rem;
}
.contracts-main[data-v-5cbdc516] {
    padding: .35rem;
}
.contract-hero[data-v-5cbdc516] {
    margin-bottom: .65rem;
    padding: .7rem;
}
.contracts-sidebar-head[data-v-5cbdc516],
  .contract-hero[data-v-5cbdc516],
  .contracts-modal-head[data-v-5cbdc516] {
    align-items: stretch;
    flex-direction: column;
}
.bank-association-head[data-v-5cbdc516] {
    flex-direction: column;
}
.bank-new-rib-button[data-v-5cbdc516] {
    align-self: flex-start;
    min-height: 1.9rem;
    padding: .38rem .62rem;
}
.bank-association-card[data-v-5cbdc516] {
    padding: .75rem;
}
.bank-association-picker[data-v-5cbdc516] {
    gap: .55rem;
}
.bank-association-list[data-v-5cbdc516] {
    grid-template-columns: minmax(0, 1fr);
}
.bank-association-option[data-v-5cbdc516] {
    gap: .45rem .55rem;
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 0;
    padding: .55rem;
}
.bank-option-status[data-v-5cbdc516] {
    height: 1.85rem;
    width: 1.85rem;
}
.bank-option-content[data-v-5cbdc516] {
    grid-column: 2;
}
.bank-option-topline[data-v-5cbdc516] {
    align-items: flex-start;
    flex-direction: column;
    gap: .35rem;
}
.bank-option-tags[data-v-5cbdc516] {
    justify-content: flex-start;
}
.bank-option-line[data-v-5cbdc516] {
    align-items: flex-start;
    flex-direction: column;
    gap: .15rem;
}
.bank-option-action[data-v-5cbdc516] {
    grid-column: 1 / -1;
    min-height: 2rem;
    padding: .45rem .65rem;
    width: 100%;
}
.contracts-context-actions[data-v-5cbdc516] {
    grid-template-columns: 1fr;
}
.contract-hero-actions[data-v-5cbdc516] {
    align-self: stretch;
    justify-content: flex-start;
}
.contracts-loading-kpis[data-v-5cbdc516] {
    grid-template-columns: 1fr;
}
.contracts-loading-panel-head[data-v-5cbdc516],
  .contracts-loading-row[data-v-5cbdc516] {
    align-items: stretch;
    flex-direction: column;
}
.contracts-skeleton-action[data-v-5cbdc516] {
    width: 100%;
}
}


.operations-content[data-v-28b754da] {
  display: grid;
  gap: 1rem;
  margin-top: .9rem;
}
.operations-card[data-v-28b754da],
.operation-section-skeleton[data-v-28b754da] {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .05);
}
.operations-card[data-v-28b754da] {
  padding: 1rem;
}
.operations-card-head[data-v-28b754da] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.operations-kicker[data-v-28b754da] {
  color: #9a6a15;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.operations-title-row[data-v-28b754da] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
  margin-top: .25rem;
}
.operations-title-row h2[data-v-28b754da] {
  margin: 0;
  color: #111827;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 950;
}
.operations-card p[data-v-28b754da] {
  max-width: 42rem;
  margin: .45rem 0 0;
  color: #64748b;
  font-size: .86rem;
  font-weight: 700;
}
.instance-chip[data-v-28b754da] {
  display: inline-flex;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  background: #f8fafc;
  color: #334155;
  padding: .28rem .6rem;
  font-size: .72rem;
  font-weight: 900;
}
.ops-metrics[data-v-28b754da] {
  display: grid;
  grid-template-columns: repeat(3, minmax(5.5rem, 1fr));
  gap: .5rem;
  min-width: min(24rem, 100%);
}
.ops-metrics article[data-v-28b754da] {
  border: 1px solid #dbeafe;
  border-radius: .85rem;
  background: #eff6ff;
  padding: .62rem .7rem;
}
.ops-metrics span[data-v-28b754da] {
  display: block;
  color: #64748b;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ops-metrics strong[data-v-28b754da] {
  display: block;
  margin-top: .25rem;
  color: #17263a;
  font-size: 1.15rem;
  font-weight: 950;
}
.ops-metrics .metric-green[data-v-28b754da] {
  border-color: #bbf7d0;
  background: #f0fdf4;
}
.ops-metrics .metric-green strong[data-v-28b754da] {
  color: #047857;
}
.ops-metrics .metric-slate[data-v-28b754da] {
  border-color: #e5e7eb;
  background: #f8fafc;
}
.ops-action[data-v-28b754da] {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border: 0;
  border-radius: .65rem;
  padding: .65rem .9rem;
  font-size: .78rem;
  font-weight: 950;
}
.ops-action-dark[data-v-28b754da] {
  background: #17263a;
  color: #fff;
}
.ops-action-soft[data-v-28b754da] {
  border: 1px solid #f2d785;
  background: #fff7df;
  color: #7c530f;
}
.ops-action[data-v-28b754da]:disabled {
  cursor: not-allowed;
  opacity: .6;
}
.operations-error[data-v-28b754da] {
  border: 1px solid #fecdd3;
  border-radius: .85rem;
  background: #fff1f2;
  color: #be123c;
  padding: .75rem .9rem;
  font-size: .84rem;
  font-weight: 800;
}
.operations-list[data-v-28b754da] {
  min-width: 0;
}
.operations-loading[data-v-28b754da] {
  display: grid;
  gap: 1rem;
  margin-top: .9rem;
}
.operations-hero[data-v-28b754da],
.operation-section-skeleton[data-v-28b754da] {
  padding: 1rem;
}
.operation-card-grid[data-v-28b754da] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-top: .85rem;
}
.operation-card-skeleton[data-v-28b754da] {
  border: 1px solid #e5e7eb;
  border-radius: .9rem;
  background: #fff;
  padding: .9rem;
}
.skeleton-line[data-v-28b754da],
.skeleton-pill[data-v-28b754da] {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef2f7 0%, #f8fafc 45%, #e5e7eb 100%);
  background-size: 220% 100%;
  animation: skeleton-shimmer-28b754da 1.15s ease-in-out infinite;
}
.skeleton-kicker[data-v-28b754da] {
  width: 6rem;
  height: .62rem;
}
.skeleton-title[data-v-28b754da] {
  width: min(22rem, 70%);
  height: 1.35rem;
  margin-top: .6rem;
}
.skeleton-subtitle[data-v-28b754da] {
  width: min(30rem, 85%);
  height: .76rem;
  margin-top: .55rem;
}
.skeleton-section[data-v-28b754da] {
  width: 12rem;
  height: 1rem;
}
.skeleton-pill[data-v-28b754da] {
  width: 6rem;
  height: 1.6rem;
  margin-top: .75rem;
}
.ops-overlay[data-v-28b754da] {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, .55);
}
.ops-spinner[data-v-28b754da] {
  width: 5rem;
  height: 5rem;
  border: .5rem solid #e5e7eb;
  border-top-color: #17263a;
  border-radius: 999px;
  animation: spin-28b754da .8s linear infinite;
}
.ops-overlay p[data-v-28b754da] {
  margin: 1rem 0 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
}
@keyframes skeleton-shimmer-28b754da {
0% {
    background-position: 120% 0;
}
100% {
    background-position: -120% 0;
}
}
@keyframes spin-28b754da {
to {
    transform: rotate(360deg);
}
}
@media (max-width: 900px) {
.operations-card-head[data-v-28b754da] {
    flex-direction: column;
}
.ops-metrics[data-v-28b754da],
  .operation-card-grid[data-v-28b754da] {
    grid-template-columns: 1fr;
}
}


.operations-content[data-v-fe0d1a72] {
  display: grid;
  gap: 1rem;
  margin-top: .9rem;
}
.operations-card[data-v-fe0d1a72],
.operation-section-skeleton[data-v-fe0d1a72] {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .05);
}
.operations-card[data-v-fe0d1a72] {
  padding: 1rem;
}
.operations-card-head[data-v-fe0d1a72] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.operations-card-head-tight[data-v-fe0d1a72] {
  margin-bottom: .9rem;
}
.operations-kicker[data-v-fe0d1a72] {
  color: #9a6a15;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.operations-title-row[data-v-fe0d1a72] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
  margin-top: .25rem;
}
.operations-title-row h2[data-v-fe0d1a72] {
  margin: 0;
  color: #111827;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 950;
}
.operations-card p[data-v-fe0d1a72] {
  max-width: 42rem;
  margin: .45rem 0 0;
  color: #64748b;
  font-size: .86rem;
  font-weight: 700;
}
.instance-chip[data-v-fe0d1a72] {
  display: inline-flex;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  background: #f8fafc;
  color: #334155;
  padding: .28rem .6rem;
  font-size: .72rem;
  font-weight: 900;
}
.ops-metrics[data-v-fe0d1a72] {
  display: grid;
  grid-template-columns: repeat(3, minmax(5.5rem, 1fr));
  gap: .5rem;
  min-width: min(24rem, 100%);
}
.ops-metrics article[data-v-fe0d1a72] {
  border: 1px solid #dbeafe;
  border-radius: .85rem;
  background: #eff6ff;
  padding: .62rem .7rem;
}
.ops-metrics span[data-v-fe0d1a72] {
  display: block;
  color: #64748b;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ops-metrics strong[data-v-fe0d1a72] {
  display: block;
  margin-top: .25rem;
  color: #17263a;
  font-size: 1.15rem;
  font-weight: 950;
}
.ops-metrics .metric-green[data-v-fe0d1a72] {
  border-color: #bbf7d0;
  background: #f0fdf4;
}
.ops-metrics .metric-green strong[data-v-fe0d1a72] {
  color: #047857;
}
.ops-metrics .metric-slate[data-v-fe0d1a72] {
  border-color: #e5e7eb;
  background: #f8fafc;
}
.ops-action[data-v-fe0d1a72] {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border: 0;
  border-radius: .65rem;
  padding: .65rem .9rem;
  font-size: .78rem;
  font-weight: 950;
}
.ops-action-dark[data-v-fe0d1a72] {
  background: #17263a;
  color: #fff;
}
.ops-action-soft[data-v-fe0d1a72] {
  border: 1px solid #f2d785;
  background: #fff7df;
  color: #7c530f;
}
.ops-action-danger[data-v-fe0d1a72] {
  border: 1px solid #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.ops-action[data-v-fe0d1a72]:disabled {
  cursor: not-allowed;
  opacity: .6;
}
.operations-error[data-v-fe0d1a72] {
  border: 1px solid #fecdd3;
  border-radius: .85rem;
  background: #fff1f2;
  color: #be123c;
  padding: .75rem .9rem;
  font-size: .84rem;
  font-weight: 800;
}
.operations-list[data-v-fe0d1a72] {
  min-width: 0;
}
.file-tools[data-v-fe0d1a72] {
  display: grid;
  gap: .85rem;
}
.file-dropzone[data-v-fe0d1a72] {
  display: grid;
  gap: .2rem;
  border: 1px dashed #cbd5e1;
  border-radius: .9rem;
  background: #f8fafc;
  color: #334155;
  cursor: pointer;
  padding: .9rem;
}
.file-dropzone.active[data-v-fe0d1a72] {
  border-color: #17263a;
  background: #eef2f7;
}
.file-name[data-v-fe0d1a72] {
  font-size: .9rem;
  font-weight: 950;
}
.file-dropzone small[data-v-fe0d1a72],
.file-muted[data-v-fe0d1a72] {
  color: #64748b;
  font-size: .76rem;
  font-weight: 750;
}
.file-dropzone strong[data-v-fe0d1a72] {
  justify-self: start;
  margin-top: .45rem;
  border-radius: .65rem;
  background: #17263a;
  color: #fff;
  padding: .52rem .75rem;
  font-size: .74rem;
  font-weight: 950;
}
.file-actions[data-v-fe0d1a72] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
}
.hidden-input[data-v-fe0d1a72] {
  display: none;
}
.operations-loading[data-v-fe0d1a72] {
  display: grid;
  gap: 1rem;
  margin-top: .9rem;
}
.operations-hero[data-v-fe0d1a72],
.operation-section-skeleton[data-v-fe0d1a72] {
  padding: 1rem;
}
.operation-card-grid[data-v-fe0d1a72] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-top: .85rem;
}
.operation-card-skeleton[data-v-fe0d1a72] {
  border: 1px solid #e5e7eb;
  border-radius: .9rem;
  background: #fff;
  padding: .9rem;
}
.skeleton-line[data-v-fe0d1a72],
.skeleton-pill[data-v-fe0d1a72] {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef2f7 0%, #f8fafc 45%, #e5e7eb 100%);
  background-size: 220% 100%;
  animation: skeleton-shimmer-fe0d1a72 1.15s ease-in-out infinite;
}
.skeleton-kicker[data-v-fe0d1a72] {
  width: 6rem;
  height: .62rem;
}
.skeleton-title[data-v-fe0d1a72] {
  width: min(22rem, 70%);
  height: 1.35rem;
  margin-top: .6rem;
}
.skeleton-subtitle[data-v-fe0d1a72] {
  width: min(30rem, 85%);
  height: .76rem;
  margin-top: .55rem;
}
.skeleton-section[data-v-fe0d1a72] {
  width: 12rem;
  height: 1rem;
}
.skeleton-pill[data-v-fe0d1a72] {
  width: 6rem;
  height: 1.6rem;
  margin-top: .75rem;
}
.ops-overlay[data-v-fe0d1a72] {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, .55);
}
.ops-spinner[data-v-fe0d1a72] {
  width: 5rem;
  height: 5rem;
  border: .5rem solid #e5e7eb;
  border-top-color: #17263a;
  border-radius: 999px;
  animation: spin-fe0d1a72 .8s linear infinite;
}
.ops-overlay p[data-v-fe0d1a72] {
  margin: 1rem 0 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
}
@keyframes skeleton-shimmer-fe0d1a72 {
0% {
    background-position: 120% 0;
}
100% {
    background-position: -120% 0;
}
}
@keyframes spin-fe0d1a72 {
to {
    transform: rotate(360deg);
}
}
@media (max-width: 900px) {
.operations-card-head[data-v-fe0d1a72] {
    flex-direction: column;
}
.ops-metrics[data-v-fe0d1a72],
  .operation-card-grid[data-v-fe0d1a72] {
    grid-template-columns: 1fr;
}
}


.payments-operations-page[data-v-3e188d92] .admin-page-shell,
.payments-operations-page[data-v-3e188d92] {
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 10%, rgba(168, 94, 14, .10), transparent 28rem),
    radial-gradient(circle at 86% 14%, rgba(16, 37, 64, .10), transparent 26rem),
    linear-gradient(135deg, #f7f4ef 0%, #eef3f1 52%, #f8fafc 100%);
  color: #102540;
}
.payments-ops-content[data-v-3e188d92] {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  padding-bottom: 2rem;
}
.payments-ops-card[data-v-3e188d92],
.payments-ops-loading[data-v-3e188d92] {
  border: 1px solid rgba(15, 33, 55, .08);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 45px rgba(16, 37, 64, .08);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.payments-ops-summary[data-v-3e188d92] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem;
}
.payments-ops-kicker[data-v-3e188d92],
.payments-ops-source-code[data-v-3e188d92] {
  color: #a85e0e;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.payments-ops-title-row[data-v-3e188d92] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
  margin-top: .25rem;
}
.payments-ops-title-row h2[data-v-3e188d92],
.payments-ops-collapse h3[data-v-3e188d92] {
  margin: 0;
  color: #102540;
  font-weight: 950;
  line-height: 1.1;
}
.payments-ops-title-row h2[data-v-3e188d92] {
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
}
.payments-ops-collapse h3[data-v-3e188d92] {
  margin-top: .2rem;
  font-size: 1.15rem;
}
.payments-ops-summary p[data-v-3e188d92],
.payments-ops-collapse p[data-v-3e188d92],
.payments-ops-source-card p[data-v-3e188d92] {
  max-width: 44rem;
  margin: .45rem 0 0;
  color: #52657a;
  font-size: .88rem;
  font-weight: 650;
}
.payments-ops-chip[data-v-3e188d92] {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(16, 37, 64, .12);
  border-radius: 999px;
  background: rgba(248, 250, 252, .88);
  color: #334155;
  padding: .28rem .6rem;
  font-size: .72rem;
  font-weight: 900;
  white-space: nowrap;
}
.payments-ops-metrics[data-v-3e188d92] {
  display: grid;
  grid-template-columns: repeat(3, minmax(5.5rem, 1fr));
  gap: .55rem;
  min-width: min(24rem, 100%);
}
.payments-ops-metrics article[data-v-3e188d92] {
  border: 1px solid rgba(16, 37, 64, .10);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .72);
  padding: .75rem .8rem;
}
.payments-ops-metrics span[data-v-3e188d92] {
  display: block;
  color: #65758a;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.payments-ops-metrics strong[data-v-3e188d92] {
  display: block;
  margin-top: .25rem;
  color: #102540;
  font-size: 1.25rem;
  font-weight: 950;
}
.payments-ops-metrics .metric-green[data-v-3e188d92] {
  border-color: rgba(16, 185, 129, .22);
  background: rgba(236, 253, 245, .85);
}
.payments-ops-metrics .metric-green strong[data-v-3e188d92] {
  color: #047857;
}
.payments-ops-metrics .metric-slate[data-v-3e188d92] {
  border-color: rgba(148, 163, 184, .22);
  background: rgba(248, 250, 252, .86);
}
.payments-ops-action[data-v-3e188d92] {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border: 0;
  border-radius: .9rem;
  padding: .72rem 1rem;
  font-size: .82rem;
  font-weight: 950;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.payments-ops-action[data-v-3e188d92]:not(:disabled):hover {
  transform: translateY(-1px);
}
.payments-ops-action-dark[data-v-3e188d92] {
  background: #102540;
  color: #fff;
  box-shadow: 0 14px 28px rgba(16, 37, 64, .18);
}
.payments-ops-action-light[data-v-3e188d92] {
  border: 1px solid rgba(16, 37, 64, .14);
  background: rgba(255, 255, 255, .86);
  color: #102540;
  box-shadow: 0 10px 22px rgba(16, 37, 64, .08);
}
.payments-ops-action[data-v-3e188d92]:disabled {
  cursor: not-allowed;
  opacity: .6;
}
.payments-ops-error[data-v-3e188d92] {
  border: 1px solid #fecdd3;
  border-radius: 1rem;
  background: rgba(255, 241, 242, .92);
  color: #be123c;
  padding: .8rem 1rem;
  font-size: .84rem;
  font-weight: 800;
}
.payments-ops-list[data-v-3e188d92] {
  min-width: 0;
}
.payments-ops-list[data-v-3e188d92] .cards-container,
.payments-ops-list[data-v-3e188d92] .grid {
  min-width: 0;
}
.payments-ops-sources[data-v-3e188d92] {
  padding: 1rem;
}
.payments-ops-collapse[data-v-3e188d92] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}
.payments-ops-collapse-meta[data-v-3e188d92] {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: #64748b;
}
.payments-ops-source-grid[data-v-3e188d92] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
  margin-top: 1rem;
}
.payments-ops-source-card[data-v-3e188d92] {
  border: 1px solid rgba(15, 33, 55, .08);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, .74);
  padding: 1rem;
}
.payments-ops-source-head[data-v-3e188d92] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
}
.payments-ops-source-card h4[data-v-3e188d92] {
  margin: .35rem 0 0;
  color: #102540;
  font-size: 1rem;
  font-weight: 950;
}
.payments-ops-status[data-v-3e188d92] {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .25rem .55rem;
  font-size: .68rem;
  font-weight: 950;
  white-space: nowrap;
}
.payments-ops-status.available[data-v-3e188d92] {
  border: 1px solid #a7f3d0;
  background: #ecfdf5;
  color: #047857;
}
.payments-ops-status.missing[data-v-3e188d92] {
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  color: #64748b;
}
.payments-ops-upload[data-v-3e188d92] {
  margin-top: .95rem;
}
.payments-ops-dropzone[data-v-3e188d92] {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: .85rem;
  border: 1px dashed #cbd5e1;
  border-radius: 1rem;
  background: rgba(248, 250, 252, .86);
  padding: .85rem;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.payments-ops-dropzone.active[data-v-3e188d92],
.payments-ops-dropzone[data-v-3e188d92]:hover {
  border-color: #102540;
  background: rgba(239, 246, 255, .9);
  box-shadow: 0 0 0 3px rgba(16, 37, 64, .08);
}
.payments-ops-file-name[data-v-3e188d92] {
  min-width: 0;
  overflow: hidden;
  color: #23384f;
  font-size: .86rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.payments-ops-file-help[data-v-3e188d92] {
  margin-top: .2rem;
  color: #738295;
  font-size: .72rem;
  font-weight: 650;
}
.payments-ops-browse[data-v-3e188d92] {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  border-radius: .75rem;
  background: #102540;
  color: #fff;
  padding: .58rem .75rem;
  font-size: .74rem;
  font-weight: 950;
}
.payments-ops-source-message[data-v-3e188d92] {
  min-height: 1.25rem;
  margin-top: .7rem;
  color: #94a3b8;
  font-size: .74rem;
  font-weight: 750;
}
.payments-ops-source-message .message-error[data-v-3e188d92] {
  color: #be123c;
}
.payments-ops-source-message .message-success[data-v-3e188d92] {
  color: #047857;
}
.payments-ops-source-actions[data-v-3e188d92] {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-top: .7rem;
}
.payments-ops-download[data-v-3e188d92],
.payments-ops-delete[data-v-3e188d92] {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: .85rem;
  font-size: .8rem;
  font-weight: 900;
  transition: background .18s ease, border-color .18s ease;
}
.payments-ops-download[data-v-3e188d92] {
  flex: 1;
  gap: .45rem;
  min-width: 0;
  border: 1px solid rgba(16, 37, 64, .12);
  background: #fff;
  color: #334155;
  padding: .62rem .75rem;
}
.payments-ops-download span[data-v-3e188d92] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.payments-ops-delete[data-v-3e188d92] {
  width: 42px;
  border: 1px solid #fecdd3;
  background: #fff;
  color: #be123c;
}
.payments-ops-download[data-v-3e188d92]:hover {
  border-color: rgba(16, 37, 64, .28);
  background: #f8fafc;
}
.payments-ops-delete[data-v-3e188d92]:hover {
  background: #fff1f2;
}
.payments-ops-delete[data-v-3e188d92]:disabled {
  cursor: not-allowed;
  opacity: .55;
}
.hidden[data-v-3e188d92] {
  display: none;
}
.payments-ops-loading[data-v-3e188d92] {
  display: grid;
  gap: .7rem;
  margin-top: 1rem;
  padding: 1rem;
}
.payments-ops-skeleton[data-v-3e188d92] {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef2f7 0%, #f8fafc 45%, #e5e7eb 100%);
  background-size: 220% 100%;
  animation: payments-skeleton-shimmer-3e188d92 1.15s ease-in-out infinite;
}
.payments-ops-skeleton-title[data-v-3e188d92] {
  width: min(22rem, 72%);
  height: 1.35rem;
}
.payments-ops-skeleton-line[data-v-3e188d92] {
  width: min(34rem, 88%);
  height: .78rem;
}
.payments-ops-skeleton-line.short[data-v-3e188d92] {
  width: min(18rem, 55%);
}
@keyframes payments-skeleton-shimmer-3e188d92 {
0% {
    background-position: 200% 0;
}
100% {
    background-position: -200% 0;
}
}
@media (max-width: 1023px) {
.payments-ops-summary[data-v-3e188d92] {
    flex-direction: column;
}
.payments-ops-metrics[data-v-3e188d92],
  .payments-ops-source-grid[data-v-3e188d92] {
    width: 100%;
    grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.payments-ops-summary[data-v-3e188d92],
  .payments-ops-sources[data-v-3e188d92] {
    border-radius: 1.15rem;
    padding: .9rem;
}
.payments-ops-collapse[data-v-3e188d92],
  .payments-ops-source-head[data-v-3e188d92],
  .payments-ops-dropzone[data-v-3e188d92] {
    align-items: stretch;
    flex-direction: column;
}
.payments-ops-collapse-meta[data-v-3e188d92],
  .payments-ops-source-actions[data-v-3e188d92] {
    width: 100%;
}
.payments-ops-download[data-v-3e188d92] {
    justify-content: flex-start;
}
.payments-ops-browse[data-v-3e188d92] {
    width: 100%;
}
}


.pilotage-operations-container[data-v-4c1bfd9b] {
  display: grid;
  gap: 1.05rem;
  max-width: 100%;
  overflow-x: hidden;
}
.pilotage-operations-page[data-v-4c1bfd9b] {
  display: grid;
  gap: 1rem;
  min-width: 0;
}
.pilotage-op-kpi-grid[data-v-4c1bfd9b] {
  margin-top: .2rem;
}
.pilotage-op-action[data-v-4c1bfd9b] {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border-radius: .7rem;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
  padding: .58rem .85rem;
  transition: transform .16s ease, background .16s ease, box-shadow .16s ease;
  white-space: nowrap;
}
.pilotage-op-action[data-v-4c1bfd9b]:hover:not(:disabled) {
  transform: translateY(-1px);
}
.pilotage-op-action[data-v-4c1bfd9b]:disabled {
  cursor: not-allowed;
  opacity: .6;
}
.pilotage-op-action-soft[data-v-4c1bfd9b] {
  border: 1px solid #f2d785;
  background: #fff7df;
  color: #7c530f;
}
.pilotage-op-action-dark[data-v-4c1bfd9b] {
  border: 1px solid #17263a;
  background: linear-gradient(135deg, #17263a, #071426);
  color: #fff;
  box-shadow: 0 12px 26px rgba(7, 20, 38, .16);
}
.pilotage-op-card-panel[data-v-4c1bfd9b],
.pilotage-op-panel[data-v-4c1bfd9b] {
  min-width: 0;
  border: 1px solid rgba(23, 38, 58, .1);
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(23, 38, 58, .07);
  padding: 1rem;
}
.pilotage-op-sources-block[data-v-4c1bfd9b] {
  min-width: 0;
}
.pilotage-op-sources-toggle[data-v-4c1bfd9b] {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  text-align: left;
}
.pilotage-op-sources-grid[data-v-4c1bfd9b] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin-top: 1rem;
}
.pilotage-op-source-card[data-v-4c1bfd9b] {
  min-width: 0;
  border: 1px solid #dbe3ef;
  border-radius: 1rem;
  background: linear-gradient(135deg, #fff, #f8fafc);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .06);
  padding: 1rem;
}
[data-v-4c1bfd9b] .admin-hero {
  align-items: flex-start;
  flex-direction: column;
}
[data-v-4c1bfd9b] .admin-hero-actions {
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 1024px) {
.pilotage-op-sources-grid[data-v-4c1bfd9b] {
    grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.pilotage-op-action[data-v-4c1bfd9b] {
    width: 100%;
}
}


.crm-operations-page[data-v-76e2697a] {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 12%, rgba(180, 83, 9, .10), transparent 28rem),
    radial-gradient(circle at 88% 16%, rgba(4, 120, 87, .10), transparent 26rem),
    linear-gradient(135deg, #fbf7ef 0%, #eef7f2 56%, #f8fafc 100%);
}
.crm-ops-content[data-v-76e2697a] {
  display: grid;
  gap: 1rem;
  padding-bottom: 2rem;
}
.crm-ops-action[data-v-76e2697a] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 2.35rem;
  border: 1px solid #cbd5e1;
  border-radius: .8rem;
  font-size: .76rem;
  font-weight: 900;
  padding: .5rem .8rem;
  text-transform: uppercase;
}
.crm-ops-action--soft[data-v-76e2697a] {
  background: #fff;
  color: #17263a;
}
.crm-ops-action--dark[data-v-76e2697a] {
  border-color: #17263a;
  background: #17263a;
  color: #fff;
}
.crm-ops-action[data-v-76e2697a]:disabled {
  cursor: not-allowed;
  opacity: .6;
}
.crm-ops-summary[data-v-76e2697a],
.crm-ops-panel[data-v-76e2697a] {
  border: 1px solid rgba(23, 38, 58, .10);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 34px rgba(23, 38, 58, .07);
}
.crm-ops-summary[data-v-76e2697a] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .6rem;
  padding: .75rem;
}
.crm-ops-summary article[data-v-76e2697a] {
  display: grid;
  gap: .12rem;
  border-radius: 1rem;
  background: #eff6ff;
  color: #1d4ed8;
  padding: .7rem;
}
.crm-ops-summary article.is-green[data-v-76e2697a] {
  background: #dcfce7;
  color: #047857;
}
.crm-ops-summary article.is-slate[data-v-76e2697a] {
  background: #e2e8f0;
  color: #475569;
}
.crm-ops-summary span[data-v-76e2697a],
.crm-ops-kicker[data-v-76e2697a] {
  font-size: .65rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.crm-ops-summary strong[data-v-76e2697a] {
  color: #0f172a;
  font-size: 1.35rem;
  font-weight: 950;
}
.crm-ops-panel[data-v-76e2697a] {
  padding: .85rem;
}
.crm-ops-panel-head[data-v-76e2697a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .75rem;
}
.crm-ops-panel-head h2[data-v-76e2697a] {
  margin: .1rem 0 0;
  color: #17263a;
  font-size: 1.1rem;
  font-weight: 950;
}
.crm-ops-kicker[data-v-76e2697a] {
  color: #b45309;
}
.crm-ops-chip[data-v-76e2697a] {
  border-radius: 999px;
  background: #ffedd5;
  color: #9a3412;
  font-size: .7rem;
  font-weight: 950;
  padding: .32rem .65rem;
}
.crm-ops-state[data-v-76e2697a] {
  border: 1px solid #dbeafe;
  border-radius: 1rem;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: .85rem;
  font-weight: 800;
  padding: .85rem;
}
.crm-ops-state--error[data-v-76e2697a] {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
@media (max-width: 700px) {
.crm-ops-summary[data-v-76e2697a] {
    grid-template-columns: 1fr;
}
.crm-ops-panel-head[data-v-76e2697a] {
    align-items: flex-start;
    flex-direction: column;
}
}


.operations-content[data-v-aa9bb106] {
  display: grid;
  gap: 1rem;
  margin-top: .9rem;
}
.operations-card[data-v-aa9bb106],
.operation-section-skeleton[data-v-aa9bb106] {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .05);
}
.operations-card[data-v-aa9bb106] {
  padding: 1rem;
}
.operations-card-head[data-v-aa9bb106] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.operations-kicker[data-v-aa9bb106] {
  color: #9a6a15;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.operations-title-row[data-v-aa9bb106] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
  margin-top: .25rem;
}
.operations-title-row h2[data-v-aa9bb106] {
  margin: 0;
  color: #111827;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 950;
}
.operations-card p[data-v-aa9bb106] {
  max-width: 42rem;
  margin: .45rem 0 0;
  color: #64748b;
  font-size: .86rem;
  font-weight: 700;
}
.instance-chip[data-v-aa9bb106] {
  display: inline-flex;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  background: #f8fafc;
  color: #334155;
  padding: .28rem .6rem;
  font-size: .72rem;
  font-weight: 900;
}
.ops-metrics[data-v-aa9bb106] {
  display: grid;
  grid-template-columns: repeat(2, minmax(5.5rem, 1fr));
  gap: .5rem;
  min-width: min(16rem, 100%);
}
.ops-metrics article[data-v-aa9bb106] {
  border: 1px solid #dbeafe;
  border-radius: .85rem;
  background: #eff6ff;
  padding: .62rem .7rem;
}
.ops-metrics span[data-v-aa9bb106] {
  display: block;
  color: #64748b;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ops-metrics strong[data-v-aa9bb106] {
  display: block;
  margin-top: .25rem;
  color: #17263a;
  font-size: 1.15rem;
  font-weight: 950;
}
.ops-metrics .metric-green[data-v-aa9bb106] {
  border-color: #bbf7d0;
  background: #f0fdf4;
}
.ops-metrics .metric-green strong[data-v-aa9bb106] {
  color: #047857;
}
.ops-metrics .metric-slate[data-v-aa9bb106] {
  border-color: #e5e7eb;
  background: #f8fafc;
}
.ops-action[data-v-aa9bb106] {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border: 0;
  border-radius: .65rem;
  padding: .65rem .9rem;
  font-size: .78rem;
  font-weight: 950;
}
.ops-action-dark[data-v-aa9bb106] {
  background: #17263a;
  color: #fff;
}
.ops-action-soft[data-v-aa9bb106] {
  border: 1px solid #f2d785;
  background: #fff7df;
  color: #7c530f;
}
.ops-action[data-v-aa9bb106]:disabled {
  cursor: not-allowed;
  opacity: .6;
}
.operations-error[data-v-aa9bb106] {
  border: 1px solid #fecdd3;
  border-radius: .85rem;
  background: #fff1f2;
  color: #be123c;
  padding: .75rem .9rem;
  font-size: .84rem;
  font-weight: 800;
}
.operations-list[data-v-aa9bb106] {
  min-width: 0;
}
.operations-loading[data-v-aa9bb106] {
  display: grid;
  gap: 1rem;
  margin-top: .9rem;
}
.operations-hero[data-v-aa9bb106],
.operation-section-skeleton[data-v-aa9bb106] {
  padding: 1rem;
}
.operation-card-grid[data-v-aa9bb106] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-top: .85rem;
}
.operation-card-skeleton[data-v-aa9bb106] {
  border: 1px solid #e5e7eb;
  border-radius: .9rem;
  background: #fff;
  padding: .9rem;
}
.skeleton-line[data-v-aa9bb106],
.skeleton-pill[data-v-aa9bb106] {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef2f7 0%, #f8fafc 45%, #e5e7eb 100%);
  background-size: 220% 100%;
  animation: skeleton-shimmer-aa9bb106 1.15s ease-in-out infinite;
}
.skeleton-kicker[data-v-aa9bb106] {
  width: 6rem;
  height: .62rem;
}
.skeleton-title[data-v-aa9bb106] {
  width: min(22rem, 70%);
  height: 1.35rem;
  margin-top: .6rem;
}
.skeleton-subtitle[data-v-aa9bb106] {
  width: min(30rem, 85%);
  height: .76rem;
  margin-top: .55rem;
}
.skeleton-section[data-v-aa9bb106] {
  width: 12rem;
  height: 1rem;
}
.skeleton-pill[data-v-aa9bb106] {
  width: 6rem;
  height: 1.6rem;
  margin-top: .75rem;
}
.ops-overlay[data-v-aa9bb106] {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, .55);
}
.ops-spinner[data-v-aa9bb106] {
  width: 5rem;
  height: 5rem;
  border: .5rem solid #e5e7eb;
  border-top-color: #17263a;
  border-radius: 999px;
  animation: spin-aa9bb106 .8s linear infinite;
}
.ops-overlay p[data-v-aa9bb106] {
  margin: 1rem 0 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
}
@keyframes skeleton-shimmer-aa9bb106 {
0% {
    background-position: 120% 0;
}
100% {
    background-position: -120% 0;
}
}
@keyframes spin-aa9bb106 {
to {
    transform: rotate(360deg);
}
}
@media (max-width: 900px) {
.operations-card-head[data-v-aa9bb106] {
    flex-direction: column;
}
.ops-metrics[data-v-aa9bb106],
  .operation-card-grid[data-v-aa9bb106] {
    grid-template-columns: 1fr;
}
}


.operations-content[data-v-439201cf] {
  display: grid;
  gap: 1rem;
  margin-top: .9rem;
}
.operations-card[data-v-439201cf],
.operation-section-skeleton[data-v-439201cf] {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .05);
}
.operations-card[data-v-439201cf] {
  padding: 1rem;
}
.operations-card-head[data-v-439201cf] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.operations-kicker[data-v-439201cf] {
  color: #9a6a15;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.operations-title-row[data-v-439201cf] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
  margin-top: .25rem;
}
.operations-title-row h2[data-v-439201cf] {
  margin: 0;
  color: #111827;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 950;
}
.operations-card p[data-v-439201cf] {
  max-width: 42rem;
  margin: .45rem 0 0;
  color: #64748b;
  font-size: .86rem;
  font-weight: 700;
}
.instance-chip[data-v-439201cf] {
  display: inline-flex;
  max-width: min(100%, 26rem);
  overflow: hidden;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  background: #f8fafc;
  color: #334155;
  padding: .28rem .6rem;
  font-size: .72rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ops-metrics[data-v-439201cf] {
  display: grid;
  grid-template-columns: repeat(3, minmax(5.25rem, 1fr));
  gap: .5rem;
  min-width: min(24rem, 100%);
}
.ops-metrics article[data-v-439201cf] {
  border: 1px solid #dbeafe;
  border-radius: .85rem;
  background: #eff6ff;
  padding: .62rem .7rem;
}
.ops-metrics span[data-v-439201cf] {
  display: block;
  color: #64748b;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ops-metrics strong[data-v-439201cf] {
  display: block;
  margin-top: .25rem;
  color: #17263a;
  font-size: 1.15rem;
  font-weight: 950;
}
.ops-metrics .metric-green[data-v-439201cf] {
  border-color: #bbf7d0;
  background: #f0fdf4;
}
.ops-metrics .metric-green strong[data-v-439201cf] {
  color: #047857;
}
.ops-metrics .metric-slate[data-v-439201cf] {
  border-color: #e5e7eb;
  background: #f8fafc;
}
.ops-action[data-v-439201cf] {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border: 0;
  border-radius: .65rem;
  padding: .65rem .9rem;
  font-size: .78rem;
  font-weight: 950;
}
.ops-action-dark[data-v-439201cf] {
  background: #17263a;
  color: #fff;
}
.ops-action-soft[data-v-439201cf] {
  border: 1px solid #f2d785;
  background: #fff7df;
  color: #7c530f;
}
.ops-action[data-v-439201cf]:disabled {
  cursor: not-allowed;
  opacity: .6;
}
.operations-error[data-v-439201cf] {
  border: 1px solid #fecdd3;
  border-radius: .85rem;
  background: #fff1f2;
  color: #be123c;
  padding: .75rem .9rem;
  font-size: .84rem;
  font-weight: 800;
}
.operations-list[data-v-439201cf] {
  min-width: 0;
}
.operations-loading[data-v-439201cf] {
  display: grid;
  gap: 1rem;
  margin-top: .9rem;
}
.operations-hero[data-v-439201cf],
.operation-section-skeleton[data-v-439201cf] {
  padding: 1rem;
}
.operation-card-grid[data-v-439201cf] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-top: .85rem;
}
.operation-card-skeleton[data-v-439201cf] {
  border: 1px solid #e5e7eb;
  border-radius: .9rem;
  background: #fff;
  padding: .9rem;
}
.skeleton-line[data-v-439201cf],
.skeleton-pill[data-v-439201cf] {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef2f7 0%, #f8fafc 45%, #e5e7eb 100%);
  background-size: 220% 100%;
  animation: skeleton-shimmer-439201cf 1.15s ease-in-out infinite;
}
.skeleton-kicker[data-v-439201cf] {
  width: 6rem;
  height: .62rem;
}
.skeleton-title[data-v-439201cf] {
  width: min(22rem, 70%);
  height: 1.35rem;
  margin-top: .6rem;
}
.skeleton-subtitle[data-v-439201cf] {
  width: min(30rem, 85%);
  height: .76rem;
  margin-top: .55rem;
}
.skeleton-section[data-v-439201cf] {
  width: 12rem;
  height: 1rem;
}
.skeleton-pill[data-v-439201cf] {
  width: 6rem;
  height: 1.6rem;
  margin-top: .75rem;
}
.ops-overlay[data-v-439201cf] {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, .55);
}
.ops-spinner[data-v-439201cf] {
  width: 5rem;
  height: 5rem;
  border: .5rem solid #e5e7eb;
  border-top-color: #17263a;
  border-radius: 999px;
  animation: spin-439201cf .8s linear infinite;
}
.ops-overlay p[data-v-439201cf] {
  margin: 1rem 0 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
}
@keyframes skeleton-shimmer-439201cf {
0% {
    background-position: 120% 0;
}
100% {
    background-position: -120% 0;
}
}
@keyframes spin-439201cf {
to {
    transform: rotate(360deg);
}
}
@media (max-width: 900px) {
.operations-card-head[data-v-439201cf] {
    flex-direction: column;
}
.ops-metrics[data-v-439201cf],
  .operation-card-grid[data-v-439201cf] {
    grid-template-columns: 1fr;
}
}


.instances-content[data-v-73f039ca],
.instances-loading[data-v-73f039ca] {
  display: grid;
  gap: 1rem;
  margin-top: .9rem;
}
.instances-summary[data-v-73f039ca],
.instance-card[data-v-73f039ca],
.instances-empty[data-v-73f039ca],
.instances-error[data-v-73f039ca] {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 24px rgba(23, 38, 58, .05);
}
.instances-summary[data-v-73f039ca] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}
.instances-kicker[data-v-73f039ca],
.instance-kicker[data-v-73f039ca] {
  color: #9a6a15;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.instances-title-row[data-v-73f039ca] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
  margin-top: .25rem;
}
.instances-title-row h2[data-v-73f039ca] {
  margin: 0;
  color: #111827;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 950;
}
.instances-summary p[data-v-73f039ca] {
  max-width: 42rem;
  margin: .45rem 0 0;
  color: #64748b;
  font-size: .86rem;
  font-weight: 700;
}
.instance-chip[data-v-73f039ca] {
  display: inline-flex;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  background: #f8fafc;
  color: #334155;
  padding: .28rem .6rem;
  font-size: .72rem;
  font-weight: 900;
}
.instances-metrics[data-v-73f039ca] {
  display: grid;
  grid-template-columns: repeat(3, minmax(5.5rem, 1fr));
  gap: .5rem;
  min-width: min(24rem, 100%);
}
.instances-metrics article[data-v-73f039ca] {
  border: 1px solid #dbeafe;
  border-radius: .85rem;
  background: #eff6ff;
  padding: .62rem .7rem;
}
.instances-metrics span[data-v-73f039ca] {
  display: block;
  color: #64748b;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.instances-metrics strong[data-v-73f039ca] {
  display: block;
  margin-top: .25rem;
  color: #17263a;
  font-size: 1.15rem;
  font-weight: 950;
}
.instances-metrics .metric-green[data-v-73f039ca] {
  border-color: #bbf7d0;
  background: #f0fdf4;
}
.instances-metrics .metric-green strong[data-v-73f039ca] {
  color: #047857;
}
.instances-metrics .metric-slate[data-v-73f039ca] {
  border-color: #e5e7eb;
  background: #f8fafc;
}
.instances-grid[data-v-73f039ca] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}
.instance-card[data-v-73f039ca] {
  min-width: 0;
  padding: .9rem;
}
.instance-card-head[data-v-73f039ca] {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
}
.instance-title[data-v-73f039ca] {
  display: block;
  min-width: 0;
  margin-top: .25rem;
  overflow: hidden;
  color: #17263a;
  font-size: 1rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a.instance-title[data-v-73f039ca] {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.status-chip[data-v-73f039ca] {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: .24rem .5rem;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .06em;
  line-height: 1.1;
  text-transform: uppercase;
}
.chip-green[data-v-73f039ca] {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #047857;
}
.chip-blue[data-v-73f039ca] {
  border-color: #bae6fd;
  background: #eff6ff;
  color: #0369a1;
}
.chip-rose[data-v-73f039ca] {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.instance-meta-grid[data-v-73f039ca] {
  display: grid;
  gap: .55rem;
  margin-top: .85rem;
}
.instance-meta-grid div[data-v-73f039ca] {
  min-width: 0;
  border: 1px solid #eef2f7;
  border-radius: .72rem;
  background: #f8fafc;
  padding: .55rem .65rem;
}
.instance-meta-grid span[data-v-73f039ca] {
  display: block;
  color: #64748b;
  font-size: .66rem;
  font-weight: 900;
}
.instance-meta-grid strong[data-v-73f039ca] {
  display: block;
  min-width: 0;
  margin-top: .16rem;
  overflow: hidden;
  color: #17263a;
  font-size: .78rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.instance-actions[data-v-73f039ca] {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .85rem;
}
.mini-button[data-v-73f039ca],
.instances-action[data-v-73f039ca] {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  border: 1px solid #dbe3ee;
  border-radius: .65rem;
  background: #fff;
  color: #334155;
  padding: .48rem .65rem;
  font-size: .72rem;
  font-weight: 900;
  text-decoration: none;
  transition: all .16s;
}
.mini-button[data-v-73f039ca] {
  flex: 1 1 auto;
}
.mini-button-dark[data-v-73f039ca],
.instances-action-dark[data-v-73f039ca] {
  border-color: #17263a;
  background: #17263a;
  color: #fff;
}
.instances-action-soft[data-v-73f039ca] {
  border-color: #f2d785;
  background: #fff7df;
  color: #7c530f;
}
.mini-button[data-v-73f039ca]:disabled,
.instances-action[data-v-73f039ca]:disabled {
  cursor: not-allowed;
  opacity: .55;
}
.action-count[data-v-73f039ca] {
  display: inline-flex;
  min-width: 1.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  padding: .14rem .42rem;
  color: inherit;
  font-size: .65rem;
  font-weight: 950;
}
.instances-pagination[data-v-73f039ca] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  color: #64748b;
  font-size: .8rem;
  font-weight: 850;
}
.instances-empty[data-v-73f039ca],
.instances-error[data-v-73f039ca] {
  color: #64748b;
  padding: 1rem;
  text-align: center;
}
.instances-error[data-v-73f039ca] {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #be123c;
}
.skeleton-card[data-v-73f039ca] {
  padding: 1rem;
}
.skeleton-line[data-v-73f039ca],
.skeleton-pill[data-v-73f039ca] {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef2f7 0%, #f8fafc 45%, #e5e7eb 100%);
  background-size: 220% 100%;
  animation: skeleton-shimmer-73f039ca 1.15s ease-in-out infinite;
}
.skeleton-kicker[data-v-73f039ca] {
  width: 6rem;
  height: .62rem;
}
.skeleton-title[data-v-73f039ca] {
  width: min(22rem, 70%);
  height: 1.35rem;
  margin-top: .6rem;
}
.skeleton-subtitle[data-v-73f039ca] {
  width: min(30rem, 85%);
  height: .76rem;
  margin-top: .55rem;
}
.skeleton-pill[data-v-73f039ca] {
  width: 6rem;
  height: 1.6rem;
  margin-top: .75rem;
}
@keyframes skeleton-shimmer-73f039ca {
0% {
    background-position: 120% 0;
}
100% {
    background-position: -120% 0;
}
}
@media (max-width: 900px) {
.instances-summary[data-v-73f039ca] {
    flex-direction: column;
}
.instances-metrics[data-v-73f039ca],
  .instances-grid[data-v-73f039ca] {
    grid-template-columns: 1fr;
}
}


/* ---------- Fond supérieur décoratif ---------- */
.main-home{
  position: relative;
  min-height: 100vh;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background: #f8fafc;
}
#profile.main-home {
  padding-top: 3.75rem !important;
  padding-bottom: 2rem !important;
}
.wallpaper{
  width: 100%;
  border-radius: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  height: 118px;
  background:
    radial-gradient(circle at 14% 24%, rgba(215, 189, 136, 0.16), transparent 22%),
    linear-gradient(145deg, rgba(11, 27, 52, 0.96), rgba(18, 39, 74, 0.92) 46%, rgba(23, 47, 87, 0.94));
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.wallpaper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
  pointer-events: none;
}
.wallpaper::after {
  content: "";
  position: absolute;
  inset: auto -8% -35% auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(215, 189, 136, 0.22), transparent 68%);
  filter: blur(24px);
  opacity: 0.8;
}
/* ---------- Positionnement de la carte profil ---------- */
.card-profile-wrapper{
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 91.666667%;
}
@media (min-width: 640px){
.card-profile-wrapper{
    width: 83.333333%;
}
}
@media (min-width: 768px){
.card-profile-wrapper{
    width: 75%;
}
}
@media (min-width: 1024px){
.card-profile-wrapper{
    width: 66.666667%;
}
}
.card-profile-wrapper {
  transform: translateX(-50%);
}
#profile .wallpaper {
  overflow: visible;
}
#profile .card-profile-wrapper {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  margin-top: 0;
  padding: 0 1rem;
}
#profile .card-profile {
  max-width: 1120px;
  margin: 0 auto;
}
/* ---------- Carte de profil ---------- */
.card-profile{
  position: relative;
  width: 100%;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(215, 189, 136, 0.18), transparent 24%),
    radial-gradient(circle at 90% 0%, rgba(159, 11, 79, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(12, 28, 54, 0.98), rgba(18, 39, 74, 0.94) 34%, rgba(255, 255, 255, 0.96) 34.2%, rgba(248, 250, 252, 0.96));
  border-color: rgba(15, 35, 70, 0.1);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
}
.card-profile::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 35, 70, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 35, 70, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
          mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
  pointer-events: none;
}
.profile-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 270px);
  gap: 10px;
  align-items: stretch;
}
.profile-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 12px;
}
.profile-copy {
  min-width: 0;
}
.profile-kicker {
  color: rgba(100, 116, 139, 0.9);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.profile-copy h1 {
  margin: 2px 0 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}
.profile-copy p {
  margin: 5px 0 0;
  max-width: 560px;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.35;
}
/* ---------- Avatar ---------- */
.avatar-shell{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.7);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px){
.avatar-shell{
    height: 4rem;
    width: 4rem;
}
}
.avatar-shell {
  flex: 0 0 auto;
  box-shadow: 0 16px 28px rgba(15, 35, 70, 0.12);
}
.avatar-image{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ---------- Stats ---------- */
.stats-grid{
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 768px){
.stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.stat-card{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height: 66px;
}
.stat-icon{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: var(--navy);
}
.stat-icon.accent {
  background: var(--maroon);
}
.stat-value{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--navy);
}
.stat-value-row{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}
.stat-percent{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.stat-date-inline{
  margin-left: auto;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.stat-inline{
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
}
.stat-value.accent-text {
  color: var(--maroon);
}
.stat-label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.stat-subline{
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.stat-trend-arrow{
  margin-right: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stat-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.375;
  max-width: 100%;
  white-space: normal;
}
.stat-tag--up{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.stat-tag--down{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.stat-tag--flat{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.stat-card--clients{
  --tw-border-opacity: 1;
  border-color: rgb(228 230 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}
.stat-card--clients .stat-value {
  color: #1F2A44;
}
.stat-card--clients .stat-label {
  color: #6B7280;
}
.stat-card--ca{
  --tw-border-opacity: 1;
  border-color: rgb(220 230 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 255 / var(--tw-bg-opacity, 1));
}
.stat-card--ca .stat-value {
  color: #1D4ED8;
}
.stat-card--ca .stat-label {
  color: #4B5563;
}
.stat-card--commissions{
  --tw-border-opacity: 1;
  border-color: rgb(249 218 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 243 242 / var(--tw-bg-opacity, 1));
}
.stat-card--commissions .stat-value {
  color: #9B1C1C;
}
.stat-card--commissions .stat-label {
  color: #6B7280;
}
.stat-card--net{
  --tw-border-opacity: 1;
  border-color: rgb(215 239 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 246 / var(--tw-bg-opacity, 1));
}
.stat-card--net .stat-value {
  color: #15803D;
}
.stat-card--net .stat-label {
  color: #4B5563;
}
.stat-card--trend{
  --tw-border-opacity: 1;
  border-color: rgb(230 223 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 255 / var(--tw-bg-opacity, 1));
}
.stat-card--trend .stat-value,
.stat-card--trend .stat-percent,
.stat-card--trend .stat-trend-arrow {
  color: #5B21B6;
}
.stat-card--trend .stat-label {
  color: #6B7280;
}
/* ---------- Labels horizontaux (si utilisés ailleurs) ---------- */
#profile .label{
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
/* ---------- Status card ---------- */
.status-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #bbf7d0;
  border-radius: 22px;
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
  color: #047857;
  padding: 10px 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.status-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.status-label {
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.status-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
  color: inherit;
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.status-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.status-auth-hint{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(4, 120, 87, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #475569;
  padding: 4px 7px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.status-chip strong {
  color: inherit;
  font-weight: 950;
}
.status-score {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  padding: 4px 8px;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
}
.status-dot{
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
}
.status-pill--warning,
.status-card.status-pill--warning {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  color: #c2410c;
}
.status-card.status-pill--warning .status-chip {
  border-color: rgba(194, 65, 12, 0.16);
  color: #c2410c;
}
.status-dot--warning{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.7);
}
.status-pill--critical,
.status-card.status-pill--critical {
  border-color: #fecdd3;
  background: linear-gradient(135deg, #fff1f2, #ffffff);
  color: #be123c;
}
.status-card.status-pill--critical .status-chip {
  border-color: rgba(190, 18, 60, 0.16);
  color: #be123c;
}
.status-dot--critical{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(244, 63, 94, 0.7);
}
/* ---------- Modules ---------- */
.dashboard-section {
  width: min(100% - 2rem, 72rem);
  margin: 2rem auto 0;
  overflow: visible;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
}
.dashboard-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid rgba(15, 35, 70, 0.08);
  background: rgba(255, 255, 255, 0.64);
}
.dashboard-section__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.dashboard-section__title {
  margin: 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.dashboard-section__subtitle {
  max-width: 42rem;
  margin: 0.15rem 0 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.45;
}
.dashboard-section__tools {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}
.module-settings-menu {
  position: relative;
  display: inline-flex;
}
.module-profile-button,
.module-settings-button,
.module-logout-button {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.68rem 0.9rem;
  white-space: nowrap;
}
.module-profile-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-profile-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-settings-button.on,
.module-settings-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.46);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.module-settings-modal {
  width: min(26rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border: 1px solid rgba(15, 35, 70, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.32);
}
.module-settings-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.1rem 0.75rem;
}
.module-settings-modal__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.module-settings-modal__head h3 {
  margin: 0.15rem 0 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.module-settings-close {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(15, 35, 70, 0.12);
  border-radius: 12px;
  background: #fff;
  color: #0f2346;
  font-size: 0.95rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
.module-settings-modal__grid {
  display: grid;
  gap: 0.5rem;
  padding: 0 1.1rem 1.1rem;
}
.module-settings-shortcut {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
  padding: 0.55rem;
  text-align: left;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.module-settings-shortcut:hover {
  border-color: rgba(15, 35, 70, 0.1);
  background: rgba(241, 245, 249, 0.78);
}
.module-settings-shortcut__icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #0f2346;
  color: #fff;
  font-size: 0.95rem;
}
.module-settings-shortcut__copy {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
}
.module-settings-shortcut__copy strong {
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.1;
}
.module-settings-shortcut__copy small {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
}
.module-logout-button {
  border: 1px solid rgba(159, 11, 79, 0.16);
  background: rgba(159, 11, 79, 0.06);
  color: #9f0b4f;
}
.module-logout-button:hover {
  border-color: rgba(159, 11, 79, 0.3);
  background: rgba(159, 11, 79, 0.1);
}
.module-tabs {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 2rem);
  gap: 0.35rem;
  overflow-x: auto;
  margin: 0.9rem auto 0;
  padding: 0.35rem;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 18px;
  background: rgba(241, 245, 249, 0.78);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.module-tabs::-webkit-scrollbar {
  display: none;
}
.module-tab {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: #475569;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  padding: 0.58rem 0.75rem;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.module-tab:hover {
  background: rgba(255, 255, 255, 0.72);
  color: #0f2346;
}
.module-tab small {
  display: inline-flex;
  min-width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(15, 35, 70, 0.07);
  color: inherit;
  font-size: 0.64rem;
  font-weight: 950;
  line-height: 1;
}
.module-tab.on {
  border-color: rgba(15, 35, 70, 0.12);
  background: #9f0b4f;
  color: #fff;
  box-shadow: 0 10px 18px rgba(159, 11, 79, 0.18);
}
.module-tab.on small {
  background: rgba(255, 255, 255, 0.16);
}
.module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  gap: 0.75rem;
  padding: 1rem;
}
.module-card {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  min-height: 6.4rem;
  padding: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(135deg, var(--module-soft), rgba(255, 255, 255, 0.88) 42%),
    #ffffff;
  text-align: left;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
.module-card::after {
  content: "";
  position: absolute;
  right: -1.15rem;
  top: -1.15rem;
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 999px;
  background: var(--module-accent);
  opacity: 0.09;
}
.module-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--module-accent) 30%, rgba(15, 35, 70, 0.1));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}
.module-card--compact {
  min-height: 4.75rem;
  padding: 0.72rem;
}
.module-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 16px;
  background: var(--module-accent);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--module-accent) 24%, transparent);
}
.module-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}
.module-title {
  margin: 0;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.module-sub {
  margin: 0.22rem 0 0;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.25;
}
.module-card.tone-navy {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
}
.module-card.tone-maroon {
  --module-accent: #9f0b4f;
  --module-soft: rgba(159, 11, 79, 0.08);
}
.module-card.tone-graphite {
  --module-accent: #334155;
  --module-soft: rgba(51, 65, 85, 0.08);
}
.module-card.tone-olive {
  --module-accent: #3f6212;
  --module-soft: rgba(63, 98, 18, 0.09);
}
.module-card.tone-steel {
  --module-accent: #0f4c5c;
  --module-soft: rgba(15, 76, 92, 0.09);
}
.module-card.tone-sand {
  --module-accent: #a16207;
  --module-soft: rgba(161, 98, 7, 0.1);
}
.module-card.tone-ruby {
  --module-accent: #be123c;
  --module-soft: rgba(190, 18, 60, 0.08);
}
.module-card.tone-admin {
  --module-accent: #6d143f;
  --module-soft: rgba(109, 20, 63, 0.09);
}
.module-card.tone-forest {
  --module-accent: #047857;
  --module-soft: rgba(4, 120, 87, 0.09);
}
.module-card.tone-exit {
  --module-accent: #475569;
  --module-soft: rgba(71, 85, 105, 0.08);
}
@media (min-width: 900px) {
.stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
}
@media (max-width: 1024px) {
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0 1rem;
}
.dashboard-section {
    width: calc(100% - 2rem);
}
.dashboard-section__header {
    flex-direction: column;
}
.dashboard-section__tools {
    width: 100%;
    justify-content: flex-start;
}
@media (min-width: 1280px){
.stats-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-hero {
    grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.main-home {
    overflow-x: hidden;
}
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1rem;
    padding: 0 0.75rem;
}
.wallpaper {
    height: 110px;
    border-radius: 0 0 22px 22px;
}
#profile .card-profile {
    border-radius: 1.5rem;
}
.stat-value-row{
    flex-wrap: wrap;
}
.stat-inline,
  .stat-date-inline{
    margin-left: 0px;
}
.card-profile{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.profile-hero {
    grid-template-columns: 1fr;
}
.profile-identity {
    align-items: flex-start;
    border-radius: 20px;
    padding: 12px;
}
.profile-copy h1 {
    font-size: 1.5rem;
}
.avatar-shell{
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 0.75rem;
}
.stats-grid{
    margin-top: 1rem;
    gap: 0.75rem;
}
.stat-card{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    min-height: 68px;
}
.stat-value {
    font-size: 0.95rem;
}
.status-card {
    width: 100%;
    border-radius: 20px;
    padding: 12px;
}
.status-stats{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.dashboard-section {
    width: calc(100% - 1.5rem);
    margin-top: 1.5rem;
    border-radius: 24px;
}
.dashboard-section__header {
    padding: 1rem;
}
.dashboard-section__tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.module-settings-menu {
    display: flex;
    min-width: 0;
}
.module-profile-button,
  .module-settings-button,
  .module-logout-button {
    width: 100%;
    border-radius: 16px;
}
.dashboard-section__title {
    font-size: 1.15rem;
}
.dashboard-section__subtitle {
    font-size: 0.8rem;
}
.module-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 0.75rem;
}
.module-tabs {
    width: calc(100% - 1.5rem);
    max-width: calc(100% - 1.5rem);
    gap: 0.28rem;
    margin-top: 0.75rem;
    padding: 0.25rem;
    border-radius: 16px;
    overflow-x: visible;
}
.module-tab {
    flex: 1 1 0;
    min-width: 0;
    min-height: 3rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.18rem;
    padding: 0.48rem 0.35rem;
    font-size: 0.7rem;
    line-height: 1;
}
.module-tab span {
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    text-overflow: clip;
    line-height: 1;
}
.module-tab small {
    min-width: 1.08rem;
    height: 1.08rem;
    font-size: 0.58rem;
}
.module-card {
    min-height: 4.75rem;
    padding: 0.65rem;
    border-radius: 16px;
}
.module-icon {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 12px;
    font-size: 0.86rem;
}
}
/* ---------- Profile page overrides ---------- */
.profile-screen{
  min-height: 100vh;
  padding-bottom: 3rem;
  background:
    radial-gradient(circle at 15% 10%, rgba(30, 58, 138, 0.08), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(136, 19, 55, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #f3f4f6 100%);
}
.profile-shell{
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.profile-intro{
  margin-bottom: 1.5rem;
}
.profile-intro__kicker{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.profile-intro__title{
  margin-top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.profile-intro__subtitle{
  margin-top: 0.5rem;
  max-width: 42rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-panel{
  border-radius: 28px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: 0 28px 48px rgba(15, 23, 42, 0.08);
}
.profile-hero{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 640px){
.profile-hero{
    flex-direction: row;
    align-items: center;
    text-align: left;
}
}
.profile-avatar{
  position: relative;
  flex-shrink: 0;
}
.profile-avatar__image{
  height: 92px;
  width: 92px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.profile-avatar__status{
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.profile-identity{
  min-width: 0px;
}
.profile-identity__name{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-identity__email{
  margin-top: 0.25rem;
  word-break: break-all;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metrics{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-metrics{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-metric{
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.profile-metric__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metric__value{
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-metric__field{
  margin-top: 0.5rem;
}
.profile-form{
  margin-top: 1.5rem;
}
.profile-form__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-form__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-field{
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 640px){
.profile-field--full{
    grid-column: span 2 / span 2;
}
}
.profile-field__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-input{
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-input:focus {
  border-color: rgba(30, 58, 138, 0.35);
  box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.08);
}
.profile-feedback{
  margin-top: 1.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.profile-feedback--error{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.profile-feedback--success{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.profile-actions{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.profile-save{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 63 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-save:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.profile-save:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}
.profile-logout{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-logout:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
@media (max-width: 640px) {
.profile-shell{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.profile-intro{
    margin-bottom: 1.25rem;
}
.profile-intro__title{
    font-size: 28px;
}
.profile-panel{
    border-radius: 26px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.profile-avatar__image{
    height: 5rem;
    width: 5rem;
}
.profile-actions{
    margin-top: 1.5rem;
}
}
 
/* Card style class */
.card-wrapper[data-v-7438f020] {
   margin-top: 1rem;
   display: flex;
   width: 100%;
   flex-wrap: wrap;
   justify-content: space-between;
   gap: 0.25rem
}
.card[data-v-7438f020] {
   margin-bottom: 0.75rem;
   overflow: hidden;
   border-radius: 0.75rem;
   border-width: 1px;
   --tw-border-opacity: 1;
   border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
   --tw-bg-opacity: 1;
   background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
   --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
   --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
   max-width: 48%
}
  

/* ---------- Fond supérieur décoratif ---------- */
.main-home{
  position: relative;
  min-height: 100vh;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background: #f8fafc;
}
#profile.main-home {
  padding-top: 3.75rem !important;
  padding-bottom: 2rem !important;
}
.wallpaper{
  width: 100%;
  border-radius: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  height: 118px;
  background:
    radial-gradient(circle at 14% 24%, rgba(215, 189, 136, 0.16), transparent 22%),
    linear-gradient(145deg, rgba(11, 27, 52, 0.96), rgba(18, 39, 74, 0.92) 46%, rgba(23, 47, 87, 0.94));
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.wallpaper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
  pointer-events: none;
}
.wallpaper::after {
  content: "";
  position: absolute;
  inset: auto -8% -35% auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(215, 189, 136, 0.22), transparent 68%);
  filter: blur(24px);
  opacity: 0.8;
}
/* ---------- Positionnement de la carte profil ---------- */
.card-profile-wrapper{
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 91.666667%;
}
@media (min-width: 640px){
.card-profile-wrapper{
    width: 83.333333%;
}
}
@media (min-width: 768px){
.card-profile-wrapper{
    width: 75%;
}
}
@media (min-width: 1024px){
.card-profile-wrapper{
    width: 66.666667%;
}
}
.card-profile-wrapper {
  transform: translateX(-50%);
}
#profile .wallpaper {
  overflow: visible;
}
#profile .card-profile-wrapper {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  margin-top: 0;
  padding: 0 1rem;
}
#profile .card-profile {
  max-width: 1120px;
  margin: 0 auto;
}
/* ---------- Carte de profil ---------- */
.card-profile{
  position: relative;
  width: 100%;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(215, 189, 136, 0.18), transparent 24%),
    radial-gradient(circle at 90% 0%, rgba(159, 11, 79, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(12, 28, 54, 0.98), rgba(18, 39, 74, 0.94) 34%, rgba(255, 255, 255, 0.96) 34.2%, rgba(248, 250, 252, 0.96));
  border-color: rgba(15, 35, 70, 0.1);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
}
.card-profile::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 35, 70, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 35, 70, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
          mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
  pointer-events: none;
}
.profile-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 270px);
  gap: 10px;
  align-items: stretch;
}
.profile-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 12px;
}
.profile-copy {
  min-width: 0;
}
.profile-kicker {
  color: rgba(100, 116, 139, 0.9);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.profile-copy h1 {
  margin: 2px 0 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}
.profile-copy p {
  margin: 5px 0 0;
  max-width: 560px;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.35;
}
/* ---------- Avatar ---------- */
.avatar-shell{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.7);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px){
.avatar-shell{
    height: 4rem;
    width: 4rem;
}
}
.avatar-shell {
  flex: 0 0 auto;
  box-shadow: 0 16px 28px rgba(15, 35, 70, 0.12);
}
.avatar-image{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ---------- Stats ---------- */
.stats-grid{
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 768px){
.stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.stat-card{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height: 66px;
}
.stat-icon{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: var(--navy);
}
.stat-icon.accent {
  background: var(--maroon);
}
.stat-value{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--navy);
}
.stat-value-row{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}
.stat-percent{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.stat-date-inline{
  margin-left: auto;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.stat-inline{
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
}
.stat-value.accent-text {
  color: var(--maroon);
}
.stat-label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.stat-subline{
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.stat-trend-arrow{
  margin-right: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stat-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.375;
  max-width: 100%;
  white-space: normal;
}
.stat-tag--up{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.stat-tag--down{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.stat-tag--flat{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.stat-card--clients{
  --tw-border-opacity: 1;
  border-color: rgb(228 230 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}
.stat-card--clients .stat-value {
  color: #1F2A44;
}
.stat-card--clients .stat-label {
  color: #6B7280;
}
.stat-card--ca{
  --tw-border-opacity: 1;
  border-color: rgb(220 230 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 255 / var(--tw-bg-opacity, 1));
}
.stat-card--ca .stat-value {
  color: #1D4ED8;
}
.stat-card--ca .stat-label {
  color: #4B5563;
}
.stat-card--commissions{
  --tw-border-opacity: 1;
  border-color: rgb(249 218 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 243 242 / var(--tw-bg-opacity, 1));
}
.stat-card--commissions .stat-value {
  color: #9B1C1C;
}
.stat-card--commissions .stat-label {
  color: #6B7280;
}
.stat-card--net{
  --tw-border-opacity: 1;
  border-color: rgb(215 239 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 246 / var(--tw-bg-opacity, 1));
}
.stat-card--net .stat-value {
  color: #15803D;
}
.stat-card--net .stat-label {
  color: #4B5563;
}
.stat-card--trend{
  --tw-border-opacity: 1;
  border-color: rgb(230 223 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 255 / var(--tw-bg-opacity, 1));
}
.stat-card--trend .stat-value,
.stat-card--trend .stat-percent,
.stat-card--trend .stat-trend-arrow {
  color: #5B21B6;
}
.stat-card--trend .stat-label {
  color: #6B7280;
}
/* ---------- Labels horizontaux (si utilisés ailleurs) ---------- */
#profile .label{
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
/* ---------- Status card ---------- */
.status-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #bbf7d0;
  border-radius: 22px;
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
  color: #047857;
  padding: 10px 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.status-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.status-label {
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.status-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
  color: inherit;
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.status-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.status-auth-hint{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(4, 120, 87, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #475569;
  padding: 4px 7px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.status-chip strong {
  color: inherit;
  font-weight: 950;
}
.status-score {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  padding: 4px 8px;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
}
.status-dot{
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
}
.status-pill--warning,
.status-card.status-pill--warning {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  color: #c2410c;
}
.status-card.status-pill--warning .status-chip {
  border-color: rgba(194, 65, 12, 0.16);
  color: #c2410c;
}
.status-dot--warning{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.7);
}
.status-pill--critical,
.status-card.status-pill--critical {
  border-color: #fecdd3;
  background: linear-gradient(135deg, #fff1f2, #ffffff);
  color: #be123c;
}
.status-card.status-pill--critical .status-chip {
  border-color: rgba(190, 18, 60, 0.16);
  color: #be123c;
}
.status-dot--critical{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(244, 63, 94, 0.7);
}
/* ---------- Modules ---------- */
.dashboard-section {
  width: min(100% - 2rem, 72rem);
  margin: 2rem auto 0;
  overflow: visible;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
}
.dashboard-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid rgba(15, 35, 70, 0.08);
  background: rgba(255, 255, 255, 0.64);
}
.dashboard-section__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.dashboard-section__title {
  margin: 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.dashboard-section__subtitle {
  max-width: 42rem;
  margin: 0.15rem 0 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.45;
}
.dashboard-section__tools {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}
.module-settings-menu {
  position: relative;
  display: inline-flex;
}
.module-profile-button,
.module-settings-button,
.module-logout-button {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.68rem 0.9rem;
  white-space: nowrap;
}
.module-profile-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-profile-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-settings-button.on,
.module-settings-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.46);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.module-settings-modal {
  width: min(26rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border: 1px solid rgba(15, 35, 70, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.32);
}
.module-settings-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.1rem 0.75rem;
}
.module-settings-modal__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.module-settings-modal__head h3 {
  margin: 0.15rem 0 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.module-settings-close {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(15, 35, 70, 0.12);
  border-radius: 12px;
  background: #fff;
  color: #0f2346;
  font-size: 0.95rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
.module-settings-modal__grid {
  display: grid;
  gap: 0.5rem;
  padding: 0 1.1rem 1.1rem;
}
.module-settings-shortcut {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
  padding: 0.55rem;
  text-align: left;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.module-settings-shortcut:hover {
  border-color: rgba(15, 35, 70, 0.1);
  background: rgba(241, 245, 249, 0.78);
}
.module-settings-shortcut__icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #0f2346;
  color: #fff;
  font-size: 0.95rem;
}
.module-settings-shortcut__copy {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
}
.module-settings-shortcut__copy strong {
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.1;
}
.module-settings-shortcut__copy small {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
}
.module-logout-button {
  border: 1px solid rgba(159, 11, 79, 0.16);
  background: rgba(159, 11, 79, 0.06);
  color: #9f0b4f;
}
.module-logout-button:hover {
  border-color: rgba(159, 11, 79, 0.3);
  background: rgba(159, 11, 79, 0.1);
}
.module-tabs {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 2rem);
  gap: 0.35rem;
  overflow-x: auto;
  margin: 0.9rem auto 0;
  padding: 0.35rem;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 18px;
  background: rgba(241, 245, 249, 0.78);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.module-tabs::-webkit-scrollbar {
  display: none;
}
.module-tab {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: #475569;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  padding: 0.58rem 0.75rem;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.module-tab:hover {
  background: rgba(255, 255, 255, 0.72);
  color: #0f2346;
}
.module-tab small {
  display: inline-flex;
  min-width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(15, 35, 70, 0.07);
  color: inherit;
  font-size: 0.64rem;
  font-weight: 950;
  line-height: 1;
}
.module-tab.on {
  border-color: rgba(15, 35, 70, 0.12);
  background: #9f0b4f;
  color: #fff;
  box-shadow: 0 10px 18px rgba(159, 11, 79, 0.18);
}
.module-tab.on small {
  background: rgba(255, 255, 255, 0.16);
}
.module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  gap: 0.75rem;
  padding: 1rem;
}
.module-card {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  min-height: 6.4rem;
  padding: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(135deg, var(--module-soft), rgba(255, 255, 255, 0.88) 42%),
    #ffffff;
  text-align: left;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
.module-card::after {
  content: "";
  position: absolute;
  right: -1.15rem;
  top: -1.15rem;
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 999px;
  background: var(--module-accent);
  opacity: 0.09;
}
.module-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--module-accent) 30%, rgba(15, 35, 70, 0.1));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}
.module-card--compact {
  min-height: 4.75rem;
  padding: 0.72rem;
}
.module-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 16px;
  background: var(--module-accent);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--module-accent) 24%, transparent);
}
.module-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}
.module-title {
  margin: 0;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.module-sub {
  margin: 0.22rem 0 0;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.25;
}
.module-card.tone-navy {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
}
.module-card.tone-maroon {
  --module-accent: #9f0b4f;
  --module-soft: rgba(159, 11, 79, 0.08);
}
.module-card.tone-graphite {
  --module-accent: #334155;
  --module-soft: rgba(51, 65, 85, 0.08);
}
.module-card.tone-olive {
  --module-accent: #3f6212;
  --module-soft: rgba(63, 98, 18, 0.09);
}
.module-card.tone-steel {
  --module-accent: #0f4c5c;
  --module-soft: rgba(15, 76, 92, 0.09);
}
.module-card.tone-sand {
  --module-accent: #a16207;
  --module-soft: rgba(161, 98, 7, 0.1);
}
.module-card.tone-ruby {
  --module-accent: #be123c;
  --module-soft: rgba(190, 18, 60, 0.08);
}
.module-card.tone-admin {
  --module-accent: #6d143f;
  --module-soft: rgba(109, 20, 63, 0.09);
}
.module-card.tone-forest {
  --module-accent: #047857;
  --module-soft: rgba(4, 120, 87, 0.09);
}
.module-card.tone-exit {
  --module-accent: #475569;
  --module-soft: rgba(71, 85, 105, 0.08);
}
@media (min-width: 900px) {
.stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
}
@media (max-width: 1024px) {
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0 1rem;
}
.dashboard-section {
    width: calc(100% - 2rem);
}
.dashboard-section__header {
    flex-direction: column;
}
.dashboard-section__tools {
    width: 100%;
    justify-content: flex-start;
}
@media (min-width: 1280px){
.stats-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-hero {
    grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.main-home {
    overflow-x: hidden;
}
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1rem;
    padding: 0 0.75rem;
}
.wallpaper {
    height: 110px;
    border-radius: 0 0 22px 22px;
}
#profile .card-profile {
    border-radius: 1.5rem;
}
.stat-value-row{
    flex-wrap: wrap;
}
.stat-inline,
  .stat-date-inline{
    margin-left: 0px;
}
.card-profile{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.profile-hero {
    grid-template-columns: 1fr;
}
.profile-identity {
    align-items: flex-start;
    border-radius: 20px;
    padding: 12px;
}
.profile-copy h1 {
    font-size: 1.5rem;
}
.avatar-shell{
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 0.75rem;
}
.stats-grid{
    margin-top: 1rem;
    gap: 0.75rem;
}
.stat-card{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    min-height: 68px;
}
.stat-value {
    font-size: 0.95rem;
}
.status-card {
    width: 100%;
    border-radius: 20px;
    padding: 12px;
}
.status-stats{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.dashboard-section {
    width: calc(100% - 1.5rem);
    margin-top: 1.5rem;
    border-radius: 24px;
}
.dashboard-section__header {
    padding: 1rem;
}
.dashboard-section__tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.module-settings-menu {
    display: flex;
    min-width: 0;
}
.module-profile-button,
  .module-settings-button,
  .module-logout-button {
    width: 100%;
    border-radius: 16px;
}
.dashboard-section__title {
    font-size: 1.15rem;
}
.dashboard-section__subtitle {
    font-size: 0.8rem;
}
.module-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 0.75rem;
}
.module-tabs {
    width: calc(100% - 1.5rem);
    max-width: calc(100% - 1.5rem);
    gap: 0.28rem;
    margin-top: 0.75rem;
    padding: 0.25rem;
    border-radius: 16px;
    overflow-x: visible;
}
.module-tab {
    flex: 1 1 0;
    min-width: 0;
    min-height: 3rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.18rem;
    padding: 0.48rem 0.35rem;
    font-size: 0.7rem;
    line-height: 1;
}
.module-tab span {
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    text-overflow: clip;
    line-height: 1;
}
.module-tab small {
    min-width: 1.08rem;
    height: 1.08rem;
    font-size: 0.58rem;
}
.module-card {
    min-height: 4.75rem;
    padding: 0.65rem;
    border-radius: 16px;
}
.module-icon {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 12px;
    font-size: 0.86rem;
}
}
/* ---------- Profile page overrides ---------- */
.profile-screen{
  min-height: 100vh;
  padding-bottom: 3rem;
  background:
    radial-gradient(circle at 15% 10%, rgba(30, 58, 138, 0.08), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(136, 19, 55, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #f3f4f6 100%);
}
.profile-shell{
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.profile-intro{
  margin-bottom: 1.5rem;
}
.profile-intro__kicker{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.profile-intro__title{
  margin-top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.profile-intro__subtitle{
  margin-top: 0.5rem;
  max-width: 42rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-panel{
  border-radius: 28px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: 0 28px 48px rgba(15, 23, 42, 0.08);
}
.profile-hero{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 640px){
.profile-hero{
    flex-direction: row;
    align-items: center;
    text-align: left;
}
}
.profile-avatar{
  position: relative;
  flex-shrink: 0;
}
.profile-avatar__image{
  height: 92px;
  width: 92px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.profile-avatar__status{
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.profile-identity{
  min-width: 0px;
}
.profile-identity__name{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-identity__email{
  margin-top: 0.25rem;
  word-break: break-all;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metrics{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-metrics{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-metric{
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.profile-metric__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metric__value{
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-metric__field{
  margin-top: 0.5rem;
}
.profile-form{
  margin-top: 1.5rem;
}
.profile-form__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-form__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-field{
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 640px){
.profile-field--full{
    grid-column: span 2 / span 2;
}
}
.profile-field__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-input{
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-input:focus {
  border-color: rgba(30, 58, 138, 0.35);
  box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.08);
}
.profile-feedback{
  margin-top: 1.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.profile-feedback--error{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.profile-feedback--success{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.profile-actions{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.profile-save{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 63 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-save:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.profile-save:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}
.profile-logout{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-logout:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
@media (max-width: 640px) {
.profile-shell{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.profile-intro{
    margin-bottom: 1.25rem;
}
.profile-intro__title{
    font-size: 28px;
}
.profile-panel{
    border-radius: 26px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.profile-avatar__image{
    height: 5rem;
    width: 5rem;
}
.profile-actions{
    margin-top: 1.5rem;
}
}
 

.btn-action[data-v-56e5aaab] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn-action[data-v-56e5aaab]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.btn-navy-shadow[data-v-56e5aaab] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: white;
  color: #001f3f;
  box-shadow: 0 1px 3px rgba(0, 31, 63, 0.25); /* ombrage Navy doux */
}
.btn-navy-shadow[data-v-56e5aaab]:hover {
  background-color: #f0f4ff;
  box-shadow: 0 4px 6px rgba(0, 31, 63, 0.3);
  color: #001837;
}


/* Card style class */
.card-wrapper {
   margin-top: 1rem;
   display: flex;
   width: 100%;
   flex-wrap: wrap;
   justify-content: space-between;
   gap: 0.25rem
}
.card {
   margin-bottom: 0.75rem;
   overflow: hidden;
   border-radius: 0.75rem;
   border-width: 1px;
   --tw-border-opacity: 1;
   border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
   --tw-bg-opacity: 1;
   background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
   --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
   --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
   max-width: 48%
}


/* ---------- Fond supérieur décoratif ---------- */
.main-home{
  position: relative;
  min-height: 100vh;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background: #f8fafc;
}
#profile.main-home {
  padding-top: 3.75rem !important;
  padding-bottom: 2rem !important;
}
.wallpaper{
  width: 100%;
  border-radius: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  height: 118px;
  background:
    radial-gradient(circle at 14% 24%, rgba(215, 189, 136, 0.16), transparent 22%),
    linear-gradient(145deg, rgba(11, 27, 52, 0.96), rgba(18, 39, 74, 0.92) 46%, rgba(23, 47, 87, 0.94));
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.wallpaper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
  pointer-events: none;
}
.wallpaper::after {
  content: "";
  position: absolute;
  inset: auto -8% -35% auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(215, 189, 136, 0.22), transparent 68%);
  filter: blur(24px);
  opacity: 0.8;
}
/* ---------- Positionnement de la carte profil ---------- */
.card-profile-wrapper{
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 91.666667%;
}
@media (min-width: 640px){
.card-profile-wrapper{
    width: 83.333333%;
}
}
@media (min-width: 768px){
.card-profile-wrapper{
    width: 75%;
}
}
@media (min-width: 1024px){
.card-profile-wrapper{
    width: 66.666667%;
}
}
.card-profile-wrapper {
  transform: translateX(-50%);
}
#profile .wallpaper {
  overflow: visible;
}
#profile .card-profile-wrapper {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  margin-top: 0;
  padding: 0 1rem;
}
#profile .card-profile {
  max-width: 1120px;
  margin: 0 auto;
}
/* ---------- Carte de profil ---------- */
.card-profile{
  position: relative;
  width: 100%;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(215, 189, 136, 0.18), transparent 24%),
    radial-gradient(circle at 90% 0%, rgba(159, 11, 79, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(12, 28, 54, 0.98), rgba(18, 39, 74, 0.94) 34%, rgba(255, 255, 255, 0.96) 34.2%, rgba(248, 250, 252, 0.96));
  border-color: rgba(15, 35, 70, 0.1);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
}
.card-profile::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 35, 70, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 35, 70, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
          mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
  pointer-events: none;
}
.profile-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 270px);
  gap: 10px;
  align-items: stretch;
}
.profile-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 12px;
}
.profile-copy {
  min-width: 0;
}
.profile-kicker {
  color: rgba(100, 116, 139, 0.9);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.profile-copy h1 {
  margin: 2px 0 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}
.profile-copy p {
  margin: 5px 0 0;
  max-width: 560px;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.35;
}
/* ---------- Avatar ---------- */
.avatar-shell{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.7);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px){
.avatar-shell{
    height: 4rem;
    width: 4rem;
}
}
.avatar-shell {
  flex: 0 0 auto;
  box-shadow: 0 16px 28px rgba(15, 35, 70, 0.12);
}
.avatar-image{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ---------- Stats ---------- */
.stats-grid{
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 768px){
.stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.stat-card{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height: 66px;
}
.stat-icon{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: var(--navy);
}
.stat-icon.accent {
  background: var(--maroon);
}
.stat-value{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--navy);
}
.stat-value-row{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}
.stat-percent{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.stat-date-inline{
  margin-left: auto;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.stat-inline{
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
}
.stat-value.accent-text {
  color: var(--maroon);
}
.stat-label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.stat-subline{
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.stat-trend-arrow{
  margin-right: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stat-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.375;
  max-width: 100%;
  white-space: normal;
}
.stat-tag--up{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.stat-tag--down{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.stat-tag--flat{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.stat-card--clients{
  --tw-border-opacity: 1;
  border-color: rgb(228 230 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}
.stat-card--clients .stat-value {
  color: #1F2A44;
}
.stat-card--clients .stat-label {
  color: #6B7280;
}
.stat-card--ca{
  --tw-border-opacity: 1;
  border-color: rgb(220 230 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 255 / var(--tw-bg-opacity, 1));
}
.stat-card--ca .stat-value {
  color: #1D4ED8;
}
.stat-card--ca .stat-label {
  color: #4B5563;
}
.stat-card--commissions{
  --tw-border-opacity: 1;
  border-color: rgb(249 218 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 243 242 / var(--tw-bg-opacity, 1));
}
.stat-card--commissions .stat-value {
  color: #9B1C1C;
}
.stat-card--commissions .stat-label {
  color: #6B7280;
}
.stat-card--net{
  --tw-border-opacity: 1;
  border-color: rgb(215 239 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 246 / var(--tw-bg-opacity, 1));
}
.stat-card--net .stat-value {
  color: #15803D;
}
.stat-card--net .stat-label {
  color: #4B5563;
}
.stat-card--trend{
  --tw-border-opacity: 1;
  border-color: rgb(230 223 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 255 / var(--tw-bg-opacity, 1));
}
.stat-card--trend .stat-value,
.stat-card--trend .stat-percent,
.stat-card--trend .stat-trend-arrow {
  color: #5B21B6;
}
.stat-card--trend .stat-label {
  color: #6B7280;
}
/* ---------- Labels horizontaux (si utilisés ailleurs) ---------- */
#profile .label{
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
/* ---------- Status card ---------- */
.status-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #bbf7d0;
  border-radius: 22px;
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
  color: #047857;
  padding: 10px 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.status-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.status-label {
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.status-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
  color: inherit;
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.status-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.status-auth-hint{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(4, 120, 87, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #475569;
  padding: 4px 7px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.status-chip strong {
  color: inherit;
  font-weight: 950;
}
.status-score {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  padding: 4px 8px;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
}
.status-dot{
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
}
.status-pill--warning,
.status-card.status-pill--warning {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  color: #c2410c;
}
.status-card.status-pill--warning .status-chip {
  border-color: rgba(194, 65, 12, 0.16);
  color: #c2410c;
}
.status-dot--warning{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.7);
}
.status-pill--critical,
.status-card.status-pill--critical {
  border-color: #fecdd3;
  background: linear-gradient(135deg, #fff1f2, #ffffff);
  color: #be123c;
}
.status-card.status-pill--critical .status-chip {
  border-color: rgba(190, 18, 60, 0.16);
  color: #be123c;
}
.status-dot--critical{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(244, 63, 94, 0.7);
}
/* ---------- Modules ---------- */
.dashboard-section {
  width: min(100% - 2rem, 72rem);
  margin: 2rem auto 0;
  overflow: visible;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
}
.dashboard-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid rgba(15, 35, 70, 0.08);
  background: rgba(255, 255, 255, 0.64);
}
.dashboard-section__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.dashboard-section__title {
  margin: 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.dashboard-section__subtitle {
  max-width: 42rem;
  margin: 0.15rem 0 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.45;
}
.dashboard-section__tools {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}
.module-settings-menu {
  position: relative;
  display: inline-flex;
}
.module-profile-button,
.module-settings-button,
.module-logout-button {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.68rem 0.9rem;
  white-space: nowrap;
}
.module-profile-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-profile-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-settings-button.on,
.module-settings-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.46);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.module-settings-modal {
  width: min(26rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border: 1px solid rgba(15, 35, 70, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.32);
}
.module-settings-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.1rem 0.75rem;
}
.module-settings-modal__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.module-settings-modal__head h3 {
  margin: 0.15rem 0 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.module-settings-close {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(15, 35, 70, 0.12);
  border-radius: 12px;
  background: #fff;
  color: #0f2346;
  font-size: 0.95rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
.module-settings-modal__grid {
  display: grid;
  gap: 0.5rem;
  padding: 0 1.1rem 1.1rem;
}
.module-settings-shortcut {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
  padding: 0.55rem;
  text-align: left;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.module-settings-shortcut:hover {
  border-color: rgba(15, 35, 70, 0.1);
  background: rgba(241, 245, 249, 0.78);
}
.module-settings-shortcut__icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #0f2346;
  color: #fff;
  font-size: 0.95rem;
}
.module-settings-shortcut__copy {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
}
.module-settings-shortcut__copy strong {
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.1;
}
.module-settings-shortcut__copy small {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
}
.module-logout-button {
  border: 1px solid rgba(159, 11, 79, 0.16);
  background: rgba(159, 11, 79, 0.06);
  color: #9f0b4f;
}
.module-logout-button:hover {
  border-color: rgba(159, 11, 79, 0.3);
  background: rgba(159, 11, 79, 0.1);
}
.module-tabs {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 2rem);
  gap: 0.35rem;
  overflow-x: auto;
  margin: 0.9rem auto 0;
  padding: 0.35rem;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 18px;
  background: rgba(241, 245, 249, 0.78);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.module-tabs::-webkit-scrollbar {
  display: none;
}
.module-tab {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: #475569;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  padding: 0.58rem 0.75rem;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.module-tab:hover {
  background: rgba(255, 255, 255, 0.72);
  color: #0f2346;
}
.module-tab small {
  display: inline-flex;
  min-width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(15, 35, 70, 0.07);
  color: inherit;
  font-size: 0.64rem;
  font-weight: 950;
  line-height: 1;
}
.module-tab.on {
  border-color: rgba(15, 35, 70, 0.12);
  background: #9f0b4f;
  color: #fff;
  box-shadow: 0 10px 18px rgba(159, 11, 79, 0.18);
}
.module-tab.on small {
  background: rgba(255, 255, 255, 0.16);
}
.module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  gap: 0.75rem;
  padding: 1rem;
}
.module-card {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  min-height: 6.4rem;
  padding: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(135deg, var(--module-soft), rgba(255, 255, 255, 0.88) 42%),
    #ffffff;
  text-align: left;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
.module-card::after {
  content: "";
  position: absolute;
  right: -1.15rem;
  top: -1.15rem;
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 999px;
  background: var(--module-accent);
  opacity: 0.09;
}
.module-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--module-accent) 30%, rgba(15, 35, 70, 0.1));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}
.module-card--compact {
  min-height: 4.75rem;
  padding: 0.72rem;
}
.module-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 16px;
  background: var(--module-accent);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--module-accent) 24%, transparent);
}
.module-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}
.module-title {
  margin: 0;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.module-sub {
  margin: 0.22rem 0 0;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.25;
}
.module-card.tone-navy {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
}
.module-card.tone-maroon {
  --module-accent: #9f0b4f;
  --module-soft: rgba(159, 11, 79, 0.08);
}
.module-card.tone-graphite {
  --module-accent: #334155;
  --module-soft: rgba(51, 65, 85, 0.08);
}
.module-card.tone-olive {
  --module-accent: #3f6212;
  --module-soft: rgba(63, 98, 18, 0.09);
}
.module-card.tone-steel {
  --module-accent: #0f4c5c;
  --module-soft: rgba(15, 76, 92, 0.09);
}
.module-card.tone-sand {
  --module-accent: #a16207;
  --module-soft: rgba(161, 98, 7, 0.1);
}
.module-card.tone-ruby {
  --module-accent: #be123c;
  --module-soft: rgba(190, 18, 60, 0.08);
}
.module-card.tone-admin {
  --module-accent: #6d143f;
  --module-soft: rgba(109, 20, 63, 0.09);
}
.module-card.tone-forest {
  --module-accent: #047857;
  --module-soft: rgba(4, 120, 87, 0.09);
}
.module-card.tone-exit {
  --module-accent: #475569;
  --module-soft: rgba(71, 85, 105, 0.08);
}
@media (min-width: 900px) {
.stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
}
@media (max-width: 1024px) {
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0 1rem;
}
.dashboard-section {
    width: calc(100% - 2rem);
}
.dashboard-section__header {
    flex-direction: column;
}
.dashboard-section__tools {
    width: 100%;
    justify-content: flex-start;
}
@media (min-width: 1280px){
.stats-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-hero {
    grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.main-home {
    overflow-x: hidden;
}
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1rem;
    padding: 0 0.75rem;
}
.wallpaper {
    height: 110px;
    border-radius: 0 0 22px 22px;
}
#profile .card-profile {
    border-radius: 1.5rem;
}
.stat-value-row{
    flex-wrap: wrap;
}
.stat-inline,
  .stat-date-inline{
    margin-left: 0px;
}
.card-profile{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.profile-hero {
    grid-template-columns: 1fr;
}
.profile-identity {
    align-items: flex-start;
    border-radius: 20px;
    padding: 12px;
}
.profile-copy h1 {
    font-size: 1.5rem;
}
.avatar-shell{
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 0.75rem;
}
.stats-grid{
    margin-top: 1rem;
    gap: 0.75rem;
}
.stat-card{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    min-height: 68px;
}
.stat-value {
    font-size: 0.95rem;
}
.status-card {
    width: 100%;
    border-radius: 20px;
    padding: 12px;
}
.status-stats{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.dashboard-section {
    width: calc(100% - 1.5rem);
    margin-top: 1.5rem;
    border-radius: 24px;
}
.dashboard-section__header {
    padding: 1rem;
}
.dashboard-section__tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.module-settings-menu {
    display: flex;
    min-width: 0;
}
.module-profile-button,
  .module-settings-button,
  .module-logout-button {
    width: 100%;
    border-radius: 16px;
}
.dashboard-section__title {
    font-size: 1.15rem;
}
.dashboard-section__subtitle {
    font-size: 0.8rem;
}
.module-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 0.75rem;
}
.module-tabs {
    width: calc(100% - 1.5rem);
    max-width: calc(100% - 1.5rem);
    gap: 0.28rem;
    margin-top: 0.75rem;
    padding: 0.25rem;
    border-radius: 16px;
    overflow-x: visible;
}
.module-tab {
    flex: 1 1 0;
    min-width: 0;
    min-height: 3rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.18rem;
    padding: 0.48rem 0.35rem;
    font-size: 0.7rem;
    line-height: 1;
}
.module-tab span {
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    text-overflow: clip;
    line-height: 1;
}
.module-tab small {
    min-width: 1.08rem;
    height: 1.08rem;
    font-size: 0.58rem;
}
.module-card {
    min-height: 4.75rem;
    padding: 0.65rem;
    border-radius: 16px;
}
.module-icon {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 12px;
    font-size: 0.86rem;
}
}
/* ---------- Profile page overrides ---------- */
.profile-screen{
  min-height: 100vh;
  padding-bottom: 3rem;
  background:
    radial-gradient(circle at 15% 10%, rgba(30, 58, 138, 0.08), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(136, 19, 55, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #f3f4f6 100%);
}
.profile-shell{
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.profile-intro{
  margin-bottom: 1.5rem;
}
.profile-intro__kicker{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.profile-intro__title{
  margin-top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.profile-intro__subtitle{
  margin-top: 0.5rem;
  max-width: 42rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-panel{
  border-radius: 28px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: 0 28px 48px rgba(15, 23, 42, 0.08);
}
.profile-hero{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 640px){
.profile-hero{
    flex-direction: row;
    align-items: center;
    text-align: left;
}
}
.profile-avatar{
  position: relative;
  flex-shrink: 0;
}
.profile-avatar__image{
  height: 92px;
  width: 92px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.profile-avatar__status{
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.profile-identity{
  min-width: 0px;
}
.profile-identity__name{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-identity__email{
  margin-top: 0.25rem;
  word-break: break-all;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metrics{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-metrics{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-metric{
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.profile-metric__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metric__value{
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-metric__field{
  margin-top: 0.5rem;
}
.profile-form{
  margin-top: 1.5rem;
}
.profile-form__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-form__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-field{
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 640px){
.profile-field--full{
    grid-column: span 2 / span 2;
}
}
.profile-field__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-input{
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-input:focus {
  border-color: rgba(30, 58, 138, 0.35);
  box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.08);
}
.profile-feedback{
  margin-top: 1.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.profile-feedback--error{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.profile-feedback--success{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.profile-actions{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.profile-save{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 63 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-save:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.profile-save:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}
.profile-logout{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-logout:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
@media (max-width: 640px) {
.profile-shell{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.profile-intro{
    margin-bottom: 1.25rem;
}
.profile-intro__title{
    font-size: 28px;
}
.profile-panel{
    border-radius: 26px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.profile-avatar__image{
    height: 5rem;
    width: 5rem;
}
.profile-actions{
    margin-top: 1.5rem;
}
}
 

/* ---------- Fond supérieur décoratif ---------- */
.main-home{
  position: relative;
  min-height: 100vh;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background: #f8fafc;
}
#profile.main-home {
  padding-top: 3.75rem !important;
  padding-bottom: 2rem !important;
}
.wallpaper{
  width: 100%;
  border-radius: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  height: 118px;
  background:
    radial-gradient(circle at 14% 24%, rgba(215, 189, 136, 0.16), transparent 22%),
    linear-gradient(145deg, rgba(11, 27, 52, 0.96), rgba(18, 39, 74, 0.92) 46%, rgba(23, 47, 87, 0.94));
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.wallpaper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
  pointer-events: none;
}
.wallpaper::after {
  content: "";
  position: absolute;
  inset: auto -8% -35% auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(215, 189, 136, 0.22), transparent 68%);
  filter: blur(24px);
  opacity: 0.8;
}
/* ---------- Positionnement de la carte profil ---------- */
.card-profile-wrapper{
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 91.666667%;
}
@media (min-width: 640px){
.card-profile-wrapper{
    width: 83.333333%;
}
}
@media (min-width: 768px){
.card-profile-wrapper{
    width: 75%;
}
}
@media (min-width: 1024px){
.card-profile-wrapper{
    width: 66.666667%;
}
}
.card-profile-wrapper {
  transform: translateX(-50%);
}
#profile .wallpaper {
  overflow: visible;
}
#profile .card-profile-wrapper {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  margin-top: 0;
  padding: 0 1rem;
}
#profile .card-profile {
  max-width: 1120px;
  margin: 0 auto;
}
/* ---------- Carte de profil ---------- */
.card-profile{
  position: relative;
  width: 100%;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(215, 189, 136, 0.18), transparent 24%),
    radial-gradient(circle at 90% 0%, rgba(159, 11, 79, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(12, 28, 54, 0.98), rgba(18, 39, 74, 0.94) 34%, rgba(255, 255, 255, 0.96) 34.2%, rgba(248, 250, 252, 0.96));
  border-color: rgba(15, 35, 70, 0.1);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
}
.card-profile::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 35, 70, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 35, 70, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
          mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
  pointer-events: none;
}
.profile-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 270px);
  gap: 10px;
  align-items: stretch;
}
.profile-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 12px;
}
.profile-copy {
  min-width: 0;
}
.profile-kicker {
  color: rgba(100, 116, 139, 0.9);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.profile-copy h1 {
  margin: 2px 0 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}
.profile-copy p {
  margin: 5px 0 0;
  max-width: 560px;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.35;
}
/* ---------- Avatar ---------- */
.avatar-shell{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.7);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px){
.avatar-shell{
    height: 4rem;
    width: 4rem;
}
}
.avatar-shell {
  flex: 0 0 auto;
  box-shadow: 0 16px 28px rgba(15, 35, 70, 0.12);
}
.avatar-image{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ---------- Stats ---------- */
.stats-grid{
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 768px){
.stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.stat-card{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height: 66px;
}
.stat-icon{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: var(--navy);
}
.stat-icon.accent {
  background: var(--maroon);
}
.stat-value{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--navy);
}
.stat-value-row{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}
.stat-percent{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.stat-date-inline{
  margin-left: auto;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.stat-inline{
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
}
.stat-value.accent-text {
  color: var(--maroon);
}
.stat-label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.stat-subline{
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.stat-trend-arrow{
  margin-right: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stat-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.375;
  max-width: 100%;
  white-space: normal;
}
.stat-tag--up{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.stat-tag--down{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.stat-tag--flat{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.stat-card--clients{
  --tw-border-opacity: 1;
  border-color: rgb(228 230 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}
.stat-card--clients .stat-value {
  color: #1F2A44;
}
.stat-card--clients .stat-label {
  color: #6B7280;
}
.stat-card--ca{
  --tw-border-opacity: 1;
  border-color: rgb(220 230 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 255 / var(--tw-bg-opacity, 1));
}
.stat-card--ca .stat-value {
  color: #1D4ED8;
}
.stat-card--ca .stat-label {
  color: #4B5563;
}
.stat-card--commissions{
  --tw-border-opacity: 1;
  border-color: rgb(249 218 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 243 242 / var(--tw-bg-opacity, 1));
}
.stat-card--commissions .stat-value {
  color: #9B1C1C;
}
.stat-card--commissions .stat-label {
  color: #6B7280;
}
.stat-card--net{
  --tw-border-opacity: 1;
  border-color: rgb(215 239 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 246 / var(--tw-bg-opacity, 1));
}
.stat-card--net .stat-value {
  color: #15803D;
}
.stat-card--net .stat-label {
  color: #4B5563;
}
.stat-card--trend{
  --tw-border-opacity: 1;
  border-color: rgb(230 223 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 255 / var(--tw-bg-opacity, 1));
}
.stat-card--trend .stat-value,
.stat-card--trend .stat-percent,
.stat-card--trend .stat-trend-arrow {
  color: #5B21B6;
}
.stat-card--trend .stat-label {
  color: #6B7280;
}
/* ---------- Labels horizontaux (si utilisés ailleurs) ---------- */
#profile .label{
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
/* ---------- Status card ---------- */
.status-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #bbf7d0;
  border-radius: 22px;
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
  color: #047857;
  padding: 10px 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.status-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.status-label {
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.status-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
  color: inherit;
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.status-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.status-auth-hint{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(4, 120, 87, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #475569;
  padding: 4px 7px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.status-chip strong {
  color: inherit;
  font-weight: 950;
}
.status-score {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  padding: 4px 8px;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
}
.status-dot{
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
}
.status-pill--warning,
.status-card.status-pill--warning {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  color: #c2410c;
}
.status-card.status-pill--warning .status-chip {
  border-color: rgba(194, 65, 12, 0.16);
  color: #c2410c;
}
.status-dot--warning{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.7);
}
.status-pill--critical,
.status-card.status-pill--critical {
  border-color: #fecdd3;
  background: linear-gradient(135deg, #fff1f2, #ffffff);
  color: #be123c;
}
.status-card.status-pill--critical .status-chip {
  border-color: rgba(190, 18, 60, 0.16);
  color: #be123c;
}
.status-dot--critical{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(244, 63, 94, 0.7);
}
/* ---------- Modules ---------- */
.dashboard-section {
  width: min(100% - 2rem, 72rem);
  margin: 2rem auto 0;
  overflow: visible;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
}
.dashboard-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid rgba(15, 35, 70, 0.08);
  background: rgba(255, 255, 255, 0.64);
}
.dashboard-section__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.dashboard-section__title {
  margin: 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.dashboard-section__subtitle {
  max-width: 42rem;
  margin: 0.15rem 0 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.45;
}
.dashboard-section__tools {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}
.module-settings-menu {
  position: relative;
  display: inline-flex;
}
.module-profile-button,
.module-settings-button,
.module-logout-button {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.68rem 0.9rem;
  white-space: nowrap;
}
.module-profile-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-profile-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-settings-button.on,
.module-settings-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.46);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.module-settings-modal {
  width: min(26rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border: 1px solid rgba(15, 35, 70, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.32);
}
.module-settings-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.1rem 0.75rem;
}
.module-settings-modal__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.module-settings-modal__head h3 {
  margin: 0.15rem 0 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.module-settings-close {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(15, 35, 70, 0.12);
  border-radius: 12px;
  background: #fff;
  color: #0f2346;
  font-size: 0.95rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
.module-settings-modal__grid {
  display: grid;
  gap: 0.5rem;
  padding: 0 1.1rem 1.1rem;
}
.module-settings-shortcut {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
  padding: 0.55rem;
  text-align: left;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.module-settings-shortcut:hover {
  border-color: rgba(15, 35, 70, 0.1);
  background: rgba(241, 245, 249, 0.78);
}
.module-settings-shortcut__icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #0f2346;
  color: #fff;
  font-size: 0.95rem;
}
.module-settings-shortcut__copy {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
}
.module-settings-shortcut__copy strong {
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.1;
}
.module-settings-shortcut__copy small {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
}
.module-logout-button {
  border: 1px solid rgba(159, 11, 79, 0.16);
  background: rgba(159, 11, 79, 0.06);
  color: #9f0b4f;
}
.module-logout-button:hover {
  border-color: rgba(159, 11, 79, 0.3);
  background: rgba(159, 11, 79, 0.1);
}
.module-tabs {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 2rem);
  gap: 0.35rem;
  overflow-x: auto;
  margin: 0.9rem auto 0;
  padding: 0.35rem;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 18px;
  background: rgba(241, 245, 249, 0.78);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.module-tabs::-webkit-scrollbar {
  display: none;
}
.module-tab {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: #475569;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  padding: 0.58rem 0.75rem;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.module-tab:hover {
  background: rgba(255, 255, 255, 0.72);
  color: #0f2346;
}
.module-tab small {
  display: inline-flex;
  min-width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(15, 35, 70, 0.07);
  color: inherit;
  font-size: 0.64rem;
  font-weight: 950;
  line-height: 1;
}
.module-tab.on {
  border-color: rgba(15, 35, 70, 0.12);
  background: #9f0b4f;
  color: #fff;
  box-shadow: 0 10px 18px rgba(159, 11, 79, 0.18);
}
.module-tab.on small {
  background: rgba(255, 255, 255, 0.16);
}
.module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  gap: 0.75rem;
  padding: 1rem;
}
.module-card {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  min-height: 6.4rem;
  padding: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(135deg, var(--module-soft), rgba(255, 255, 255, 0.88) 42%),
    #ffffff;
  text-align: left;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
.module-card::after {
  content: "";
  position: absolute;
  right: -1.15rem;
  top: -1.15rem;
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 999px;
  background: var(--module-accent);
  opacity: 0.09;
}
.module-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--module-accent) 30%, rgba(15, 35, 70, 0.1));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}
.module-card--compact {
  min-height: 4.75rem;
  padding: 0.72rem;
}
.module-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 16px;
  background: var(--module-accent);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--module-accent) 24%, transparent);
}
.module-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}
.module-title {
  margin: 0;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.module-sub {
  margin: 0.22rem 0 0;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.25;
}
.module-card.tone-navy {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
}
.module-card.tone-maroon {
  --module-accent: #9f0b4f;
  --module-soft: rgba(159, 11, 79, 0.08);
}
.module-card.tone-graphite {
  --module-accent: #334155;
  --module-soft: rgba(51, 65, 85, 0.08);
}
.module-card.tone-olive {
  --module-accent: #3f6212;
  --module-soft: rgba(63, 98, 18, 0.09);
}
.module-card.tone-steel {
  --module-accent: #0f4c5c;
  --module-soft: rgba(15, 76, 92, 0.09);
}
.module-card.tone-sand {
  --module-accent: #a16207;
  --module-soft: rgba(161, 98, 7, 0.1);
}
.module-card.tone-ruby {
  --module-accent: #be123c;
  --module-soft: rgba(190, 18, 60, 0.08);
}
.module-card.tone-admin {
  --module-accent: #6d143f;
  --module-soft: rgba(109, 20, 63, 0.09);
}
.module-card.tone-forest {
  --module-accent: #047857;
  --module-soft: rgba(4, 120, 87, 0.09);
}
.module-card.tone-exit {
  --module-accent: #475569;
  --module-soft: rgba(71, 85, 105, 0.08);
}
@media (min-width: 900px) {
.stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
}
@media (max-width: 1024px) {
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0 1rem;
}
.dashboard-section {
    width: calc(100% - 2rem);
}
.dashboard-section__header {
    flex-direction: column;
}
.dashboard-section__tools {
    width: 100%;
    justify-content: flex-start;
}
@media (min-width: 1280px){
.stats-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-hero {
    grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.main-home {
    overflow-x: hidden;
}
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1rem;
    padding: 0 0.75rem;
}
.wallpaper {
    height: 110px;
    border-radius: 0 0 22px 22px;
}
#profile .card-profile {
    border-radius: 1.5rem;
}
.stat-value-row{
    flex-wrap: wrap;
}
.stat-inline,
  .stat-date-inline{
    margin-left: 0px;
}
.card-profile{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.profile-hero {
    grid-template-columns: 1fr;
}
.profile-identity {
    align-items: flex-start;
    border-radius: 20px;
    padding: 12px;
}
.profile-copy h1 {
    font-size: 1.5rem;
}
.avatar-shell{
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 0.75rem;
}
.stats-grid{
    margin-top: 1rem;
    gap: 0.75rem;
}
.stat-card{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    min-height: 68px;
}
.stat-value {
    font-size: 0.95rem;
}
.status-card {
    width: 100%;
    border-radius: 20px;
    padding: 12px;
}
.status-stats{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.dashboard-section {
    width: calc(100% - 1.5rem);
    margin-top: 1.5rem;
    border-radius: 24px;
}
.dashboard-section__header {
    padding: 1rem;
}
.dashboard-section__tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.module-settings-menu {
    display: flex;
    min-width: 0;
}
.module-profile-button,
  .module-settings-button,
  .module-logout-button {
    width: 100%;
    border-radius: 16px;
}
.dashboard-section__title {
    font-size: 1.15rem;
}
.dashboard-section__subtitle {
    font-size: 0.8rem;
}
.module-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 0.75rem;
}
.module-tabs {
    width: calc(100% - 1.5rem);
    max-width: calc(100% - 1.5rem);
    gap: 0.28rem;
    margin-top: 0.75rem;
    padding: 0.25rem;
    border-radius: 16px;
    overflow-x: visible;
}
.module-tab {
    flex: 1 1 0;
    min-width: 0;
    min-height: 3rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.18rem;
    padding: 0.48rem 0.35rem;
    font-size: 0.7rem;
    line-height: 1;
}
.module-tab span {
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    text-overflow: clip;
    line-height: 1;
}
.module-tab small {
    min-width: 1.08rem;
    height: 1.08rem;
    font-size: 0.58rem;
}
.module-card {
    min-height: 4.75rem;
    padding: 0.65rem;
    border-radius: 16px;
}
.module-icon {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 12px;
    font-size: 0.86rem;
}
}
/* ---------- Profile page overrides ---------- */
.profile-screen{
  min-height: 100vh;
  padding-bottom: 3rem;
  background:
    radial-gradient(circle at 15% 10%, rgba(30, 58, 138, 0.08), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(136, 19, 55, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #f3f4f6 100%);
}
.profile-shell{
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.profile-intro{
  margin-bottom: 1.5rem;
}
.profile-intro__kicker{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.profile-intro__title{
  margin-top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.profile-intro__subtitle{
  margin-top: 0.5rem;
  max-width: 42rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-panel{
  border-radius: 28px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: 0 28px 48px rgba(15, 23, 42, 0.08);
}
.profile-hero{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 640px){
.profile-hero{
    flex-direction: row;
    align-items: center;
    text-align: left;
}
}
.profile-avatar{
  position: relative;
  flex-shrink: 0;
}
.profile-avatar__image{
  height: 92px;
  width: 92px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.profile-avatar__status{
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.profile-identity{
  min-width: 0px;
}
.profile-identity__name{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-identity__email{
  margin-top: 0.25rem;
  word-break: break-all;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metrics{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-metrics{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-metric{
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.profile-metric__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metric__value{
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-metric__field{
  margin-top: 0.5rem;
}
.profile-form{
  margin-top: 1.5rem;
}
.profile-form__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-form__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-field{
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 640px){
.profile-field--full{
    grid-column: span 2 / span 2;
}
}
.profile-field__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-input{
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-input:focus {
  border-color: rgba(30, 58, 138, 0.35);
  box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.08);
}
.profile-feedback{
  margin-top: 1.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.profile-feedback--error{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.profile-feedback--success{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.profile-actions{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.profile-save{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 63 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-save:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.profile-save:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}
.profile-logout{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-logout:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
@media (max-width: 640px) {
.profile-shell{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.profile-intro{
    margin-bottom: 1.25rem;
}
.profile-intro__title{
    font-size: 28px;
}
.profile-panel{
    border-radius: 26px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.profile-avatar__image{
    height: 5rem;
    width: 5rem;
}
.profile-actions{
    margin-top: 1.5rem;
}
}
 

/* ---------- Fond supérieur décoratif ---------- */
.main-home{
  position: relative;
  min-height: 100vh;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background: #f8fafc;
}
#profile.main-home {
  padding-top: 3.75rem !important;
  padding-bottom: 2rem !important;
}
.wallpaper{
  width: 100%;
  border-radius: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  height: 118px;
  background:
    radial-gradient(circle at 14% 24%, rgba(215, 189, 136, 0.16), transparent 22%),
    linear-gradient(145deg, rgba(11, 27, 52, 0.96), rgba(18, 39, 74, 0.92) 46%, rgba(23, 47, 87, 0.94));
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.wallpaper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
  pointer-events: none;
}
.wallpaper::after {
  content: "";
  position: absolute;
  inset: auto -8% -35% auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(215, 189, 136, 0.22), transparent 68%);
  filter: blur(24px);
  opacity: 0.8;
}
/* ---------- Positionnement de la carte profil ---------- */
.card-profile-wrapper{
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 91.666667%;
}
@media (min-width: 640px){
.card-profile-wrapper{
    width: 83.333333%;
}
}
@media (min-width: 768px){
.card-profile-wrapper{
    width: 75%;
}
}
@media (min-width: 1024px){
.card-profile-wrapper{
    width: 66.666667%;
}
}
.card-profile-wrapper {
  transform: translateX(-50%);
}
#profile .wallpaper {
  overflow: visible;
}
#profile .card-profile-wrapper {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  margin-top: 0;
  padding: 0 1rem;
}
#profile .card-profile {
  max-width: 1120px;
  margin: 0 auto;
}
/* ---------- Carte de profil ---------- */
.card-profile{
  position: relative;
  width: 100%;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(215, 189, 136, 0.18), transparent 24%),
    radial-gradient(circle at 90% 0%, rgba(159, 11, 79, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(12, 28, 54, 0.98), rgba(18, 39, 74, 0.94) 34%, rgba(255, 255, 255, 0.96) 34.2%, rgba(248, 250, 252, 0.96));
  border-color: rgba(15, 35, 70, 0.1);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
}
.card-profile::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 35, 70, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 35, 70, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
          mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
  pointer-events: none;
}
.profile-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 270px);
  gap: 10px;
  align-items: stretch;
}
.profile-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 12px;
}
.profile-copy {
  min-width: 0;
}
.profile-kicker {
  color: rgba(100, 116, 139, 0.9);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.profile-copy h1 {
  margin: 2px 0 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}
.profile-copy p {
  margin: 5px 0 0;
  max-width: 560px;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.35;
}
/* ---------- Avatar ---------- */
.avatar-shell{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.7);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px){
.avatar-shell{
    height: 4rem;
    width: 4rem;
}
}
.avatar-shell {
  flex: 0 0 auto;
  box-shadow: 0 16px 28px rgba(15, 35, 70, 0.12);
}
.avatar-image{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ---------- Stats ---------- */
.stats-grid{
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 768px){
.stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.stat-card{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height: 66px;
}
.stat-icon{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: var(--navy);
}
.stat-icon.accent {
  background: var(--maroon);
}
.stat-value{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--navy);
}
.stat-value-row{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}
.stat-percent{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.stat-date-inline{
  margin-left: auto;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.stat-inline{
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
}
.stat-value.accent-text {
  color: var(--maroon);
}
.stat-label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.stat-subline{
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.stat-trend-arrow{
  margin-right: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stat-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.375;
  max-width: 100%;
  white-space: normal;
}
.stat-tag--up{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.stat-tag--down{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.stat-tag--flat{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.stat-card--clients{
  --tw-border-opacity: 1;
  border-color: rgb(228 230 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}
.stat-card--clients .stat-value {
  color: #1F2A44;
}
.stat-card--clients .stat-label {
  color: #6B7280;
}
.stat-card--ca{
  --tw-border-opacity: 1;
  border-color: rgb(220 230 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 255 / var(--tw-bg-opacity, 1));
}
.stat-card--ca .stat-value {
  color: #1D4ED8;
}
.stat-card--ca .stat-label {
  color: #4B5563;
}
.stat-card--commissions{
  --tw-border-opacity: 1;
  border-color: rgb(249 218 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 243 242 / var(--tw-bg-opacity, 1));
}
.stat-card--commissions .stat-value {
  color: #9B1C1C;
}
.stat-card--commissions .stat-label {
  color: #6B7280;
}
.stat-card--net{
  --tw-border-opacity: 1;
  border-color: rgb(215 239 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 246 / var(--tw-bg-opacity, 1));
}
.stat-card--net .stat-value {
  color: #15803D;
}
.stat-card--net .stat-label {
  color: #4B5563;
}
.stat-card--trend{
  --tw-border-opacity: 1;
  border-color: rgb(230 223 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 255 / var(--tw-bg-opacity, 1));
}
.stat-card--trend .stat-value,
.stat-card--trend .stat-percent,
.stat-card--trend .stat-trend-arrow {
  color: #5B21B6;
}
.stat-card--trend .stat-label {
  color: #6B7280;
}
/* ---------- Labels horizontaux (si utilisés ailleurs) ---------- */
#profile .label{
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
/* ---------- Status card ---------- */
.status-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #bbf7d0;
  border-radius: 22px;
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
  color: #047857;
  padding: 10px 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.status-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.status-label {
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.status-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
  color: inherit;
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.status-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.status-auth-hint{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(4, 120, 87, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #475569;
  padding: 4px 7px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.status-chip strong {
  color: inherit;
  font-weight: 950;
}
.status-score {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  padding: 4px 8px;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
}
.status-dot{
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
}
.status-pill--warning,
.status-card.status-pill--warning {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  color: #c2410c;
}
.status-card.status-pill--warning .status-chip {
  border-color: rgba(194, 65, 12, 0.16);
  color: #c2410c;
}
.status-dot--warning{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.7);
}
.status-pill--critical,
.status-card.status-pill--critical {
  border-color: #fecdd3;
  background: linear-gradient(135deg, #fff1f2, #ffffff);
  color: #be123c;
}
.status-card.status-pill--critical .status-chip {
  border-color: rgba(190, 18, 60, 0.16);
  color: #be123c;
}
.status-dot--critical{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(244, 63, 94, 0.7);
}
/* ---------- Modules ---------- */
.dashboard-section {
  width: min(100% - 2rem, 72rem);
  margin: 2rem auto 0;
  overflow: visible;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
}
.dashboard-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid rgba(15, 35, 70, 0.08);
  background: rgba(255, 255, 255, 0.64);
}
.dashboard-section__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.dashboard-section__title {
  margin: 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.dashboard-section__subtitle {
  max-width: 42rem;
  margin: 0.15rem 0 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.45;
}
.dashboard-section__tools {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}
.module-settings-menu {
  position: relative;
  display: inline-flex;
}
.module-profile-button,
.module-settings-button,
.module-logout-button {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.68rem 0.9rem;
  white-space: nowrap;
}
.module-profile-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-profile-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-settings-button.on,
.module-settings-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.46);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.module-settings-modal {
  width: min(26rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border: 1px solid rgba(15, 35, 70, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.32);
}
.module-settings-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.1rem 0.75rem;
}
.module-settings-modal__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.module-settings-modal__head h3 {
  margin: 0.15rem 0 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.module-settings-close {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(15, 35, 70, 0.12);
  border-radius: 12px;
  background: #fff;
  color: #0f2346;
  font-size: 0.95rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
.module-settings-modal__grid {
  display: grid;
  gap: 0.5rem;
  padding: 0 1.1rem 1.1rem;
}
.module-settings-shortcut {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
  padding: 0.55rem;
  text-align: left;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.module-settings-shortcut:hover {
  border-color: rgba(15, 35, 70, 0.1);
  background: rgba(241, 245, 249, 0.78);
}
.module-settings-shortcut__icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #0f2346;
  color: #fff;
  font-size: 0.95rem;
}
.module-settings-shortcut__copy {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
}
.module-settings-shortcut__copy strong {
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.1;
}
.module-settings-shortcut__copy small {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
}
.module-logout-button {
  border: 1px solid rgba(159, 11, 79, 0.16);
  background: rgba(159, 11, 79, 0.06);
  color: #9f0b4f;
}
.module-logout-button:hover {
  border-color: rgba(159, 11, 79, 0.3);
  background: rgba(159, 11, 79, 0.1);
}
.module-tabs {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 2rem);
  gap: 0.35rem;
  overflow-x: auto;
  margin: 0.9rem auto 0;
  padding: 0.35rem;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 18px;
  background: rgba(241, 245, 249, 0.78);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.module-tabs::-webkit-scrollbar {
  display: none;
}
.module-tab {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: #475569;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  padding: 0.58rem 0.75rem;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.module-tab:hover {
  background: rgba(255, 255, 255, 0.72);
  color: #0f2346;
}
.module-tab small {
  display: inline-flex;
  min-width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(15, 35, 70, 0.07);
  color: inherit;
  font-size: 0.64rem;
  font-weight: 950;
  line-height: 1;
}
.module-tab.on {
  border-color: rgba(15, 35, 70, 0.12);
  background: #9f0b4f;
  color: #fff;
  box-shadow: 0 10px 18px rgba(159, 11, 79, 0.18);
}
.module-tab.on small {
  background: rgba(255, 255, 255, 0.16);
}
.module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  gap: 0.75rem;
  padding: 1rem;
}
.module-card {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  min-height: 6.4rem;
  padding: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(135deg, var(--module-soft), rgba(255, 255, 255, 0.88) 42%),
    #ffffff;
  text-align: left;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
.module-card::after {
  content: "";
  position: absolute;
  right: -1.15rem;
  top: -1.15rem;
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 999px;
  background: var(--module-accent);
  opacity: 0.09;
}
.module-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--module-accent) 30%, rgba(15, 35, 70, 0.1));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}
.module-card--compact {
  min-height: 4.75rem;
  padding: 0.72rem;
}
.module-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 16px;
  background: var(--module-accent);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--module-accent) 24%, transparent);
}
.module-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}
.module-title {
  margin: 0;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.module-sub {
  margin: 0.22rem 0 0;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.25;
}
.module-card.tone-navy {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
}
.module-card.tone-maroon {
  --module-accent: #9f0b4f;
  --module-soft: rgba(159, 11, 79, 0.08);
}
.module-card.tone-graphite {
  --module-accent: #334155;
  --module-soft: rgba(51, 65, 85, 0.08);
}
.module-card.tone-olive {
  --module-accent: #3f6212;
  --module-soft: rgba(63, 98, 18, 0.09);
}
.module-card.tone-steel {
  --module-accent: #0f4c5c;
  --module-soft: rgba(15, 76, 92, 0.09);
}
.module-card.tone-sand {
  --module-accent: #a16207;
  --module-soft: rgba(161, 98, 7, 0.1);
}
.module-card.tone-ruby {
  --module-accent: #be123c;
  --module-soft: rgba(190, 18, 60, 0.08);
}
.module-card.tone-admin {
  --module-accent: #6d143f;
  --module-soft: rgba(109, 20, 63, 0.09);
}
.module-card.tone-forest {
  --module-accent: #047857;
  --module-soft: rgba(4, 120, 87, 0.09);
}
.module-card.tone-exit {
  --module-accent: #475569;
  --module-soft: rgba(71, 85, 105, 0.08);
}
@media (min-width: 900px) {
.stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
}
@media (max-width: 1024px) {
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0 1rem;
}
.dashboard-section {
    width: calc(100% - 2rem);
}
.dashboard-section__header {
    flex-direction: column;
}
.dashboard-section__tools {
    width: 100%;
    justify-content: flex-start;
}
@media (min-width: 1280px){
.stats-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-hero {
    grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.main-home {
    overflow-x: hidden;
}
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1rem;
    padding: 0 0.75rem;
}
.wallpaper {
    height: 110px;
    border-radius: 0 0 22px 22px;
}
#profile .card-profile {
    border-radius: 1.5rem;
}
.stat-value-row{
    flex-wrap: wrap;
}
.stat-inline,
  .stat-date-inline{
    margin-left: 0px;
}
.card-profile{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.profile-hero {
    grid-template-columns: 1fr;
}
.profile-identity {
    align-items: flex-start;
    border-radius: 20px;
    padding: 12px;
}
.profile-copy h1 {
    font-size: 1.5rem;
}
.avatar-shell{
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 0.75rem;
}
.stats-grid{
    margin-top: 1rem;
    gap: 0.75rem;
}
.stat-card{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    min-height: 68px;
}
.stat-value {
    font-size: 0.95rem;
}
.status-card {
    width: 100%;
    border-radius: 20px;
    padding: 12px;
}
.status-stats{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.dashboard-section {
    width: calc(100% - 1.5rem);
    margin-top: 1.5rem;
    border-radius: 24px;
}
.dashboard-section__header {
    padding: 1rem;
}
.dashboard-section__tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.module-settings-menu {
    display: flex;
    min-width: 0;
}
.module-profile-button,
  .module-settings-button,
  .module-logout-button {
    width: 100%;
    border-radius: 16px;
}
.dashboard-section__title {
    font-size: 1.15rem;
}
.dashboard-section__subtitle {
    font-size: 0.8rem;
}
.module-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 0.75rem;
}
.module-tabs {
    width: calc(100% - 1.5rem);
    max-width: calc(100% - 1.5rem);
    gap: 0.28rem;
    margin-top: 0.75rem;
    padding: 0.25rem;
    border-radius: 16px;
    overflow-x: visible;
}
.module-tab {
    flex: 1 1 0;
    min-width: 0;
    min-height: 3rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.18rem;
    padding: 0.48rem 0.35rem;
    font-size: 0.7rem;
    line-height: 1;
}
.module-tab span {
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    text-overflow: clip;
    line-height: 1;
}
.module-tab small {
    min-width: 1.08rem;
    height: 1.08rem;
    font-size: 0.58rem;
}
.module-card {
    min-height: 4.75rem;
    padding: 0.65rem;
    border-radius: 16px;
}
.module-icon {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 12px;
    font-size: 0.86rem;
}
}
/* ---------- Profile page overrides ---------- */
.profile-screen{
  min-height: 100vh;
  padding-bottom: 3rem;
  background:
    radial-gradient(circle at 15% 10%, rgba(30, 58, 138, 0.08), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(136, 19, 55, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #f3f4f6 100%);
}
.profile-shell{
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.profile-intro{
  margin-bottom: 1.5rem;
}
.profile-intro__kicker{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.profile-intro__title{
  margin-top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.profile-intro__subtitle{
  margin-top: 0.5rem;
  max-width: 42rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-panel{
  border-radius: 28px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: 0 28px 48px rgba(15, 23, 42, 0.08);
}
.profile-hero{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 640px){
.profile-hero{
    flex-direction: row;
    align-items: center;
    text-align: left;
}
}
.profile-avatar{
  position: relative;
  flex-shrink: 0;
}
.profile-avatar__image{
  height: 92px;
  width: 92px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.profile-avatar__status{
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.profile-identity{
  min-width: 0px;
}
.profile-identity__name{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-identity__email{
  margin-top: 0.25rem;
  word-break: break-all;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metrics{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-metrics{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-metric{
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.profile-metric__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metric__value{
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-metric__field{
  margin-top: 0.5rem;
}
.profile-form{
  margin-top: 1.5rem;
}
.profile-form__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-form__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-field{
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 640px){
.profile-field--full{
    grid-column: span 2 / span 2;
}
}
.profile-field__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-input{
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-input:focus {
  border-color: rgba(30, 58, 138, 0.35);
  box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.08);
}
.profile-feedback{
  margin-top: 1.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.profile-feedback--error{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.profile-feedback--success{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.profile-actions{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.profile-save{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 63 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-save:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.profile-save:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}
.profile-logout{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-logout:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
@media (max-width: 640px) {
.profile-shell{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.profile-intro{
    margin-bottom: 1.25rem;
}
.profile-intro__title{
    font-size: 28px;
}
.profile-panel{
    border-radius: 26px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.profile-avatar__image{
    height: 5rem;
    width: 5rem;
}
.profile-actions{
    margin-top: 1.5rem;
}
}
 

/* ---------- Fond supérieur décoratif ---------- */
.main-home{
  position: relative;
  min-height: 100vh;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background: #f8fafc;
}
#profile.main-home {
  padding-top: 3.75rem !important;
  padding-bottom: 2rem !important;
}
.wallpaper{
  width: 100%;
  border-radius: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  height: 118px;
  background:
    radial-gradient(circle at 14% 24%, rgba(215, 189, 136, 0.16), transparent 22%),
    linear-gradient(145deg, rgba(11, 27, 52, 0.96), rgba(18, 39, 74, 0.92) 46%, rgba(23, 47, 87, 0.94));
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.wallpaper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
  pointer-events: none;
}
.wallpaper::after {
  content: "";
  position: absolute;
  inset: auto -8% -35% auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(215, 189, 136, 0.22), transparent 68%);
  filter: blur(24px);
  opacity: 0.8;
}
/* ---------- Positionnement de la carte profil ---------- */
.card-profile-wrapper{
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 91.666667%;
}
@media (min-width: 640px){
.card-profile-wrapper{
    width: 83.333333%;
}
}
@media (min-width: 768px){
.card-profile-wrapper{
    width: 75%;
}
}
@media (min-width: 1024px){
.card-profile-wrapper{
    width: 66.666667%;
}
}
.card-profile-wrapper {
  transform: translateX(-50%);
}
#profile .wallpaper {
  overflow: visible;
}
#profile .card-profile-wrapper {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  margin-top: 0;
  padding: 0 1rem;
}
#profile .card-profile {
  max-width: 1120px;
  margin: 0 auto;
}
/* ---------- Carte de profil ---------- */
.card-profile{
  position: relative;
  width: 100%;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(215, 189, 136, 0.18), transparent 24%),
    radial-gradient(circle at 90% 0%, rgba(159, 11, 79, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(12, 28, 54, 0.98), rgba(18, 39, 74, 0.94) 34%, rgba(255, 255, 255, 0.96) 34.2%, rgba(248, 250, 252, 0.96));
  border-color: rgba(15, 35, 70, 0.1);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
}
.card-profile::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 35, 70, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 35, 70, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
          mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
  pointer-events: none;
}
.profile-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 270px);
  gap: 10px;
  align-items: stretch;
}
.profile-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 12px;
}
.profile-copy {
  min-width: 0;
}
.profile-kicker {
  color: rgba(100, 116, 139, 0.9);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.profile-copy h1 {
  margin: 2px 0 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}
.profile-copy p {
  margin: 5px 0 0;
  max-width: 560px;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.35;
}
/* ---------- Avatar ---------- */
.avatar-shell{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.7);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px){
.avatar-shell{
    height: 4rem;
    width: 4rem;
}
}
.avatar-shell {
  flex: 0 0 auto;
  box-shadow: 0 16px 28px rgba(15, 35, 70, 0.12);
}
.avatar-image{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ---------- Stats ---------- */
.stats-grid{
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 768px){
.stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.stat-card{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height: 66px;
}
.stat-icon{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: var(--navy);
}
.stat-icon.accent {
  background: var(--maroon);
}
.stat-value{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--navy);
}
.stat-value-row{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}
.stat-percent{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.stat-date-inline{
  margin-left: auto;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.stat-inline{
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
}
.stat-value.accent-text {
  color: var(--maroon);
}
.stat-label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.stat-subline{
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.stat-trend-arrow{
  margin-right: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stat-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.375;
  max-width: 100%;
  white-space: normal;
}
.stat-tag--up{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.stat-tag--down{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.stat-tag--flat{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.stat-card--clients{
  --tw-border-opacity: 1;
  border-color: rgb(228 230 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}
.stat-card--clients .stat-value {
  color: #1F2A44;
}
.stat-card--clients .stat-label {
  color: #6B7280;
}
.stat-card--ca{
  --tw-border-opacity: 1;
  border-color: rgb(220 230 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 255 / var(--tw-bg-opacity, 1));
}
.stat-card--ca .stat-value {
  color: #1D4ED8;
}
.stat-card--ca .stat-label {
  color: #4B5563;
}
.stat-card--commissions{
  --tw-border-opacity: 1;
  border-color: rgb(249 218 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 243 242 / var(--tw-bg-opacity, 1));
}
.stat-card--commissions .stat-value {
  color: #9B1C1C;
}
.stat-card--commissions .stat-label {
  color: #6B7280;
}
.stat-card--net{
  --tw-border-opacity: 1;
  border-color: rgb(215 239 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 246 / var(--tw-bg-opacity, 1));
}
.stat-card--net .stat-value {
  color: #15803D;
}
.stat-card--net .stat-label {
  color: #4B5563;
}
.stat-card--trend{
  --tw-border-opacity: 1;
  border-color: rgb(230 223 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 255 / var(--tw-bg-opacity, 1));
}
.stat-card--trend .stat-value,
.stat-card--trend .stat-percent,
.stat-card--trend .stat-trend-arrow {
  color: #5B21B6;
}
.stat-card--trend .stat-label {
  color: #6B7280;
}
/* ---------- Labels horizontaux (si utilisés ailleurs) ---------- */
#profile .label{
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
/* ---------- Status card ---------- */
.status-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #bbf7d0;
  border-radius: 22px;
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
  color: #047857;
  padding: 10px 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.status-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.status-label {
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.status-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
  color: inherit;
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.status-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.status-auth-hint{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(4, 120, 87, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #475569;
  padding: 4px 7px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.status-chip strong {
  color: inherit;
  font-weight: 950;
}
.status-score {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  padding: 4px 8px;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
}
.status-dot{
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
}
.status-pill--warning,
.status-card.status-pill--warning {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  color: #c2410c;
}
.status-card.status-pill--warning .status-chip {
  border-color: rgba(194, 65, 12, 0.16);
  color: #c2410c;
}
.status-dot--warning{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.7);
}
.status-pill--critical,
.status-card.status-pill--critical {
  border-color: #fecdd3;
  background: linear-gradient(135deg, #fff1f2, #ffffff);
  color: #be123c;
}
.status-card.status-pill--critical .status-chip {
  border-color: rgba(190, 18, 60, 0.16);
  color: #be123c;
}
.status-dot--critical{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(244, 63, 94, 0.7);
}
/* ---------- Modules ---------- */
.dashboard-section {
  width: min(100% - 2rem, 72rem);
  margin: 2rem auto 0;
  overflow: visible;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
}
.dashboard-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid rgba(15, 35, 70, 0.08);
  background: rgba(255, 255, 255, 0.64);
}
.dashboard-section__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.dashboard-section__title {
  margin: 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.dashboard-section__subtitle {
  max-width: 42rem;
  margin: 0.15rem 0 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.45;
}
.dashboard-section__tools {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}
.module-settings-menu {
  position: relative;
  display: inline-flex;
}
.module-profile-button,
.module-settings-button,
.module-logout-button {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.68rem 0.9rem;
  white-space: nowrap;
}
.module-profile-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-profile-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-settings-button.on,
.module-settings-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.46);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.module-settings-modal {
  width: min(26rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border: 1px solid rgba(15, 35, 70, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.32);
}
.module-settings-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.1rem 0.75rem;
}
.module-settings-modal__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.module-settings-modal__head h3 {
  margin: 0.15rem 0 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.module-settings-close {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(15, 35, 70, 0.12);
  border-radius: 12px;
  background: #fff;
  color: #0f2346;
  font-size: 0.95rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
.module-settings-modal__grid {
  display: grid;
  gap: 0.5rem;
  padding: 0 1.1rem 1.1rem;
}
.module-settings-shortcut {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
  padding: 0.55rem;
  text-align: left;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.module-settings-shortcut:hover {
  border-color: rgba(15, 35, 70, 0.1);
  background: rgba(241, 245, 249, 0.78);
}
.module-settings-shortcut__icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #0f2346;
  color: #fff;
  font-size: 0.95rem;
}
.module-settings-shortcut__copy {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
}
.module-settings-shortcut__copy strong {
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.1;
}
.module-settings-shortcut__copy small {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
}
.module-logout-button {
  border: 1px solid rgba(159, 11, 79, 0.16);
  background: rgba(159, 11, 79, 0.06);
  color: #9f0b4f;
}
.module-logout-button:hover {
  border-color: rgba(159, 11, 79, 0.3);
  background: rgba(159, 11, 79, 0.1);
}
.module-tabs {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 2rem);
  gap: 0.35rem;
  overflow-x: auto;
  margin: 0.9rem auto 0;
  padding: 0.35rem;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 18px;
  background: rgba(241, 245, 249, 0.78);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.module-tabs::-webkit-scrollbar {
  display: none;
}
.module-tab {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: #475569;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  padding: 0.58rem 0.75rem;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.module-tab:hover {
  background: rgba(255, 255, 255, 0.72);
  color: #0f2346;
}
.module-tab small {
  display: inline-flex;
  min-width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(15, 35, 70, 0.07);
  color: inherit;
  font-size: 0.64rem;
  font-weight: 950;
  line-height: 1;
}
.module-tab.on {
  border-color: rgba(15, 35, 70, 0.12);
  background: #9f0b4f;
  color: #fff;
  box-shadow: 0 10px 18px rgba(159, 11, 79, 0.18);
}
.module-tab.on small {
  background: rgba(255, 255, 255, 0.16);
}
.module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  gap: 0.75rem;
  padding: 1rem;
}
.module-card {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  min-height: 6.4rem;
  padding: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(135deg, var(--module-soft), rgba(255, 255, 255, 0.88) 42%),
    #ffffff;
  text-align: left;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
.module-card::after {
  content: "";
  position: absolute;
  right: -1.15rem;
  top: -1.15rem;
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 999px;
  background: var(--module-accent);
  opacity: 0.09;
}
.module-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--module-accent) 30%, rgba(15, 35, 70, 0.1));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}
.module-card--compact {
  min-height: 4.75rem;
  padding: 0.72rem;
}
.module-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 16px;
  background: var(--module-accent);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--module-accent) 24%, transparent);
}
.module-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}
.module-title {
  margin: 0;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.module-sub {
  margin: 0.22rem 0 0;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.25;
}
.module-card.tone-navy {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
}
.module-card.tone-maroon {
  --module-accent: #9f0b4f;
  --module-soft: rgba(159, 11, 79, 0.08);
}
.module-card.tone-graphite {
  --module-accent: #334155;
  --module-soft: rgba(51, 65, 85, 0.08);
}
.module-card.tone-olive {
  --module-accent: #3f6212;
  --module-soft: rgba(63, 98, 18, 0.09);
}
.module-card.tone-steel {
  --module-accent: #0f4c5c;
  --module-soft: rgba(15, 76, 92, 0.09);
}
.module-card.tone-sand {
  --module-accent: #a16207;
  --module-soft: rgba(161, 98, 7, 0.1);
}
.module-card.tone-ruby {
  --module-accent: #be123c;
  --module-soft: rgba(190, 18, 60, 0.08);
}
.module-card.tone-admin {
  --module-accent: #6d143f;
  --module-soft: rgba(109, 20, 63, 0.09);
}
.module-card.tone-forest {
  --module-accent: #047857;
  --module-soft: rgba(4, 120, 87, 0.09);
}
.module-card.tone-exit {
  --module-accent: #475569;
  --module-soft: rgba(71, 85, 105, 0.08);
}
@media (min-width: 900px) {
.stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
}
@media (max-width: 1024px) {
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0 1rem;
}
.dashboard-section {
    width: calc(100% - 2rem);
}
.dashboard-section__header {
    flex-direction: column;
}
.dashboard-section__tools {
    width: 100%;
    justify-content: flex-start;
}
@media (min-width: 1280px){
.stats-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-hero {
    grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.main-home {
    overflow-x: hidden;
}
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1rem;
    padding: 0 0.75rem;
}
.wallpaper {
    height: 110px;
    border-radius: 0 0 22px 22px;
}
#profile .card-profile {
    border-radius: 1.5rem;
}
.stat-value-row{
    flex-wrap: wrap;
}
.stat-inline,
  .stat-date-inline{
    margin-left: 0px;
}
.card-profile{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.profile-hero {
    grid-template-columns: 1fr;
}
.profile-identity {
    align-items: flex-start;
    border-radius: 20px;
    padding: 12px;
}
.profile-copy h1 {
    font-size: 1.5rem;
}
.avatar-shell{
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 0.75rem;
}
.stats-grid{
    margin-top: 1rem;
    gap: 0.75rem;
}
.stat-card{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    min-height: 68px;
}
.stat-value {
    font-size: 0.95rem;
}
.status-card {
    width: 100%;
    border-radius: 20px;
    padding: 12px;
}
.status-stats{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.dashboard-section {
    width: calc(100% - 1.5rem);
    margin-top: 1.5rem;
    border-radius: 24px;
}
.dashboard-section__header {
    padding: 1rem;
}
.dashboard-section__tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.module-settings-menu {
    display: flex;
    min-width: 0;
}
.module-profile-button,
  .module-settings-button,
  .module-logout-button {
    width: 100%;
    border-radius: 16px;
}
.dashboard-section__title {
    font-size: 1.15rem;
}
.dashboard-section__subtitle {
    font-size: 0.8rem;
}
.module-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 0.75rem;
}
.module-tabs {
    width: calc(100% - 1.5rem);
    max-width: calc(100% - 1.5rem);
    gap: 0.28rem;
    margin-top: 0.75rem;
    padding: 0.25rem;
    border-radius: 16px;
    overflow-x: visible;
}
.module-tab {
    flex: 1 1 0;
    min-width: 0;
    min-height: 3rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.18rem;
    padding: 0.48rem 0.35rem;
    font-size: 0.7rem;
    line-height: 1;
}
.module-tab span {
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    text-overflow: clip;
    line-height: 1;
}
.module-tab small {
    min-width: 1.08rem;
    height: 1.08rem;
    font-size: 0.58rem;
}
.module-card {
    min-height: 4.75rem;
    padding: 0.65rem;
    border-radius: 16px;
}
.module-icon {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 12px;
    font-size: 0.86rem;
}
}
/* ---------- Profile page overrides ---------- */
.profile-screen{
  min-height: 100vh;
  padding-bottom: 3rem;
  background:
    radial-gradient(circle at 15% 10%, rgba(30, 58, 138, 0.08), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(136, 19, 55, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #f3f4f6 100%);
}
.profile-shell{
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.profile-intro{
  margin-bottom: 1.5rem;
}
.profile-intro__kicker{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.profile-intro__title{
  margin-top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.profile-intro__subtitle{
  margin-top: 0.5rem;
  max-width: 42rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-panel{
  border-radius: 28px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: 0 28px 48px rgba(15, 23, 42, 0.08);
}
.profile-hero{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 640px){
.profile-hero{
    flex-direction: row;
    align-items: center;
    text-align: left;
}
}
.profile-avatar{
  position: relative;
  flex-shrink: 0;
}
.profile-avatar__image{
  height: 92px;
  width: 92px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.profile-avatar__status{
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.profile-identity{
  min-width: 0px;
}
.profile-identity__name{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-identity__email{
  margin-top: 0.25rem;
  word-break: break-all;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metrics{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-metrics{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-metric{
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.profile-metric__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metric__value{
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-metric__field{
  margin-top: 0.5rem;
}
.profile-form{
  margin-top: 1.5rem;
}
.profile-form__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-form__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-field{
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 640px){
.profile-field--full{
    grid-column: span 2 / span 2;
}
}
.profile-field__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-input{
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-input:focus {
  border-color: rgba(30, 58, 138, 0.35);
  box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.08);
}
.profile-feedback{
  margin-top: 1.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.profile-feedback--error{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.profile-feedback--success{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.profile-actions{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.profile-save{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 63 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-save:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.profile-save:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}
.profile-logout{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-logout:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
@media (max-width: 640px) {
.profile-shell{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.profile-intro{
    margin-bottom: 1.25rem;
}
.profile-intro__title{
    font-size: 28px;
}
.profile-panel{
    border-radius: 26px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.profile-avatar__image{
    height: 5rem;
    width: 5rem;
}
.profile-actions{
    margin-top: 1.5rem;
}
}
 

.taskedit-page[data-v-69f148ce] {
  min-height: calc(100vh - 70px);
  padding: 92px 24px 24px;
  background:
    radial-gradient(circle at top left, rgba(15, 35, 56, 0.12), transparent 34rem),
    linear-gradient(135deg, #f8f5ef 0%, #eef3f6 100%);
}
.taskedit-hero[data-v-69f148ce],
.taskedit-stats[data-v-69f148ce],
.taskedit-toolbar[data-v-69f148ce],
.taskedit-content[data-v-69f148ce],
.taskedit-pagination[data-v-69f148ce] {
  max-width: 1180px;
  margin: 0 auto;
}
.taskedit-hero[data-v-69f148ce] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 22px 22px;
  border: 1px solid rgba(15, 35, 56, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(15, 35, 56, 0.08);
}
.taskedit-kicker[data-v-69f148ce],
.taskedit-card-kicker[data-v-69f148ce] {
  color: #9a5a0b;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.taskedit-hero h2[data-v-69f148ce] {
  margin: 6px 0 4px;
  color: #071a2e;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.05;
  font-weight: 900;
}
.taskedit-hero p[data-v-69f148ce] {
  max-width: 760px;
  color: #58708b;
  font-weight: 700;
}
.taskedit-meta[data-v-69f148ce] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.taskedit-meta span[data-v-69f148ce],
.taskedit-targets span[data-v-69f148ce] {
  max-width: 100%;
  border: 1px solid #dbe5ef;
  border-radius: 999px;
  padding: 5px 10px;
  background: #f7fafc;
  color: #334f6c;
  font-size: 0.76rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}
.taskedit-hero-actions[data-v-69f148ce] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.taskedit-button[data-v-69f148ce],
.taskedit-icon-button[data-v-69f148ce],
.taskedit-card-actions button[data-v-69f148ce],
.taskedit-pagination button[data-v-69f148ce] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #d7e1ec;
  border-radius: 14px;
  font-weight: 900;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.taskedit-button[data-v-69f148ce] {
  min-height: 42px;
  padding: 0 14px;
}
.taskedit-button-dark[data-v-69f148ce],
.taskedit-icon-button[data-v-69f148ce] {
  background: #102338;
  color: #fff;
  border-color: #102338;
}
.taskedit-button-dark[data-v-69f148ce]:hover,
.taskedit-icon-button[data-v-69f148ce]:hover,
.taskedit-card-actions button[data-v-69f148ce]:hover {
  background: #071a2e;
  color: #fff;
  border-color: #071a2e;
}
.taskedit-button-soft[data-v-69f148ce] {
  background: #fff;
  color: #102338;
}
.taskedit-button-soft[data-v-69f148ce]:hover,
.taskedit-pagination button[data-v-69f148ce]:hover:not(:disabled) {
  background: #edf4fb;
}
.taskedit-stats[data-v-69f148ce] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.taskedit-stats article[data-v-69f148ce] {
  border: 1px solid #dbe5ef;
  border-radius: 22px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.86);
}
.taskedit-stats span[data-v-69f148ce],
.taskedit-card-grid dt[data-v-69f148ce] {
  color: #6a7d91;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.taskedit-stats strong[data-v-69f148ce] {
  display: block;
  margin-top: 4px;
  color: #071a2e;
  font-size: 1.45rem;
}
.taskedit-toolbar[data-v-69f148ce] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin-top: 14px;
}
.taskedit-search[data-v-69f148ce] {
  position: relative;
  display: flex;
  gap: 8px;
}
.taskedit-search input[data-v-69f148ce] {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d7e1ec;
  border-radius: 16px;
  padding: 0 44px 0 14px;
  background: #fff;
  color: #102338;
  font-weight: 800;
  outline: none;
}
.taskedit-clear[data-v-69f148ce] {
  position: absolute;
  right: 58px;
  top: 50%;
  transform: translateY(-50%);
  color: #7f8da0;
}
.taskedit-icon-button[data-v-69f148ce] {
  min-width: 48px;
}
.taskedit-filters[data-v-69f148ce] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.taskedit-filter[data-v-69f148ce] {
  min-height: 40px;
  border: 1px solid #d7e1ec;
  border-radius: 999px;
  padding: 0 13px;
  background: #fff;
  color: #334f6c;
  font-size: 0.78rem;
  font-weight: 900;
}
.taskedit-filter.active[data-v-69f148ce] {
  background: #102338;
  color: #fff;
  border-color: #102338;
}
.taskedit-content[data-v-69f148ce] {
  margin-top: 14px;
}
.taskedit-list[data-v-69f148ce] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.taskedit-card[data-v-69f148ce] {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  border: 1px solid #dbe5ef;
  border-radius: 24px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(15, 35, 56, 0.07);
}
.taskedit-card-head[data-v-69f148ce] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.taskedit-card h3[data-v-69f148ce] {
  margin-top: 4px;
  color: #071a2e;
  font-size: 1rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}
.taskedit-status[data-v-69f148ce] {
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}
.taskedit-status.is-done[data-v-69f148ce] {
  background: #dcfce7;
  color: #15803d;
}
.taskedit-status.is-running[data-v-69f148ce] {
  background: #dbeafe;
  color: #1d4ed8;
}
.taskedit-status.is-requested[data-v-69f148ce] {
  background: #ffedd5;
  color: #c2410c;
}
.taskedit-status.is-aborted[data-v-69f148ce] {
  background: #fee2e2;
  color: #b91c1c;
}
.taskedit-status.is-muted[data-v-69f148ce] {
  background: #edf2f7;
  color: #52657a;
}
.taskedit-progress[data-v-69f148ce] {
  border-radius: 18px;
  padding: 12px;
  background: #f5f8fb;
}
.taskedit-progress > div[data-v-69f148ce]:first-child {
  display: flex;
  justify-content: space-between;
  color: #52657a;
  font-size: 0.78rem;
  font-weight: 900;
}
.taskedit-progress-track[data-v-69f148ce] {
  height: 9px;
  margin: 9px 0 7px;
  border-radius: 999px;
  background: #dbe5ef;
  overflow: hidden;
}
.taskedit-progress-track span[data-v-69f148ce] {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #102338, #7c8d2d);
}
.taskedit-progress small[data-v-69f148ce] {
  color: #6a7d91;
  font-weight: 700;
}
.taskedit-card-grid[data-v-69f148ce] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.taskedit-card-grid div[data-v-69f148ce] {
  min-width: 0;
  border: 1px solid #e2ebf3;
  border-radius: 16px;
  padding: 9px 10px;
  background: #fff;
}
.taskedit-card-grid dd[data-v-69f148ce] {
  margin-top: 3px;
  color: #102338;
  font-size: 0.82rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}
.taskedit-targets[data-v-69f148ce] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.taskedit-card-actions[data-v-69f148ce] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: auto;
}
.taskedit-card-actions button[data-v-69f148ce] {
  width: 38px;
  height: 38px;
  background: #fff;
  color: #102338;
}
.taskedit-state[data-v-69f148ce],
.taskedit-error[data-v-69f148ce],
.taskedit-empty[data-v-69f148ce] {
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  border: 1px dashed #cbd8e5;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  color: #52657a;
  font-weight: 900;
  text-align: center;
}
.taskedit-error[data-v-69f148ce] {
  color: #b91c1c;
}
.taskedit-empty i[data-v-69f148ce] {
  font-size: 2rem;
  color: #9a5a0b;
}
.taskedit-pagination[data-v-69f148ce] {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}
.taskedit-pagination span[data-v-69f148ce] {
  color: #52657a;
  font-size: 0.8rem;
  font-weight: 900;
}
.taskedit-pagination button[data-v-69f148ce] {
  min-height: 42px;
  background: #fff;
  color: #102338;
}
.taskedit-pagination button[data-v-69f148ce]:disabled,
.taskedit-button[data-v-69f148ce]:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}
@media (max-width: 860px) {
.taskedit-page[data-v-69f148ce] {
    padding: 78px 14px 14px;
}
.taskedit-hero[data-v-69f148ce],
  .taskedit-toolbar[data-v-69f148ce] {
    grid-template-columns: 1fr;
    flex-direction: column;
}
.taskedit-hero-actions[data-v-69f148ce],
  .taskedit-filters[data-v-69f148ce] {
    width: 100%;
    justify-content: stretch;
}
.taskedit-button[data-v-69f148ce],
  .taskedit-filter[data-v-69f148ce] {
    flex: 1;
}
.taskedit-stats[data-v-69f148ce],
  .taskedit-list[data-v-69f148ce] {
    grid-template-columns: 1fr;
}
.taskedit-card-grid[data-v-69f148ce] {
    grid-template-columns: 1fr;
}
.taskedit-pagination[data-v-69f148ce] {
    grid-template-columns: 1fr;
}
}


/* ---------- Fond supérieur décoratif ---------- */
.main-home[data-v-352a6892]{
  position: relative;
  min-height: 100vh;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background: #f8fafc;
}
#profile.main-home[data-v-352a6892] {
  padding-top: 3.75rem !important;
  padding-bottom: 2rem !important;
}
.wallpaper[data-v-352a6892]{
  width: 100%;
  border-radius: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  height: 118px;
  background:
    radial-gradient(circle at 14% 24%, rgba(215, 189, 136, 0.16), transparent 22%),
    linear-gradient(145deg, rgba(11, 27, 52, 0.96), rgba(18, 39, 74, 0.92) 46%, rgba(23, 47, 87, 0.94));
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.wallpaper[data-v-352a6892]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
  pointer-events: none;
}
.wallpaper[data-v-352a6892]::after {
  content: "";
  position: absolute;
  inset: auto -8% -35% auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(215, 189, 136, 0.22), transparent 68%);
  filter: blur(24px);
  opacity: 0.8;
}
/* ---------- Positionnement de la carte profil ---------- */
.card-profile-wrapper[data-v-352a6892]{
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 91.666667%;
}
@media (min-width: 640px){
.card-profile-wrapper[data-v-352a6892]{
    width: 83.333333%;
}
}
@media (min-width: 768px){
.card-profile-wrapper[data-v-352a6892]{
    width: 75%;
}
}
@media (min-width: 1024px){
.card-profile-wrapper[data-v-352a6892]{
    width: 66.666667%;
}
}
.card-profile-wrapper[data-v-352a6892] {
  transform: translateX(-50%);
}
#profile .wallpaper[data-v-352a6892] {
  overflow: visible;
}
#profile .card-profile-wrapper[data-v-352a6892] {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  margin-top: 0;
  padding: 0 1rem;
}
#profile .card-profile[data-v-352a6892] {
  max-width: 1120px;
  margin: 0 auto;
}
/* ---------- Carte de profil ---------- */
.card-profile[data-v-352a6892]{
  position: relative;
  width: 100%;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(215, 189, 136, 0.18), transparent 24%),
    radial-gradient(circle at 90% 0%, rgba(159, 11, 79, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(12, 28, 54, 0.98), rgba(18, 39, 74, 0.94) 34%, rgba(255, 255, 255, 0.96) 34.2%, rgba(248, 250, 252, 0.96));
  border-color: rgba(15, 35, 70, 0.1);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
}
.card-profile[data-v-352a6892]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 35, 70, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 35, 70, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
          mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
  pointer-events: none;
}
.profile-hero[data-v-352a6892] {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 270px);
  gap: 10px;
  align-items: stretch;
}
.profile-identity[data-v-352a6892] {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 12px;
}
.profile-copy[data-v-352a6892] {
  min-width: 0;
}
.profile-kicker[data-v-352a6892] {
  color: rgba(100, 116, 139, 0.9);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.profile-copy h1[data-v-352a6892] {
  margin: 2px 0 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}
.profile-copy p[data-v-352a6892] {
  margin: 5px 0 0;
  max-width: 560px;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.35;
}
/* ---------- Avatar ---------- */
.avatar-shell[data-v-352a6892]{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.7);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px){
.avatar-shell[data-v-352a6892]{
    height: 4rem;
    width: 4rem;
}
}
.avatar-shell[data-v-352a6892] {
  flex: 0 0 auto;
  box-shadow: 0 16px 28px rgba(15, 35, 70, 0.12);
}
.avatar-image[data-v-352a6892]{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ---------- Stats ---------- */
.stats-grid[data-v-352a6892]{
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 768px){
.stats-grid[data-v-352a6892]{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.stat-card[data-v-352a6892]{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height: 66px;
}
.stat-icon[data-v-352a6892]{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: var(--navy);
}
.stat-icon.accent[data-v-352a6892] {
  background: var(--maroon);
}
.stat-value[data-v-352a6892]{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--navy);
}
.stat-value-row[data-v-352a6892]{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}
.stat-percent[data-v-352a6892]{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.stat-date-inline[data-v-352a6892]{
  margin-left: auto;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.stat-inline[data-v-352a6892]{
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
}
.stat-value.accent-text[data-v-352a6892] {
  color: var(--maroon);
}
.stat-label[data-v-352a6892]{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.stat-subline[data-v-352a6892]{
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.stat-trend-arrow[data-v-352a6892]{
  margin-right: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stat-tag[data-v-352a6892]{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.375;
  max-width: 100%;
  white-space: normal;
}
.stat-tag--up[data-v-352a6892]{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.stat-tag--down[data-v-352a6892]{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.stat-tag--flat[data-v-352a6892]{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.stat-card--clients[data-v-352a6892]{
  --tw-border-opacity: 1;
  border-color: rgb(228 230 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}
.stat-card--clients .stat-value[data-v-352a6892] {
  color: #1F2A44;
}
.stat-card--clients .stat-label[data-v-352a6892] {
  color: #6B7280;
}
.stat-card--ca[data-v-352a6892]{
  --tw-border-opacity: 1;
  border-color: rgb(220 230 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 255 / var(--tw-bg-opacity, 1));
}
.stat-card--ca .stat-value[data-v-352a6892] {
  color: #1D4ED8;
}
.stat-card--ca .stat-label[data-v-352a6892] {
  color: #4B5563;
}
.stat-card--commissions[data-v-352a6892]{
  --tw-border-opacity: 1;
  border-color: rgb(249 218 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 243 242 / var(--tw-bg-opacity, 1));
}
.stat-card--commissions .stat-value[data-v-352a6892] {
  color: #9B1C1C;
}
.stat-card--commissions .stat-label[data-v-352a6892] {
  color: #6B7280;
}
.stat-card--net[data-v-352a6892]{
  --tw-border-opacity: 1;
  border-color: rgb(215 239 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 246 / var(--tw-bg-opacity, 1));
}
.stat-card--net .stat-value[data-v-352a6892] {
  color: #15803D;
}
.stat-card--net .stat-label[data-v-352a6892] {
  color: #4B5563;
}
.stat-card--trend[data-v-352a6892]{
  --tw-border-opacity: 1;
  border-color: rgb(230 223 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 255 / var(--tw-bg-opacity, 1));
}
.stat-card--trend .stat-value[data-v-352a6892],
.stat-card--trend .stat-percent[data-v-352a6892],
.stat-card--trend .stat-trend-arrow[data-v-352a6892] {
  color: #5B21B6;
}
.stat-card--trend .stat-label[data-v-352a6892] {
  color: #6B7280;
}
/* ---------- Labels horizontaux (si utilisés ailleurs) ---------- */
#profile .label[data-v-352a6892]{
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
/* ---------- Status card ---------- */
.status-card[data-v-352a6892] {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #bbf7d0;
  border-radius: 22px;
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
  color: #047857;
  padding: 10px 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.status-card-top[data-v-352a6892] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.status-label[data-v-352a6892] {
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.status-main[data-v-352a6892] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
  color: inherit;
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.status-stats[data-v-352a6892] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.status-auth-hint[data-v-352a6892]{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.status-chip[data-v-352a6892] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(4, 120, 87, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #475569;
  padding: 4px 7px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.status-chip strong[data-v-352a6892] {
  color: inherit;
  font-weight: 950;
}
.status-score[data-v-352a6892] {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  padding: 4px 8px;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
}
.status-dot[data-v-352a6892]{
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
}
.status-pill--warning[data-v-352a6892],
.status-card.status-pill--warning[data-v-352a6892] {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  color: #c2410c;
}
.status-card.status-pill--warning .status-chip[data-v-352a6892] {
  border-color: rgba(194, 65, 12, 0.16);
  color: #c2410c;
}
.status-dot--warning[data-v-352a6892]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.7);
}
.status-pill--critical[data-v-352a6892],
.status-card.status-pill--critical[data-v-352a6892] {
  border-color: #fecdd3;
  background: linear-gradient(135deg, #fff1f2, #ffffff);
  color: #be123c;
}
.status-card.status-pill--critical .status-chip[data-v-352a6892] {
  border-color: rgba(190, 18, 60, 0.16);
  color: #be123c;
}
.status-dot--critical[data-v-352a6892]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(244, 63, 94, 0.7);
}
/* ---------- Modules ---------- */
.dashboard-section[data-v-352a6892] {
  width: min(100% - 2rem, 72rem);
  margin: 2rem auto 0;
  overflow: visible;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
}
.dashboard-section__header[data-v-352a6892] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid rgba(15, 35, 70, 0.08);
  background: rgba(255, 255, 255, 0.64);
}
.dashboard-section__kicker[data-v-352a6892] {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.dashboard-section__title[data-v-352a6892] {
  margin: 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.dashboard-section__subtitle[data-v-352a6892] {
  max-width: 42rem;
  margin: 0.15rem 0 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.45;
}
.dashboard-section__tools[data-v-352a6892] {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}
.module-settings-menu[data-v-352a6892] {
  position: relative;
  display: inline-flex;
}
.module-profile-button[data-v-352a6892],
.module-settings-button[data-v-352a6892],
.module-logout-button[data-v-352a6892] {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.68rem 0.9rem;
  white-space: nowrap;
}
.module-profile-button[data-v-352a6892] {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-profile-button[data-v-352a6892]:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-button[data-v-352a6892] {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-settings-button.on[data-v-352a6892],
.module-settings-button[data-v-352a6892]:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-backdrop[data-v-352a6892] {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.46);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.module-settings-modal[data-v-352a6892] {
  width: min(26rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border: 1px solid rgba(15, 35, 70, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.32);
}
.module-settings-modal__head[data-v-352a6892] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.1rem 0.75rem;
}
.module-settings-modal__kicker[data-v-352a6892] {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.module-settings-modal__head h3[data-v-352a6892] {
  margin: 0.15rem 0 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.module-settings-close[data-v-352a6892] {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(15, 35, 70, 0.12);
  border-radius: 12px;
  background: #fff;
  color: #0f2346;
  font-size: 0.95rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
.module-settings-modal__grid[data-v-352a6892] {
  display: grid;
  gap: 0.5rem;
  padding: 0 1.1rem 1.1rem;
}
.module-settings-shortcut[data-v-352a6892] {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
  padding: 0.55rem;
  text-align: left;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.module-settings-shortcut[data-v-352a6892]:hover {
  border-color: rgba(15, 35, 70, 0.1);
  background: rgba(241, 245, 249, 0.78);
}
.module-settings-shortcut__icon[data-v-352a6892] {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #0f2346;
  color: #fff;
  font-size: 0.95rem;
}
.module-settings-shortcut__copy[data-v-352a6892] {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
}
.module-settings-shortcut__copy strong[data-v-352a6892] {
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.1;
}
.module-settings-shortcut__copy small[data-v-352a6892] {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
}
.module-logout-button[data-v-352a6892] {
  border: 1px solid rgba(159, 11, 79, 0.16);
  background: rgba(159, 11, 79, 0.06);
  color: #9f0b4f;
}
.module-logout-button[data-v-352a6892]:hover {
  border-color: rgba(159, 11, 79, 0.3);
  background: rgba(159, 11, 79, 0.1);
}
.module-tabs[data-v-352a6892] {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 2rem);
  gap: 0.35rem;
  overflow-x: auto;
  margin: 0.9rem auto 0;
  padding: 0.35rem;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 18px;
  background: rgba(241, 245, 249, 0.78);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.module-tabs[data-v-352a6892]::-webkit-scrollbar {
  display: none;
}
.module-tab[data-v-352a6892] {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: #475569;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  padding: 0.58rem 0.75rem;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.module-tab[data-v-352a6892]:hover {
  background: rgba(255, 255, 255, 0.72);
  color: #0f2346;
}
.module-tab small[data-v-352a6892] {
  display: inline-flex;
  min-width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(15, 35, 70, 0.07);
  color: inherit;
  font-size: 0.64rem;
  font-weight: 950;
  line-height: 1;
}
.module-tab.on[data-v-352a6892] {
  border-color: rgba(15, 35, 70, 0.12);
  background: #9f0b4f;
  color: #fff;
  box-shadow: 0 10px 18px rgba(159, 11, 79, 0.18);
}
.module-tab.on small[data-v-352a6892] {
  background: rgba(255, 255, 255, 0.16);
}
.module-grid[data-v-352a6892] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  gap: 0.75rem;
  padding: 1rem;
}
.module-card[data-v-352a6892] {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  min-height: 6.4rem;
  padding: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(135deg, var(--module-soft), rgba(255, 255, 255, 0.88) 42%),
    #ffffff;
  text-align: left;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
.module-card[data-v-352a6892]::after {
  content: "";
  position: absolute;
  right: -1.15rem;
  top: -1.15rem;
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 999px;
  background: var(--module-accent);
  opacity: 0.09;
}
.module-card[data-v-352a6892]:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--module-accent) 30%, rgba(15, 35, 70, 0.1));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}
.module-card--compact[data-v-352a6892] {
  min-height: 4.75rem;
  padding: 0.72rem;
}
.module-icon[data-v-352a6892] {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 16px;
  background: var(--module-accent);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--module-accent) 24%, transparent);
}
.module-copy[data-v-352a6892] {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}
.module-title[data-v-352a6892] {
  margin: 0;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.module-sub[data-v-352a6892] {
  margin: 0.22rem 0 0;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.25;
}
.module-card.tone-navy[data-v-352a6892] {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
}
.module-card.tone-maroon[data-v-352a6892] {
  --module-accent: #9f0b4f;
  --module-soft: rgba(159, 11, 79, 0.08);
}
.module-card.tone-graphite[data-v-352a6892] {
  --module-accent: #334155;
  --module-soft: rgba(51, 65, 85, 0.08);
}
.module-card.tone-olive[data-v-352a6892] {
  --module-accent: #3f6212;
  --module-soft: rgba(63, 98, 18, 0.09);
}
.module-card.tone-steel[data-v-352a6892] {
  --module-accent: #0f4c5c;
  --module-soft: rgba(15, 76, 92, 0.09);
}
.module-card.tone-sand[data-v-352a6892] {
  --module-accent: #a16207;
  --module-soft: rgba(161, 98, 7, 0.1);
}
.module-card.tone-ruby[data-v-352a6892] {
  --module-accent: #be123c;
  --module-soft: rgba(190, 18, 60, 0.08);
}
.module-card.tone-admin[data-v-352a6892] {
  --module-accent: #6d143f;
  --module-soft: rgba(109, 20, 63, 0.09);
}
.module-card.tone-forest[data-v-352a6892] {
  --module-accent: #047857;
  --module-soft: rgba(4, 120, 87, 0.09);
}
.module-card.tone-exit[data-v-352a6892] {
  --module-accent: #475569;
  --module-soft: rgba(71, 85, 105, 0.08);
}
@media (min-width: 900px) {
.stats-grid[data-v-352a6892] {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
}
@media (max-width: 1024px) {
.card-profile-wrapper[data-v-352a6892] {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0 1rem;
}
.dashboard-section[data-v-352a6892] {
    width: calc(100% - 2rem);
}
.dashboard-section__header[data-v-352a6892] {
    flex-direction: column;
}
.dashboard-section__tools[data-v-352a6892] {
    width: 100%;
    justify-content: flex-start;
}
@media (min-width: 1280px){
.stats-grid[data-v-352a6892]{
      grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-hero[data-v-352a6892] {
    grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.main-home[data-v-352a6892] {
    overflow-x: hidden;
}
.card-profile-wrapper[data-v-352a6892] {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1rem;
    padding: 0 0.75rem;
}
.wallpaper[data-v-352a6892] {
    height: 110px;
    border-radius: 0 0 22px 22px;
}
#profile .card-profile[data-v-352a6892] {
    border-radius: 1.5rem;
}
.stat-value-row[data-v-352a6892]{
    flex-wrap: wrap;
}
.stat-inline[data-v-352a6892],
  .stat-date-inline[data-v-352a6892]{
    margin-left: 0px;
}
.card-profile[data-v-352a6892]{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.profile-hero[data-v-352a6892] {
    grid-template-columns: 1fr;
}
.profile-identity[data-v-352a6892] {
    align-items: flex-start;
    border-radius: 20px;
    padding: 12px;
}
.profile-copy h1[data-v-352a6892] {
    font-size: 1.5rem;
}
.avatar-shell[data-v-352a6892]{
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 0.75rem;
}
.stats-grid[data-v-352a6892]{
    margin-top: 1rem;
    gap: 0.75rem;
}
.stat-card[data-v-352a6892]{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    min-height: 68px;
}
.stat-value[data-v-352a6892] {
    font-size: 0.95rem;
}
.status-card[data-v-352a6892] {
    width: 100%;
    border-radius: 20px;
    padding: 12px;
}
.status-stats[data-v-352a6892]{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.dashboard-section[data-v-352a6892] {
    width: calc(100% - 1.5rem);
    margin-top: 1.5rem;
    border-radius: 24px;
}
.dashboard-section__header[data-v-352a6892] {
    padding: 1rem;
}
.dashboard-section__tools[data-v-352a6892] {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.module-settings-menu[data-v-352a6892] {
    display: flex;
    min-width: 0;
}
.module-profile-button[data-v-352a6892],
  .module-settings-button[data-v-352a6892],
  .module-logout-button[data-v-352a6892] {
    width: 100%;
    border-radius: 16px;
}
.dashboard-section__title[data-v-352a6892] {
    font-size: 1.15rem;
}
.dashboard-section__subtitle[data-v-352a6892] {
    font-size: 0.8rem;
}
.module-grid[data-v-352a6892] {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 0.75rem;
}
.module-tabs[data-v-352a6892] {
    width: calc(100% - 1.5rem);
    max-width: calc(100% - 1.5rem);
    gap: 0.28rem;
    margin-top: 0.75rem;
    padding: 0.25rem;
    border-radius: 16px;
    overflow-x: visible;
}
.module-tab[data-v-352a6892] {
    flex: 1 1 0;
    min-width: 0;
    min-height: 3rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.18rem;
    padding: 0.48rem 0.35rem;
    font-size: 0.7rem;
    line-height: 1;
}
.module-tab span[data-v-352a6892] {
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    text-overflow: clip;
    line-height: 1;
}
.module-tab small[data-v-352a6892] {
    min-width: 1.08rem;
    height: 1.08rem;
    font-size: 0.58rem;
}
.module-card[data-v-352a6892] {
    min-height: 4.75rem;
    padding: 0.65rem;
    border-radius: 16px;
}
.module-icon[data-v-352a6892] {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 12px;
    font-size: 0.86rem;
}
}
/* ---------- Profile page overrides ---------- */
.profile-screen[data-v-352a6892]{
  min-height: 100vh;
  padding-bottom: 3rem;
  background:
    radial-gradient(circle at 15% 10%, rgba(30, 58, 138, 0.08), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(136, 19, 55, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #f3f4f6 100%);
}
.profile-shell[data-v-352a6892]{
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.profile-intro[data-v-352a6892]{
  margin-bottom: 1.5rem;
}
.profile-intro__kicker[data-v-352a6892]{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.profile-intro__title[data-v-352a6892]{
  margin-top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.profile-intro__subtitle[data-v-352a6892]{
  margin-top: 0.5rem;
  max-width: 42rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-panel[data-v-352a6892]{
  border-radius: 28px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: 0 28px 48px rgba(15, 23, 42, 0.08);
}
.profile-hero[data-v-352a6892]{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 640px){
.profile-hero[data-v-352a6892]{
    flex-direction: row;
    align-items: center;
    text-align: left;
}
}
.profile-avatar[data-v-352a6892]{
  position: relative;
  flex-shrink: 0;
}
.profile-avatar__image[data-v-352a6892]{
  height: 92px;
  width: 92px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.profile-avatar__status[data-v-352a6892]{
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.profile-identity[data-v-352a6892]{
  min-width: 0px;
}
.profile-identity__name[data-v-352a6892]{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-identity__email[data-v-352a6892]{
  margin-top: 0.25rem;
  word-break: break-all;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metrics[data-v-352a6892]{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-metrics[data-v-352a6892]{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-metric[data-v-352a6892]{
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.profile-metric__label[data-v-352a6892]{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metric__value[data-v-352a6892]{
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-metric__field[data-v-352a6892]{
  margin-top: 0.5rem;
}
.profile-form[data-v-352a6892]{
  margin-top: 1.5rem;
}
.profile-form__grid[data-v-352a6892]{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-form__grid[data-v-352a6892]{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-field[data-v-352a6892]{
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 640px){
.profile-field--full[data-v-352a6892]{
    grid-column: span 2 / span 2;
}
}
.profile-field__label[data-v-352a6892]{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-input[data-v-352a6892]{
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-input[data-v-352a6892]:focus {
  border-color: rgba(30, 58, 138, 0.35);
  box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.08);
}
.profile-feedback[data-v-352a6892]{
  margin-top: 1.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.profile-feedback--error[data-v-352a6892]{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.profile-feedback--success[data-v-352a6892]{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.profile-actions[data-v-352a6892]{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.profile-save[data-v-352a6892]{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 63 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-save[data-v-352a6892]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.profile-save[data-v-352a6892]:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}
.profile-logout[data-v-352a6892]{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-logout[data-v-352a6892]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
@media (max-width: 640px) {
.profile-shell[data-v-352a6892]{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.profile-intro[data-v-352a6892]{
    margin-bottom: 1.25rem;
}
.profile-intro__title[data-v-352a6892]{
    font-size: 28px;
}
.profile-panel[data-v-352a6892]{
    border-radius: 26px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.profile-avatar__image[data-v-352a6892]{
    height: 5rem;
    width: 5rem;
}
.profile-actions[data-v-352a6892]{
    margin-top: 1.5rem;
}
}
.config-field[data-v-352a6892] {
  display: block;
}
.config-field__label[data-v-352a6892]{
  margin-bottom: 0.375rem;
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.config-select[data-v-352a6892]{
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.config-select[data-v-352a6892]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}


/* ---------- Fond supérieur décoratif ---------- */
.main-home{
  position: relative;
  min-height: 100vh;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background: #f8fafc;
}
#profile.main-home {
  padding-top: 3.75rem !important;
  padding-bottom: 2rem !important;
}
.wallpaper{
  width: 100%;
  border-radius: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  height: 118px;
  background:
    radial-gradient(circle at 14% 24%, rgba(215, 189, 136, 0.16), transparent 22%),
    linear-gradient(145deg, rgba(11, 27, 52, 0.96), rgba(18, 39, 74, 0.92) 46%, rgba(23, 47, 87, 0.94));
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.wallpaper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
  pointer-events: none;
}
.wallpaper::after {
  content: "";
  position: absolute;
  inset: auto -8% -35% auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(215, 189, 136, 0.22), transparent 68%);
  filter: blur(24px);
  opacity: 0.8;
}
/* ---------- Positionnement de la carte profil ---------- */
.card-profile-wrapper{
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 91.666667%;
}
@media (min-width: 640px){
.card-profile-wrapper{
    width: 83.333333%;
}
}
@media (min-width: 768px){
.card-profile-wrapper{
    width: 75%;
}
}
@media (min-width: 1024px){
.card-profile-wrapper{
    width: 66.666667%;
}
}
.card-profile-wrapper {
  transform: translateX(-50%);
}
#profile .wallpaper {
  overflow: visible;
}
#profile .card-profile-wrapper {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  margin-top: 0;
  padding: 0 1rem;
}
#profile .card-profile {
  max-width: 1120px;
  margin: 0 auto;
}
/* ---------- Carte de profil ---------- */
.card-profile{
  position: relative;
  width: 100%;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(215, 189, 136, 0.18), transparent 24%),
    radial-gradient(circle at 90% 0%, rgba(159, 11, 79, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(12, 28, 54, 0.98), rgba(18, 39, 74, 0.94) 34%, rgba(255, 255, 255, 0.96) 34.2%, rgba(248, 250, 252, 0.96));
  border-color: rgba(15, 35, 70, 0.1);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
}
.card-profile::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 35, 70, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 35, 70, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
          mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
  pointer-events: none;
}
.profile-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 270px);
  gap: 10px;
  align-items: stretch;
}
.profile-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 12px;
}
.profile-copy {
  min-width: 0;
}
.profile-kicker {
  color: rgba(100, 116, 139, 0.9);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.profile-copy h1 {
  margin: 2px 0 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}
.profile-copy p {
  margin: 5px 0 0;
  max-width: 560px;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.35;
}
/* ---------- Avatar ---------- */
.avatar-shell{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.7);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px){
.avatar-shell{
    height: 4rem;
    width: 4rem;
}
}
.avatar-shell {
  flex: 0 0 auto;
  box-shadow: 0 16px 28px rgba(15, 35, 70, 0.12);
}
.avatar-image{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ---------- Stats ---------- */
.stats-grid{
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 768px){
.stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.stat-card{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height: 66px;
}
.stat-icon{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: var(--navy);
}
.stat-icon.accent {
  background: var(--maroon);
}
.stat-value{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--navy);
}
.stat-value-row{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}
.stat-percent{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.stat-date-inline{
  margin-left: auto;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.stat-inline{
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
}
.stat-value.accent-text {
  color: var(--maroon);
}
.stat-label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.stat-subline{
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.stat-trend-arrow{
  margin-right: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stat-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.375;
  max-width: 100%;
  white-space: normal;
}
.stat-tag--up{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.stat-tag--down{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.stat-tag--flat{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.stat-card--clients{
  --tw-border-opacity: 1;
  border-color: rgb(228 230 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}
.stat-card--clients .stat-value {
  color: #1F2A44;
}
.stat-card--clients .stat-label {
  color: #6B7280;
}
.stat-card--ca{
  --tw-border-opacity: 1;
  border-color: rgb(220 230 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 255 / var(--tw-bg-opacity, 1));
}
.stat-card--ca .stat-value {
  color: #1D4ED8;
}
.stat-card--ca .stat-label {
  color: #4B5563;
}
.stat-card--commissions{
  --tw-border-opacity: 1;
  border-color: rgb(249 218 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 243 242 / var(--tw-bg-opacity, 1));
}
.stat-card--commissions .stat-value {
  color: #9B1C1C;
}
.stat-card--commissions .stat-label {
  color: #6B7280;
}
.stat-card--net{
  --tw-border-opacity: 1;
  border-color: rgb(215 239 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 246 / var(--tw-bg-opacity, 1));
}
.stat-card--net .stat-value {
  color: #15803D;
}
.stat-card--net .stat-label {
  color: #4B5563;
}
.stat-card--trend{
  --tw-border-opacity: 1;
  border-color: rgb(230 223 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 255 / var(--tw-bg-opacity, 1));
}
.stat-card--trend .stat-value,
.stat-card--trend .stat-percent,
.stat-card--trend .stat-trend-arrow {
  color: #5B21B6;
}
.stat-card--trend .stat-label {
  color: #6B7280;
}
/* ---------- Labels horizontaux (si utilisés ailleurs) ---------- */
#profile .label{
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
/* ---------- Status card ---------- */
.status-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #bbf7d0;
  border-radius: 22px;
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
  color: #047857;
  padding: 10px 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.status-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.status-label {
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.status-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
  color: inherit;
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.status-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.status-auth-hint{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(4, 120, 87, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #475569;
  padding: 4px 7px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.status-chip strong {
  color: inherit;
  font-weight: 950;
}
.status-score {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  padding: 4px 8px;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
}
.status-dot{
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
}
.status-pill--warning,
.status-card.status-pill--warning {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  color: #c2410c;
}
.status-card.status-pill--warning .status-chip {
  border-color: rgba(194, 65, 12, 0.16);
  color: #c2410c;
}
.status-dot--warning{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.7);
}
.status-pill--critical,
.status-card.status-pill--critical {
  border-color: #fecdd3;
  background: linear-gradient(135deg, #fff1f2, #ffffff);
  color: #be123c;
}
.status-card.status-pill--critical .status-chip {
  border-color: rgba(190, 18, 60, 0.16);
  color: #be123c;
}
.status-dot--critical{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(244, 63, 94, 0.7);
}
/* ---------- Modules ---------- */
.dashboard-section {
  width: min(100% - 2rem, 72rem);
  margin: 2rem auto 0;
  overflow: visible;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
}
.dashboard-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid rgba(15, 35, 70, 0.08);
  background: rgba(255, 255, 255, 0.64);
}
.dashboard-section__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.dashboard-section__title {
  margin: 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.dashboard-section__subtitle {
  max-width: 42rem;
  margin: 0.15rem 0 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.45;
}
.dashboard-section__tools {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}
.module-settings-menu {
  position: relative;
  display: inline-flex;
}
.module-profile-button,
.module-settings-button,
.module-logout-button {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.68rem 0.9rem;
  white-space: nowrap;
}
.module-profile-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-profile-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-settings-button.on,
.module-settings-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.46);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.module-settings-modal {
  width: min(26rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border: 1px solid rgba(15, 35, 70, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.32);
}
.module-settings-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.1rem 0.75rem;
}
.module-settings-modal__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.module-settings-modal__head h3 {
  margin: 0.15rem 0 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.module-settings-close {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(15, 35, 70, 0.12);
  border-radius: 12px;
  background: #fff;
  color: #0f2346;
  font-size: 0.95rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
.module-settings-modal__grid {
  display: grid;
  gap: 0.5rem;
  padding: 0 1.1rem 1.1rem;
}
.module-settings-shortcut {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
  padding: 0.55rem;
  text-align: left;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.module-settings-shortcut:hover {
  border-color: rgba(15, 35, 70, 0.1);
  background: rgba(241, 245, 249, 0.78);
}
.module-settings-shortcut__icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #0f2346;
  color: #fff;
  font-size: 0.95rem;
}
.module-settings-shortcut__copy {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
}
.module-settings-shortcut__copy strong {
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.1;
}
.module-settings-shortcut__copy small {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
}
.module-logout-button {
  border: 1px solid rgba(159, 11, 79, 0.16);
  background: rgba(159, 11, 79, 0.06);
  color: #9f0b4f;
}
.module-logout-button:hover {
  border-color: rgba(159, 11, 79, 0.3);
  background: rgba(159, 11, 79, 0.1);
}
.module-tabs {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 2rem);
  gap: 0.35rem;
  overflow-x: auto;
  margin: 0.9rem auto 0;
  padding: 0.35rem;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 18px;
  background: rgba(241, 245, 249, 0.78);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.module-tabs::-webkit-scrollbar {
  display: none;
}
.module-tab {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: #475569;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  padding: 0.58rem 0.75rem;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.module-tab:hover {
  background: rgba(255, 255, 255, 0.72);
  color: #0f2346;
}
.module-tab small {
  display: inline-flex;
  min-width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(15, 35, 70, 0.07);
  color: inherit;
  font-size: 0.64rem;
  font-weight: 950;
  line-height: 1;
}
.module-tab.on {
  border-color: rgba(15, 35, 70, 0.12);
  background: #9f0b4f;
  color: #fff;
  box-shadow: 0 10px 18px rgba(159, 11, 79, 0.18);
}
.module-tab.on small {
  background: rgba(255, 255, 255, 0.16);
}
.module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  gap: 0.75rem;
  padding: 1rem;
}
.module-card {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  min-height: 6.4rem;
  padding: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(135deg, var(--module-soft), rgba(255, 255, 255, 0.88) 42%),
    #ffffff;
  text-align: left;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
.module-card::after {
  content: "";
  position: absolute;
  right: -1.15rem;
  top: -1.15rem;
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 999px;
  background: var(--module-accent);
  opacity: 0.09;
}
.module-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--module-accent) 30%, rgba(15, 35, 70, 0.1));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}
.module-card--compact {
  min-height: 4.75rem;
  padding: 0.72rem;
}
.module-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 16px;
  background: var(--module-accent);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--module-accent) 24%, transparent);
}
.module-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}
.module-title {
  margin: 0;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.module-sub {
  margin: 0.22rem 0 0;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.25;
}
.module-card.tone-navy {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
}
.module-card.tone-maroon {
  --module-accent: #9f0b4f;
  --module-soft: rgba(159, 11, 79, 0.08);
}
.module-card.tone-graphite {
  --module-accent: #334155;
  --module-soft: rgba(51, 65, 85, 0.08);
}
.module-card.tone-olive {
  --module-accent: #3f6212;
  --module-soft: rgba(63, 98, 18, 0.09);
}
.module-card.tone-steel {
  --module-accent: #0f4c5c;
  --module-soft: rgba(15, 76, 92, 0.09);
}
.module-card.tone-sand {
  --module-accent: #a16207;
  --module-soft: rgba(161, 98, 7, 0.1);
}
.module-card.tone-ruby {
  --module-accent: #be123c;
  --module-soft: rgba(190, 18, 60, 0.08);
}
.module-card.tone-admin {
  --module-accent: #6d143f;
  --module-soft: rgba(109, 20, 63, 0.09);
}
.module-card.tone-forest {
  --module-accent: #047857;
  --module-soft: rgba(4, 120, 87, 0.09);
}
.module-card.tone-exit {
  --module-accent: #475569;
  --module-soft: rgba(71, 85, 105, 0.08);
}
@media (min-width: 900px) {
.stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
}
@media (max-width: 1024px) {
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0 1rem;
}
.dashboard-section {
    width: calc(100% - 2rem);
}
.dashboard-section__header {
    flex-direction: column;
}
.dashboard-section__tools {
    width: 100%;
    justify-content: flex-start;
}
@media (min-width: 1280px){
.stats-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-hero {
    grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.main-home {
    overflow-x: hidden;
}
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1rem;
    padding: 0 0.75rem;
}
.wallpaper {
    height: 110px;
    border-radius: 0 0 22px 22px;
}
#profile .card-profile {
    border-radius: 1.5rem;
}
.stat-value-row{
    flex-wrap: wrap;
}
.stat-inline,
  .stat-date-inline{
    margin-left: 0px;
}
.card-profile{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.profile-hero {
    grid-template-columns: 1fr;
}
.profile-identity {
    align-items: flex-start;
    border-radius: 20px;
    padding: 12px;
}
.profile-copy h1 {
    font-size: 1.5rem;
}
.avatar-shell{
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 0.75rem;
}
.stats-grid{
    margin-top: 1rem;
    gap: 0.75rem;
}
.stat-card{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    min-height: 68px;
}
.stat-value {
    font-size: 0.95rem;
}
.status-card {
    width: 100%;
    border-radius: 20px;
    padding: 12px;
}
.status-stats{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.dashboard-section {
    width: calc(100% - 1.5rem);
    margin-top: 1.5rem;
    border-radius: 24px;
}
.dashboard-section__header {
    padding: 1rem;
}
.dashboard-section__tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.module-settings-menu {
    display: flex;
    min-width: 0;
}
.module-profile-button,
  .module-settings-button,
  .module-logout-button {
    width: 100%;
    border-radius: 16px;
}
.dashboard-section__title {
    font-size: 1.15rem;
}
.dashboard-section__subtitle {
    font-size: 0.8rem;
}
.module-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 0.75rem;
}
.module-tabs {
    width: calc(100% - 1.5rem);
    max-width: calc(100% - 1.5rem);
    gap: 0.28rem;
    margin-top: 0.75rem;
    padding: 0.25rem;
    border-radius: 16px;
    overflow-x: visible;
}
.module-tab {
    flex: 1 1 0;
    min-width: 0;
    min-height: 3rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.18rem;
    padding: 0.48rem 0.35rem;
    font-size: 0.7rem;
    line-height: 1;
}
.module-tab span {
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    text-overflow: clip;
    line-height: 1;
}
.module-tab small {
    min-width: 1.08rem;
    height: 1.08rem;
    font-size: 0.58rem;
}
.module-card {
    min-height: 4.75rem;
    padding: 0.65rem;
    border-radius: 16px;
}
.module-icon {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 12px;
    font-size: 0.86rem;
}
}
/* ---------- Profile page overrides ---------- */
.profile-screen{
  min-height: 100vh;
  padding-bottom: 3rem;
  background:
    radial-gradient(circle at 15% 10%, rgba(30, 58, 138, 0.08), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(136, 19, 55, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #f3f4f6 100%);
}
.profile-shell{
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.profile-intro{
  margin-bottom: 1.5rem;
}
.profile-intro__kicker{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.profile-intro__title{
  margin-top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.profile-intro__subtitle{
  margin-top: 0.5rem;
  max-width: 42rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-panel{
  border-radius: 28px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: 0 28px 48px rgba(15, 23, 42, 0.08);
}
.profile-hero{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 640px){
.profile-hero{
    flex-direction: row;
    align-items: center;
    text-align: left;
}
}
.profile-avatar{
  position: relative;
  flex-shrink: 0;
}
.profile-avatar__image{
  height: 92px;
  width: 92px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.profile-avatar__status{
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.profile-identity{
  min-width: 0px;
}
.profile-identity__name{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-identity__email{
  margin-top: 0.25rem;
  word-break: break-all;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metrics{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-metrics{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-metric{
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.profile-metric__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metric__value{
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-metric__field{
  margin-top: 0.5rem;
}
.profile-form{
  margin-top: 1.5rem;
}
.profile-form__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-form__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-field{
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 640px){
.profile-field--full{
    grid-column: span 2 / span 2;
}
}
.profile-field__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-input{
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-input:focus {
  border-color: rgba(30, 58, 138, 0.35);
  box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.08);
}
.profile-feedback{
  margin-top: 1.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.profile-feedback--error{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.profile-feedback--success{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.profile-actions{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.profile-save{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 63 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-save:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.profile-save:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}
.profile-logout{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-logout:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
@media (max-width: 640px) {
.profile-shell{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.profile-intro{
    margin-bottom: 1.25rem;
}
.profile-intro__title{
    font-size: 28px;
}
.profile-panel{
    border-radius: 26px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.profile-avatar__image{
    height: 5rem;
    width: 5rem;
}
.profile-actions{
    margin-top: 1.5rem;
}
}
 

/* ---------- Fond supérieur décoratif ---------- */
.main-home{
  position: relative;
  min-height: 100vh;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background: #f8fafc;
}
#profile.main-home {
  padding-top: 3.75rem !important;
  padding-bottom: 2rem !important;
}
.wallpaper{
  width: 100%;
  border-radius: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  height: 118px;
  background:
    radial-gradient(circle at 14% 24%, rgba(215, 189, 136, 0.16), transparent 22%),
    linear-gradient(145deg, rgba(11, 27, 52, 0.96), rgba(18, 39, 74, 0.92) 46%, rgba(23, 47, 87, 0.94));
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.wallpaper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
  pointer-events: none;
}
.wallpaper::after {
  content: "";
  position: absolute;
  inset: auto -8% -35% auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(215, 189, 136, 0.22), transparent 68%);
  filter: blur(24px);
  opacity: 0.8;
}
/* ---------- Positionnement de la carte profil ---------- */
.card-profile-wrapper{
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 91.666667%;
}
@media (min-width: 640px){
.card-profile-wrapper{
    width: 83.333333%;
}
}
@media (min-width: 768px){
.card-profile-wrapper{
    width: 75%;
}
}
@media (min-width: 1024px){
.card-profile-wrapper{
    width: 66.666667%;
}
}
.card-profile-wrapper {
  transform: translateX(-50%);
}
#profile .wallpaper {
  overflow: visible;
}
#profile .card-profile-wrapper {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  margin-top: 0;
  padding: 0 1rem;
}
#profile .card-profile {
  max-width: 1120px;
  margin: 0 auto;
}
/* ---------- Carte de profil ---------- */
.card-profile{
  position: relative;
  width: 100%;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(215, 189, 136, 0.18), transparent 24%),
    radial-gradient(circle at 90% 0%, rgba(159, 11, 79, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(12, 28, 54, 0.98), rgba(18, 39, 74, 0.94) 34%, rgba(255, 255, 255, 0.96) 34.2%, rgba(248, 250, 252, 0.96));
  border-color: rgba(15, 35, 70, 0.1);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
}
.card-profile::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 35, 70, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 35, 70, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
          mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.35), transparent 68%);
  pointer-events: none;
}
.profile-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 270px);
  gap: 10px;
  align-items: stretch;
}
.profile-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 12px;
}
.profile-copy {
  min-width: 0;
}
.profile-kicker {
  color: rgba(100, 116, 139, 0.9);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.profile-copy h1 {
  margin: 2px 0 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}
.profile-copy p {
  margin: 5px 0 0;
  max-width: 560px;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.35;
}
/* ---------- Avatar ---------- */
.avatar-shell{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.7);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px){
.avatar-shell{
    height: 4rem;
    width: 4rem;
}
}
.avatar-shell {
  flex: 0 0 auto;
  box-shadow: 0 16px 28px rgba(15, 35, 70, 0.12);
}
.avatar-image{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ---------- Stats ---------- */
.stats-grid{
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 768px){
.stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.stat-card{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height: 66px;
}
.stat-icon{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: var(--navy);
}
.stat-icon.accent {
  background: var(--maroon);
}
.stat-value{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--navy);
}
.stat-value-row{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}
.stat-percent{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.stat-date-inline{
  margin-left: auto;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.stat-inline{
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
}
.stat-value.accent-text {
  color: var(--maroon);
}
.stat-label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.stat-subline{
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.stat-trend-arrow{
  margin-right: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stat-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.375;
  max-width: 100%;
  white-space: normal;
}
.stat-tag--up{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.stat-tag--down{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.stat-tag--flat{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.stat-card--clients{
  --tw-border-opacity: 1;
  border-color: rgb(228 230 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}
.stat-card--clients .stat-value {
  color: #1F2A44;
}
.stat-card--clients .stat-label {
  color: #6B7280;
}
.stat-card--ca{
  --tw-border-opacity: 1;
  border-color: rgb(220 230 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 255 / var(--tw-bg-opacity, 1));
}
.stat-card--ca .stat-value {
  color: #1D4ED8;
}
.stat-card--ca .stat-label {
  color: #4B5563;
}
.stat-card--commissions{
  --tw-border-opacity: 1;
  border-color: rgb(249 218 214 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 243 242 / var(--tw-bg-opacity, 1));
}
.stat-card--commissions .stat-value {
  color: #9B1C1C;
}
.stat-card--commissions .stat-label {
  color: #6B7280;
}
.stat-card--net{
  --tw-border-opacity: 1;
  border-color: rgb(215 239 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 246 / var(--tw-bg-opacity, 1));
}
.stat-card--net .stat-value {
  color: #15803D;
}
.stat-card--net .stat-label {
  color: #4B5563;
}
.stat-card--trend{
  --tw-border-opacity: 1;
  border-color: rgb(230 223 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 255 / var(--tw-bg-opacity, 1));
}
.stat-card--trend .stat-value,
.stat-card--trend .stat-percent,
.stat-card--trend .stat-trend-arrow {
  color: #5B21B6;
}
.stat-card--trend .stat-label {
  color: #6B7280;
}
/* ---------- Labels horizontaux (si utilisés ailleurs) ---------- */
#profile .label{
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
/* ---------- Status card ---------- */
.status-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #bbf7d0;
  border-radius: 22px;
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
  color: #047857;
  padding: 10px 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.status-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.status-label {
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.status-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
  color: inherit;
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.status-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.status-auth-hint{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(4, 120, 87, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #475569;
  padding: 4px 7px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.status-chip strong {
  color: inherit;
  font-weight: 950;
}
.status-score {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  padding: 4px 8px;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
}
.status-dot{
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
}
.status-pill--warning,
.status-card.status-pill--warning {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  color: #c2410c;
}
.status-card.status-pill--warning .status-chip {
  border-color: rgba(194, 65, 12, 0.16);
  color: #c2410c;
}
.status-dot--warning{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.7);
}
.status-pill--critical,
.status-card.status-pill--critical {
  border-color: #fecdd3;
  background: linear-gradient(135deg, #fff1f2, #ffffff);
  color: #be123c;
}
.status-card.status-pill--critical .status-chip {
  border-color: rgba(190, 18, 60, 0.16);
  color: #be123c;
}
.status-dot--critical{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 10px rgba(244, 63, 94, 0.7);
}
/* ---------- Modules ---------- */
.dashboard-section {
  width: min(100% - 2rem, 72rem);
  margin: 2rem auto 0;
  overflow: visible;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
}
.dashboard-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid rgba(15, 35, 70, 0.08);
  background: rgba(255, 255, 255, 0.64);
}
.dashboard-section__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.dashboard-section__title {
  margin: 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.dashboard-section__subtitle {
  max-width: 42rem;
  margin: 0.15rem 0 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.45;
}
.dashboard-section__tools {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}
.module-settings-menu {
  position: relative;
  display: inline-flex;
}
.module-profile-button,
.module-settings-button,
.module-logout-button {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.68rem 0.9rem;
  white-space: nowrap;
}
.module-profile-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-profile-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-button {
  border: 1px solid rgba(15, 35, 70, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #0f2346;
}
.module-settings-button.on,
.module-settings-button:hover {
  border-color: rgba(15, 35, 70, 0.28);
  background: #0f2346;
  color: #fff;
}
.module-settings-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.46);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.module-settings-modal {
  width: min(26rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border: 1px solid rgba(15, 35, 70, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(215, 189, 136, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.32);
}
.module-settings-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.1rem 0.75rem;
}
.module-settings-modal__kicker {
  color: #9a6700;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.module-settings-modal__head h3 {
  margin: 0.15rem 0 0;
  color: #0f2346;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}
.module-settings-close {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(15, 35, 70, 0.12);
  border-radius: 12px;
  background: #fff;
  color: #0f2346;
  font-size: 0.95rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
.module-settings-modal__grid {
  display: grid;
  gap: 0.5rem;
  padding: 0 1.1rem 1.1rem;
}
.module-settings-shortcut {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
  padding: 0.55rem;
  text-align: left;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.module-settings-shortcut:hover {
  border-color: rgba(15, 35, 70, 0.1);
  background: rgba(241, 245, 249, 0.78);
}
.module-settings-shortcut__icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #0f2346;
  color: #fff;
  font-size: 0.95rem;
}
.module-settings-shortcut__copy {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
}
.module-settings-shortcut__copy strong {
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.1;
}
.module-settings-shortcut__copy small {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
}
.module-logout-button {
  border: 1px solid rgba(159, 11, 79, 0.16);
  background: rgba(159, 11, 79, 0.06);
  color: #9f0b4f;
}
.module-logout-button:hover {
  border-color: rgba(159, 11, 79, 0.3);
  background: rgba(159, 11, 79, 0.1);
}
.module-tabs {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 2rem);
  gap: 0.35rem;
  overflow-x: auto;
  margin: 0.9rem auto 0;
  padding: 0.35rem;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 18px;
  background: rgba(241, 245, 249, 0.78);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.module-tabs::-webkit-scrollbar {
  display: none;
}
.module-tab {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: -moz-max-content;
  min-width: max-content;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: #475569;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  padding: 0.58rem 0.75rem;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.module-tab:hover {
  background: rgba(255, 255, 255, 0.72);
  color: #0f2346;
}
.module-tab small {
  display: inline-flex;
  min-width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(15, 35, 70, 0.07);
  color: inherit;
  font-size: 0.64rem;
  font-weight: 950;
  line-height: 1;
}
.module-tab.on {
  border-color: rgba(15, 35, 70, 0.12);
  background: #9f0b4f;
  color: #fff;
  box-shadow: 0 10px 18px rgba(159, 11, 79, 0.18);
}
.module-tab.on small {
  background: rgba(255, 255, 255, 0.16);
}
.module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  gap: 0.75rem;
  padding: 1rem;
}
.module-card {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  min-height: 6.4rem;
  padding: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 70, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(135deg, var(--module-soft), rgba(255, 255, 255, 0.88) 42%),
    #ffffff;
  text-align: left;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
.module-card::after {
  content: "";
  position: absolute;
  right: -1.15rem;
  top: -1.15rem;
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 999px;
  background: var(--module-accent);
  opacity: 0.09;
}
.module-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--module-accent) 30%, rgba(15, 35, 70, 0.1));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}
.module-card--compact {
  min-height: 4.75rem;
  padding: 0.72rem;
}
.module-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 16px;
  background: var(--module-accent);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--module-accent) 24%, transparent);
}
.module-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}
.module-title {
  margin: 0;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.module-sub {
  margin: 0.22rem 0 0;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.25;
}
.module-card.tone-navy {
  --module-accent: #0f2346;
  --module-soft: rgba(15, 35, 70, 0.08);
}
.module-card.tone-maroon {
  --module-accent: #9f0b4f;
  --module-soft: rgba(159, 11, 79, 0.08);
}
.module-card.tone-graphite {
  --module-accent: #334155;
  --module-soft: rgba(51, 65, 85, 0.08);
}
.module-card.tone-olive {
  --module-accent: #3f6212;
  --module-soft: rgba(63, 98, 18, 0.09);
}
.module-card.tone-steel {
  --module-accent: #0f4c5c;
  --module-soft: rgba(15, 76, 92, 0.09);
}
.module-card.tone-sand {
  --module-accent: #a16207;
  --module-soft: rgba(161, 98, 7, 0.1);
}
.module-card.tone-ruby {
  --module-accent: #be123c;
  --module-soft: rgba(190, 18, 60, 0.08);
}
.module-card.tone-admin {
  --module-accent: #6d143f;
  --module-soft: rgba(109, 20, 63, 0.09);
}
.module-card.tone-forest {
  --module-accent: #047857;
  --module-soft: rgba(4, 120, 87, 0.09);
}
.module-card.tone-exit {
  --module-accent: #475569;
  --module-soft: rgba(71, 85, 105, 0.08);
}
@media (min-width: 900px) {
.stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
}
@media (max-width: 1024px) {
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0 1rem;
}
.dashboard-section {
    width: calc(100% - 2rem);
}
.dashboard-section__header {
    flex-direction: column;
}
.dashboard-section__tools {
    width: 100%;
    justify-content: flex-start;
}
@media (min-width: 1280px){
.stats-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-hero {
    grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.main-home {
    overflow-x: hidden;
}
.card-profile-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1rem;
    padding: 0 0.75rem;
}
.wallpaper {
    height: 110px;
    border-radius: 0 0 22px 22px;
}
#profile .card-profile {
    border-radius: 1.5rem;
}
.stat-value-row{
    flex-wrap: wrap;
}
.stat-inline,
  .stat-date-inline{
    margin-left: 0px;
}
.card-profile{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.profile-hero {
    grid-template-columns: 1fr;
}
.profile-identity {
    align-items: flex-start;
    border-radius: 20px;
    padding: 12px;
}
.profile-copy h1 {
    font-size: 1.5rem;
}
.avatar-shell{
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 0.75rem;
}
.stats-grid{
    margin-top: 1rem;
    gap: 0.75rem;
}
.stat-card{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    min-height: 68px;
}
.stat-value {
    font-size: 0.95rem;
}
.status-card {
    width: 100%;
    border-radius: 20px;
    padding: 12px;
}
.status-stats{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.dashboard-section {
    width: calc(100% - 1.5rem);
    margin-top: 1.5rem;
    border-radius: 24px;
}
.dashboard-section__header {
    padding: 1rem;
}
.dashboard-section__tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.module-settings-menu {
    display: flex;
    min-width: 0;
}
.module-profile-button,
  .module-settings-button,
  .module-logout-button {
    width: 100%;
    border-radius: 16px;
}
.dashboard-section__title {
    font-size: 1.15rem;
}
.dashboard-section__subtitle {
    font-size: 0.8rem;
}
.module-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 0.75rem;
}
.module-tabs {
    width: calc(100% - 1.5rem);
    max-width: calc(100% - 1.5rem);
    gap: 0.28rem;
    margin-top: 0.75rem;
    padding: 0.25rem;
    border-radius: 16px;
    overflow-x: visible;
}
.module-tab {
    flex: 1 1 0;
    min-width: 0;
    min-height: 3rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.18rem;
    padding: 0.48rem 0.35rem;
    font-size: 0.7rem;
    line-height: 1;
}
.module-tab span {
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    text-overflow: clip;
    line-height: 1;
}
.module-tab small {
    min-width: 1.08rem;
    height: 1.08rem;
    font-size: 0.58rem;
}
.module-card {
    min-height: 4.75rem;
    padding: 0.65rem;
    border-radius: 16px;
}
.module-icon {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 12px;
    font-size: 0.86rem;
}
}
/* ---------- Profile page overrides ---------- */
.profile-screen{
  min-height: 100vh;
  padding-bottom: 3rem;
  background:
    radial-gradient(circle at 15% 10%, rgba(30, 58, 138, 0.08), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(136, 19, 55, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #f3f4f6 100%);
}
.profile-shell{
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.profile-intro{
  margin-bottom: 1.5rem;
}
.profile-intro__kicker{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.profile-intro__title{
  margin-top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.profile-intro__subtitle{
  margin-top: 0.5rem;
  max-width: 42rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-panel{
  border-radius: 28px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: 0 28px 48px rgba(15, 23, 42, 0.08);
}
.profile-hero{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 640px){
.profile-hero{
    flex-direction: row;
    align-items: center;
    text-align: left;
}
}
.profile-avatar{
  position: relative;
  flex-shrink: 0;
}
.profile-avatar__image{
  height: 92px;
  width: 92px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.profile-avatar__status{
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.profile-identity{
  min-width: 0px;
}
.profile-identity__name{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-identity__email{
  margin-top: 0.25rem;
  word-break: break-all;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metrics{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-metrics{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-metric{
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.profile-metric__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-metric__value{
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #001f3f;
}
.profile-metric__field{
  margin-top: 0.5rem;
}
.profile-form{
  margin-top: 1.5rem;
}
.profile-form__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px){
.profile-form__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.profile-field{
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 640px){
.profile-field--full{
    grid-column: span 2 / span 2;
}
}
.profile-field__label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.profile-input{
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-input:focus {
  border-color: rgba(30, 58, 138, 0.35);
  box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.08);
}
.profile-feedback{
  margin-top: 1.25rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.profile-feedback--error{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.profile-feedback--success{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.profile-actions{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.profile-save{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 63 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-save:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.profile-save:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}
.profile-logout{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.profile-logout:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
@media (max-width: 640px) {
.profile-shell{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.profile-intro{
    margin-bottom: 1.25rem;
}
.profile-intro__title{
    font-size: 28px;
}
.profile-panel{
    border-radius: 26px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.profile-avatar__image{
    height: 5rem;
    width: 5rem;
}
.profile-actions{
    margin-top: 1.5rem;
}
}
 

.instance-edit-view[data-v-65bd8b5d] {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 12%, rgba(168, 94, 14, 0.10), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(16, 37, 64, 0.10), transparent 24rem),
    linear-gradient(135deg, #f7f4ef 0%, #eef3f1 52%, #f8fafc 100%);
  color: #102540;
}
.instance-edit-page[data-v-65bd8b5d] {
  max-width: 72rem;
  margin: 0 auto;
  padding: 1rem 1rem 3rem;
}
.instance-hero[data-v-65bd8b5d],
.instance-card[data-v-65bd8b5d] {
  border: 1px solid rgba(15, 33, 55, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(16, 37, 64, 0.08);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.instance-hero[data-v-65bd8b5d] {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  border-radius: 1.5rem;
  padding: 1.25rem;
}
.instance-kicker[data-v-65bd8b5d],
.instance-section-kicker[data-v-65bd8b5d] {
  color: #a85e0e;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.instance-hero h1[data-v-65bd8b5d] {
  margin: 0.2rem 0 0;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  line-height: 0.95;
  color: #07182c;
}
.instance-hero p[data-v-65bd8b5d] {
  margin: 0.65rem 0 0;
  max-width: 42rem;
  color: #475569;
  font-size: 0.92rem;
}
.instance-hero-actions[data-v-65bd8b5d],
.instance-form-actions[data-v-65bd8b5d] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}
.instance-grid[data-v-65bd8b5d] {
  display: grid;
  grid-template-columns: minmax(17rem, 0.85fr) minmax(0, 1.65fr);
  gap: 1rem;
  margin-top: 1rem;
}
.instance-summary[data-v-65bd8b5d] {
  min-width: 0;
}
.instance-card[data-v-65bd8b5d] {
  border-radius: 1.35rem;
  padding: 1rem;
}
.instance-card-head[data-v-65bd8b5d] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.instance-card-head h2[data-v-65bd8b5d] {
  margin: 0.15rem 0 0;
  color: #07182c;
  font-size: 1.2rem;
  font-weight: 800;
  word-break: break-word;
}
.instance-status[data-v-65bd8b5d],
.instance-save-ok[data-v-65bd8b5d] {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  background: #ecfdf5;
  color: #047857;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}
.instance-info-list[data-v-65bd8b5d] {
  display: grid;
  gap: 0.55rem;
}
.instance-info-list span[data-v-65bd8b5d] {
  display: grid;
  gap: 0.12rem;
  border-radius: 0.85rem;
  background: rgba(248, 250, 252, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.86);
  padding: 0.7rem;
}
.instance-info-list small[data-v-65bd8b5d],
.instance-field small[data-v-65bd8b5d] {
  color: #64748b;
  font-size: 0.73rem;
}
.instance-info-list strong[data-v-65bd8b5d] {
  color: #1e293b;
  font-size: 0.88rem;
  word-break: break-word;
}
.instance-form-grid[data-v-65bd8b5d] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}
.instance-field[data-v-65bd8b5d] {
  position: relative;
  display: grid;
  gap: 0.38rem;
}
.instance-field-wide[data-v-65bd8b5d] {
  grid-column: 1 / -1;
}
.instance-field > span[data-v-65bd8b5d] {
  color: #334155;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.instance-field input[data-v-65bd8b5d],
.instance-field select[data-v-65bd8b5d],
.instance-search-control input[data-v-65bd8b5d] {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.96);
  color: #0f172a;
  padding: 0.72rem 0.85rem;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}
.instance-field input[data-v-65bd8b5d]:focus,
.instance-field select[data-v-65bd8b5d]:focus,
.instance-search-control input[data-v-65bd8b5d]:focus {
  border-color: #102540;
  box-shadow: 0 0 0 3px rgba(16, 37, 64, 0.12);
}
.instance-search-control[data-v-65bd8b5d],
.password-control[data-v-65bd8b5d] {
  position: relative;
}
.instance-search-control input[data-v-65bd8b5d] {
  padding-right: 2.5rem;
}
.instance-search-control i[data-v-65bd8b5d] {
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 0.8rem;
}
.password-control input[data-v-65bd8b5d] {
  padding-right: 5.5rem;
}
.password-control button[data-v-65bd8b5d] {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #cbd5e1;
  border-radius: 0.65rem;
  background: #fff;
  color: #334155;
  padding: 0.38rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
}
.enterprise-helper-row[data-v-65bd8b5d] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}
.enterprise-suggestion[data-v-65bd8b5d] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(16, 37, 64, 0.16);
  border-radius: 999px;
  background: #eff6ff;
  color: #102540;
  padding: 0.34rem 0.58rem;
  font-size: 0.7rem;
  font-weight: 850;
  line-height: 1;
}
.enterprise-suggestion-soft[data-v-65bd8b5d] {
  background: #fff7ed;
  border-color: rgba(168, 94, 14, 0.22);
  color: #9a3412;
}
.enterprise-search-help[data-v-65bd8b5d],
.enterprise-empty[data-v-65bd8b5d] {
  display: block;
  color: #64748b;
}
.enterprise-empty[data-v-65bd8b5d] {
  color: #9a3412;
  font-weight: 700;
}
.enterprise-dropdown[data-v-65bd8b5d] {
  position: absolute;
  z-index: 20;
  top: calc(100% - 0.1rem);
  left: 0;
  right: 0;
  max-height: 16rem;
  overflow-y: auto;
  border: 1px solid #cbd5e1;
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
}
.enterprise-dropdown li[data-v-65bd8b5d] {
  display: grid;
  gap: 0.15rem;
  cursor: pointer;
  border-bottom: 1px solid #eef2f7;
  padding: 0.72rem 0.85rem;
}
.enterprise-dropdown li[data-v-65bd8b5d]:hover {
  background: #eff6ff;
}
.enterprise-dropdown strong[data-v-65bd8b5d] {
  color: #0f172a;
  font-size: 0.88rem;
}
.enterprise-dropdown span[data-v-65bd8b5d] {
  color: #64748b;
  font-size: 0.76rem;
}
.instance-action[data-v-65bd8b5d] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 0.9rem;
  padding: 0.72rem 0.95rem;
  font-size: 0.84rem;
  font-weight: 800;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}
.instance-action[data-v-65bd8b5d]:hover {
  transform: translateY(-1px);
}
.instance-action-soft[data-v-65bd8b5d] {
  border: 1px solid rgba(16, 37, 64, 0.18);
  background: rgba(255, 255, 255, 0.82);
  color: #102540;
}
.instance-action-blue[data-v-65bd8b5d] {
  border: 1px solid rgba(29, 78, 216, 0.22);
  background: #dbeafe;
  color: #1d4ed8;
}
.instance-action-dark[data-v-65bd8b5d] {
  border: 1px solid #102540;
  background: #102540;
  color: #fff;
}
.instance-action[data-v-65bd8b5d]:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  transform: none;
}
.instance-error[data-v-65bd8b5d] {
  margin-top: 1rem;
  white-space: pre-line;
  border: 1px solid #fecdd3;
  border-radius: 0.9rem;
  background: #fff1f2;
  color: #be123c;
  padding: 0.8rem;
  font-size: 0.82rem;
}
.instance-form-actions[data-v-65bd8b5d] {
  justify-content: flex-end;
  margin-top: 1rem;
}
.instance-overlay[data-v-65bd8b5d] {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  background: rgba(248, 250, 252, 0.82);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: #102540;
}
.instance-spinner[data-v-65bd8b5d] {
  width: 2.4rem;
  height: 2.4rem;
  border: 3px solid rgba(16, 37, 64, 0.18);
  border-top-color: #102540;
  border-radius: 999px;
  animation: instance-spin-65bd8b5d 0.8s linear infinite;
}
.instance-overlay p[data-v-65bd8b5d] {
  margin-top: 0.8rem;
  font-size: 0.86rem;
  font-weight: 800;
}
.skeleton[data-v-65bd8b5d] {
  min-height: 9rem;
  background: linear-gradient(90deg, #eef2f7 0%, #f8fafc 45%, #e5e7eb 100%);
  background-size: 220% 100%;
  animation: instance-skeleton-65bd8b5d 1.1s ease-in-out infinite;
}
@keyframes instance-spin-65bd8b5d {
to {
    transform: rotate(360deg);
}
}
@keyframes instance-skeleton-65bd8b5d {
0% {
    background-position: 120% 0;
}
100% {
    background-position: -120% 0;
}
}
@media (max-width: 900px) {
.instance-hero[data-v-65bd8b5d],
  .instance-card-head[data-v-65bd8b5d] {
    flex-direction: column;
}
.instance-grid[data-v-65bd8b5d],
  .instance-form-grid[data-v-65bd8b5d] {
    grid-template-columns: 1fr;
}
.instance-hero-actions[data-v-65bd8b5d],
  .instance-form-actions[data-v-65bd8b5d] {
    width: 100%;
}
.instance-action[data-v-65bd8b5d] {
    flex: 1;
}
}

/* Import all style here */
   /* MASTER RESET */
* {
   margin: 0;
   padding: 0;
   outline: 0;
   box-sizing: border-box;
   font-family: 'Lato', Sans-Serif;
   font-size: 100%;
   font-weight: inherit;
   -webkit-user-select: none;
      -moz-user-select: none;
           user-select: none;
   scrollbar-width: none;
}
*::-webkit-scrollbar {
   display: none;
}
body {
   background: #FFFFFF;
}
   /* Variabel colors */
:root {
   --prussian-blue: #272743;
   --alice-blue: #E3F5F5;
   --pale-blue: #BAE8E8;
   --celuican: #2D698D;
   --navy: #001f3f;
   --blue: #0074D9;
   --aqua: #7FDBFF;
   --teal: #39CCCC;
   --purple: #B10DC9;
   --fuchsia: #F012BE;
   --maroon: #85144b;
   --red: #FF4136;
   --orange: #FF851B;
   --yellow: #FFDC00;
   --olive: #3D9970;
   --green: #2ECC40;
   --lime: #01FF70;
   --black: #111111;
   --gray: #AAAAAA;
   --silver: #DDDDDD;
}
   /* MAOREDEV */
.bg-maoredev-navy {
   background: var(--navy);
}
.bg-maoredev-blue {
   background: var(--blue);
}
.bg-maoredev-aqua {
   background: var(--aqua);
}
.bg-maoredev-teal {
   background: var(--teal);
}
.bg-maoredev-purple {
   background: var(--purple);
}
.bg-maoredev-fuchsia {
   background: var(--fuchsia);
}
.bg-maoredev-maroon {
   background: var(--maroon);
}
.bg-maoredev-red {
   background: var(--red);
}
.bg-maoredev-orange {
   background: var(--orange);
}
.bg-maoredev-yellow {
   background: var(--yellow);
}
.bg-maoredev-olive {
   background: var(--olive);
}
.bg-maoredev-green {
   background: var(--green);
}
.bg-maoredev-lime {
   background: var(--lime);
}
.bg-maoredev-black {
   background: var(--black);
}
.bg-maoredev-gray {
   background: var(--gray);
}
.bg-maoredev-silver {
   background: var(--silver);
}
   /* Class for use color */
.bg-prussian-blue {
   background: var(--prussian-blue);
}
.bg-pale-blue {
   background: var(--pale-blue);
}
.bg-celuican {
   background: var(--celuican);
}
.bg-alice-blue {
   background: var(--alice-blue);
}
.bg-wallpaper {
   background-image: linear-gradient(
     to bottom, #536976, #292E49
   );
}
.text-prussian-blue {
   color: var(--prussian-blue);
}
   /* MAOREDEV */
.text-maoredev-navy {
   color: var(--navy);
}
.text-maoredev-blue {
   color: var(--blue);
}
.text-maoredev-aqua {
   color: var(--aqua);
}
.text-maoredev-teal {
   color: var(--teal);
}
.text-maoredev-purple {
   color: var(--purple);
}
.text-maoredev-fuchsia {
   color: var(--fuchsia);
}
.text-maoredev-maroon {
   color: var(--maroon);
}
.text-maoredev-red {
   color: var(--red);
}
.text-maoredev-orange {
   color: var(--orange);
}
.text-maoredev-yellow {
   color: var(--yellow);
}
.text-maoredev-olive {
   color: var(--olive);
}
.text-maoredev-green {
   color: var(--green);
}
.text-maoredev-lime {
   color: var(--lime);
}
.text-maoredev-black {
   color: var(--black);
}
.text-maoredev-gray {
   color: var(--gray);
}
.text-maoredev-silver {
   color: var(--silver);
}
@keyframes show-slide {
from {
      transform: scale(.85) translateX(-40%);
      opacity: .85;
}
to {
      transform: scale(1) translateX(0);
      opacity: 1;
}
}
@keyframes show-from-bottom {
from {
      transform: translateY(150%) scale(.85);
}
to {
      transform: translateY(0) scale(1);
}
}
@keyframes spinner {
from {
      transform: rotate(180deg);
}
85% {
      transform: rotate(360deg);
}
to {
      transform: rotate(0deg);
}
}
.show-slide {
   animation: show-slide .45s forwards;
}
.show-from-bottom {
   animation: show-from-bottom .55s forwards;
}
.btn-active-label, .btn-active-icon {
   cursor: pointer;
}
.btn-active-label:active {
   transform: scale(.);
   letter-spacing: 1px;
}
.btn-active-icon:active {
   transform: scale(.85);
}
.spinner {
   animation: spinner .75s infinite;
}
   /* CONTAINER 
USE FOR WRAPPER EACH COMPONENTS OR VIEWS COMPONENT */
.s-container{
   padding-left: 1.25rem;
   padding-right: 1.25rem;
   padding-top: 0.75rem;
}
   /* ALL FORM INPUT STYLE */
   /* input with actions on one section */
.form-wrapper .form-group{
   display: flex;
   width: 100%;
   justify-content: space-between;
}
.form-wrapper .form-group input[type=text], .form-wrapper .form-group input[type=password], .form-wrapper .form-group input[type=number]{
   margin-bottom: 0px;
   width: 83.333333%;
}
.form-wrapper .form-group .btn-item{
   display: flex;
   width: 16.666667%;
   align-items: center;
   justify-content: center;
   border-radius: 1rem;
   font-size: 1.5rem;
   line-height: 2rem;
   --tw-text-opacity: 1;
   color: rgb(229 231 235 / var(--tw-text-opacity, 1));
   transition-duration: 300ms;
}
   /* All input type text must fully container */
.form-wrapper .form-input input[type=text],
.form-wrapper .form-input input[type=number]{
   width: 100%;
}
   /* All input type text or password style */
.form-wrapper .form-input input, .form-wrapper .form-group input{
   border-radius: 1rem;
   border-width: 1px;
   --tw-border-opacity: 1;
   border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
   --tw-bg-opacity: 1;
   background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
   padding-left: 0.75rem;
   padding-right: 0.75rem;
   padding-top: 1rem;
   padding-bottom: 1rem;
}
   /*Style for select dropdown */
.form-wrapper .select-form{
   width: 100%;
   border-radius: 1rem;
   border-width: 1px;
   --tw-border-opacity: 1;
   border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
   --tw-bg-opacity: 1;
   background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
   padding-left: 0.75rem;
   padding-right: 0.75rem;
   padding-top: 1rem;
   padding-bottom: 1rem;
   --tw-text-opacity: 1;
   color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
   /* Button main action on form wrapper */
.form-wrapper .btn-form button{
   width: 100%;
   border-radius: 1rem;
   padding-top: 1rem;
   padding-bottom: 1rem;
   text-align: center;
   font-weight: 600;
   --tw-text-opacity: 1;
   color: rgb(243 244 246 / var(--tw-text-opacity, 1));
   transition-duration: 300ms;
}
.form-wrapper .btn-form button:active {
   letter-spacing: 1.5px;
}
.form-wrapper .btn-form button:disabled {
   opacity: .5;
}
.logo-text {
   letter-spacing: 1px;
}
.nav-title{
   position: absolute;
   left: 50%;
   font-size: 1.25rem;
   line-height: 1.75rem;
   font-weight: 500;
   --tw-text-opacity: 1;
   color: rgb(243 244 246 / var(--tw-text-opacity, 1));
   transform: translateX(-50%);
}
.login-page{
   position: relative;
   display: flex;
   min-height: 100vh;
   align-items: center;
   justify-content: center;
   background: radial-gradient(circle at top left, rgba(0, 31, 63, 0.08), transparent 45%),
     radial-gradient(circle at bottom right, rgba(133, 20, 75, 0.1), transparent 40%),
     linear-gradient(135deg, #f7f4f0 0%, #f1f3f6 50%, #f7f1f1 100%);
   font-family: "Space Grotesk", "Segoe UI", sans-serif;
}
.login-aurora{
   position: absolute;
   inset: 0px;
   background: conic-gradient(from 180deg at 50% 50%, rgba(0, 31, 63, 0.08), rgba(133, 20, 75, 0.12), rgba(0, 31, 63, 0.04));
   opacity: 0.35;
   mix-blend-mode: multiply;
   filter: blur(80px);
}
.login{
   position: relative;
   display: flex;
   width: 100%;
   justify-content: center;
}
.login .login-card{
   width: 100%;
   max-width: 36rem;
   border-radius: 1.5rem;
   border-width: 1px;
   border-color: rgb(255 255 255 / 0.6);
   background-color: rgb(255 255 255 / 0.9);
   padding-left: 2rem;
   padding-right: 2rem;
   padding-top: 2.5rem;
   padding-bottom: 2.5rem;
   --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
   --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
   -webkit-backdrop-filter: blur(14px);
           backdrop-filter: blur(14px);
}
.login .logo-wrapper{
   margin-bottom: 2.5rem;
   display: flex;
   width: 100%;
   flex-direction: column;
   align-items: center;
   gap: 1rem;
   text-align: center;
}
.login .logo-wrapper img{
   border-radius: 1rem;
   --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
   --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.login .logo-copy p:first-child {
   font-family: "Fraunces", "Times New Roman", serif;
}
.login .wellcome-wrapper{
   margin-top: 5rem;
   margin-bottom: 2rem;
   width: 80%;
   font-size: 1.25rem;
   line-height: 1.75rem;
   font-weight: 500;
}
.login .login-form input{
   width: 100%;
   border-radius: 0.75rem;
   border-width: 1px;
   --tw-border-opacity: 1;
   border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
   --tw-bg-opacity: 1;
   background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
   padding-left: 1rem;
   padding-right: 1rem;
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   font-size: 0.875rem;
   line-height: 1.25rem;
}
.login .login-label{
   margin-bottom: 0.5rem;
   display: block;
   font-size: 0.75rem;
   line-height: 1rem;
   text-transform: uppercase;
   letter-spacing: 0.1em;
   --tw-text-opacity: 1;
   color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.login .login-field{
   flex: 1 1 0%;
}
.login .btn-form button{
   width: 100%;
   border-radius: 0.75rem;
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   font-size: 0.875rem;
   line-height: 1.25rem;
   text-transform: uppercase;
   letter-spacing: 0.1em;
   box-shadow: 0 12px 20px rgba(0, 31, 63, 0.12);
}
.login .btn-form button:disabled{
   cursor: not-allowed;
   opacity: 0.6;
}
.login .login-foot{
   text-align: center;
}
.app-shell {
      min-height: 100vh;
}
.app-alert {
      position: fixed;
      top: 1rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1000;
      width: min(640px, calc(100% - 2rem));
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins.
 */
 *, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
 ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
 /*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
 */
 /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
 *,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
 ::before,
::after {
  --tw-content: '';
}
 /*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
 html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
 /*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
 body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
 /*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
 hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
 /*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
 abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
 /*
Remove the default font size and weight for headings.
*/
 h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
 /*
Reset links to optimize for opt-in styling instead of opt-out.
*/
 a {
  color: inherit;
  text-decoration: inherit;
}
 /*
Add the correct font weight in Edge and Safari.
*/
 b,
strong {
  font-weight: bolder;
}
 /*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
 code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
 /*
Add the correct font size in all browsers.
*/
 small {
  font-size: 80%;
}
 /*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
 sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
 sub {
  bottom: -0.25em;
}
 sup {
  top: -0.5em;
}
 /*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
 table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
 /*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
 button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
 /*
Remove the inheritance of text transform in Edge and Firefox.
*/
 button,
select {
  text-transform: none;
}
 /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
 button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
 /*
Use the modern Firefox focus style for all focusable elements.
*/
 :-moz-focusring {
  outline: auto;
}
 /*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
 :-moz-ui-invalid {
  box-shadow: none;
}
 /*
Add the correct vertical alignment in Chrome and Firefox.
*/
 progress {
  vertical-align: baseline;
}
 /*
Correct the cursor style of increment and decrement buttons in Safari.
*/
 ::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
 /*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
 [type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
 /*
Remove the inner padding in Chrome and Safari on macOS.
*/
 ::-webkit-search-decoration {
  -webkit-appearance: none;
}
 /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
 ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
 /*
Add the correct display in Chrome and Safari.
*/
 summary {
  display: list-item;
}
 /*
Removes the default spacing and border for appropriate elements.
*/
 blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
 fieldset {
  margin: 0;
  padding: 0;
}
 legend {
  padding: 0;
}
 ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
 /*
Reset default styling for dialogs.
*/
 dialog {
  padding: 0;
}
 /*
Prevent resizing textareas horizontally by default.
*/
 textarea {
  resize: vertical;
}
 /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
 input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
 input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
 /*
Set the default cursor for buttons.
*/
 button,
[role="button"] {
  cursor: pointer;
}
 /*
Make sure disabled buttons don't get the pointer cursor.
*/
 :disabled {
  cursor: default;
}
 /*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
 img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
 /*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
 img,
video {
  max-width: 100%;
  height: auto;
}
 /* Make elements with the HTML hidden attribute stay hidden by default */
 [hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
 /**
  * This injects Tailwind's component classes and any component classes
  * registered by plugins.
  */
 .\!container {
  width: 100% !important;
}
 .container {
  width: 100%;
}
 @media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }
  .container {
    max-width: 640px;
  }
}
 @media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }
  .container {
    max-width: 768px;
  }
}
 @media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }
  .container {
    max-width: 1024px;
  }
}
 @media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }
  .container {
    max-width: 1280px;
  }
}
 @media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }
  .container {
    max-width: 1536px;
  }
}
 body:not(.show-event-meta) .event-meta,
  body:not(.show-event-meta) .agreement-event-meta-list {
    display: none !important;
  }
 .event-meta {
    --event-meta-color: #0f766e;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: var(--event-meta-color);
    font-size: .72rem;
    font-style: italic;
    font-weight: 650;
    line-height: 1.25;
  }
 .event-meta i {
    flex: 0 0 auto;
    color: #14b8a6;
    font-size: .78rem;
  }
 .event-meta-warning {
    --event-meta-color: #c2410c;
  }
 .event-meta-warning i {
    color: #f97316;
  }
 .admin-multi-select-grid {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    min-width: 0;
  }
 .admin-multi-select-pill {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: .45rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #475569;
    padding: .45rem .65rem;
    font-size: .72rem;
    font-weight: 900;
    line-height: 1.15;
    transition: border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
  }
 .admin-multi-select-pill:hover {
    border-color: rgba(159, 11, 79, .2);
    background: rgba(159, 11, 79, .04);
  }
 .admin-multi-select-pill.on,
  .admin-multi-select-pill.active {
    border-color: rgba(159, 11, 79, .32);
    background: rgba(159, 11, 79, .08);
    color: #9f0b4f;
    box-shadow: 0 8px 16px rgba(159, 11, 79, .08);
  }
 .admin-multi-select-pill input {
    width: .9rem;
    height: .9rem;
    flex: 0 0 auto;
    accent-color: #9f0b4f;
  }
 .admin-multi-select-pill span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
 /**
  * This injects Tailwind's utility classes and any utility classes registered
  * by plugins.
  */
 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
 .pointer-events-none {
  pointer-events: none;
}
 .pointer-events-auto {
  pointer-events: auto;
}
 .\!visible {
  visibility: visible !important;
}
 .visible {
  visibility: visible;
}
 .collapse {
  visibility: collapse;
}
 .static {
  position: static;
}
 .fixed {
  position: fixed;
}
 .absolute {
  position: absolute;
}
 .relative {
  position: relative;
}
 .sticky {
  position: sticky;
}
 .inset-0 {
  inset: 0px;
}
 .bottom-0 {
  bottom: 0px;
}
 .z-10 {
  z-index: 10;
}
 .z-50 {
  z-index: 50;
}
 .z-\[1000\] {
  z-index: 1000;
}
 .z-\[70\] {
  z-index: 70;
}
 .z-\[80\] {
  z-index: 80;
}
 .m-3 {
  margin: 0.75rem;
}
 .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
 .mb-1 {
  margin-bottom: 0.25rem;
}
 .mb-1\.5 {
  margin-bottom: 0.375rem;
}
 .mb-10 {
  margin-bottom: 2.5rem;
}
 .mb-16 {
  margin-bottom: 4rem;
}
 .mb-2 {
  margin-bottom: 0.5rem;
}
 .mb-3 {
  margin-bottom: 0.75rem;
}
 .mb-4 {
  margin-bottom: 1rem;
}
 .mb-5 {
  margin-bottom: 1.25rem;
}
 .mb-6 {
  margin-bottom: 1.5rem;
}
 .ml-1 {
  margin-left: 0.25rem;
}
 .ml-2 {
  margin-left: 0.5rem;
}
 .ml-3 {
  margin-left: 0.75rem;
}
 .ml-4 {
  margin-left: 1rem;
}
 .ml-auto {
  margin-left: auto;
}
 .mr-1 {
  margin-right: 0.25rem;
}
 .mr-2 {
  margin-right: 0.5rem;
}
 .mr-5 {
  margin-right: 1.25rem;
}
 .mt-0\.5 {
  margin-top: 0.125rem;
}
 .mt-1 {
  margin-top: 0.25rem;
}
 .mt-1\.5 {
  margin-top: 0.375rem;
}
 .mt-10 {
  margin-top: 2.5rem;
}
 .mt-12 {
  margin-top: 3rem;
}
 .mt-16 {
  margin-top: 4rem;
}
 .mt-2 {
  margin-top: 0.5rem;
}
 .mt-2\.5 {
  margin-top: 0.625rem;
}
 .mt-20 {
  margin-top: 5rem;
}
 .mt-3 {
  margin-top: 0.75rem;
}
 .mt-32 {
  margin-top: 8rem;
}
 .mt-4 {
  margin-top: 1rem;
}
 .mt-5 {
  margin-top: 1.25rem;
}
 .mt-6 {
  margin-top: 1.5rem;
}
 .mt-8 {
  margin-top: 2rem;
}
 .block {
  display: block;
}
 .inline-block {
  display: inline-block;
}
 .inline {
  display: inline;
}
 .flex {
  display: flex;
}
 .inline-flex {
  display: inline-flex;
}
 .table {
  display: table;
}
 .grid {
  display: grid;
}
 .contents {
  display: contents;
}
 .hidden {
  display: none;
}
 .h-0 {
  height: 0px;
}
 .h-10 {
  height: 2.5rem;
}
 .h-12 {
  height: 3rem;
}
 .h-2 {
  height: 0.5rem;
}
 .h-24 {
  height: 6rem;
}
 .h-32 {
  height: 8rem;
}
 .h-4 {
  height: 1rem;
}
 .h-40 {
  height: 10rem;
}
 .h-5 {
  height: 1.25rem;
}
 .h-6 {
  height: 1.5rem;
}
 .h-9 {
  height: 2.25rem;
}
 .h-\[200px\] {
  height: 200px;
}
 .h-\[220px\] {
  height: 220px;
}
 .h-\[26rem\] {
  height: 26rem;
}
 .h-\[48px\] {
  height: 48px;
}
 .h-\[80vh\] {
  height: 80vh;
}
 .h-full {
  height: 100%;
}
 .h-screen {
  height: 100vh;
}
 .max-h-\[240px\] {
  max-height: 240px;
}
 .max-h-\[60vh\] {
  max-height: 60vh;
}
 .max-h-\[65vh\] {
  max-height: 65vh;
}
 .max-h-\[70vh\] {
  max-height: 70vh;
}
 .max-h-\[90vh\] {
  max-height: 90vh;
}
 .max-h-\[92vh\] {
  max-height: 92vh;
}
 .min-h-\[48px\] {
  min-height: 48px;
}
 .w-0 {
  width: 0px;
}
 .w-1\/2 {
  width: 50%;
}
 .w-1\/3 {
  width: 33.333333%;
}
 .w-1\/6 {
  width: 16.666667%;
}
 .w-10 {
  width: 2.5rem;
}
 .w-10\/12 {
  width: 83.333333%;
}
 .w-11\/12 {
  width: 91.666667%;
}
 .w-12 {
  width: 3rem;
}
 .w-16 {
  width: 4rem;
}
 .w-2\/12 {
  width: 16.666667%;
}
 .w-3\/12 {
  width: 25%;
}
 .w-4 {
  width: 1rem;
}
 .w-4\/12 {
  width: 33.333333%;
}
 .w-48 {
  width: 12rem;
}
 .w-5\/12 {
  width: 41.666667%;
}
 .w-6 {
  width: 1.5rem;
}
 .w-64 {
  width: 16rem;
}
 .w-8\/12 {
  width: 66.666667%;
}
 .w-9 {
  width: 2.25rem;
}
 .w-\[200px\] {
  width: 200px;
}
 .w-full {
  width: 100%;
}
 .w-screen {
  width: 100vw;
}
 .min-w-0 {
  min-width: 0px;
}
 .max-w-2xl {
  max-width: 42rem;
}
 .max-w-3xl {
  max-width: 48rem;
}
 .max-w-4xl {
  max-width: 56rem;
}
 .max-w-5xl {
  max-width: 64rem;
}
 .max-w-6xl {
  max-width: 72rem;
}
 .max-w-7xl {
  max-width: 80rem;
}
 .max-w-\[160px\] {
  max-width: 160px;
}
 .max-w-\[9rem\] {
  max-width: 9rem;
}
 .max-w-full {
  max-width: 100%;
}
 .max-w-lg {
  max-width: 32rem;
}
 .max-w-xl {
  max-width: 36rem;
}
 .flex-1 {
  flex: 1 1 0%;
}
 .flex-auto {
  flex: 1 1 auto;
}
 .flex-none {
  flex: none;
}
 .flex-shrink {
  flex-shrink: 1;
}
 .flex-shrink-0 {
  flex-shrink: 0;
}
 .shrink-0 {
  flex-shrink: 0;
}
 .border-collapse {
  border-collapse: collapse;
}
 .translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
 .translate-x-5 {
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
 .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
 @keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
 .animate-spin {
  animation: spin 1s linear infinite;
}
 .cursor-not-allowed {
  cursor: not-allowed;
}
 .cursor-pointer {
  cursor: pointer;
}
 .select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
 .resize {
  resize: both;
}
 .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
 .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
 .grid-cols-\[minmax\(0\2c 1fr\)_auto\] {
  grid-template-columns: minmax(0,1fr) auto;
}
 .flex-col {
  flex-direction: column;
}
 .flex-col-reverse {
  flex-direction: column-reverse;
}
 .flex-wrap {
  flex-wrap: wrap;
}
 .items-start {
  align-items: flex-start;
}
 .items-end {
  align-items: flex-end;
}
 .items-center {
  align-items: center;
}
 .items-baseline {
  align-items: baseline;
}
 .items-stretch {
  align-items: stretch;
}
 .justify-end {
  justify-content: flex-end;
}
 .justify-center {
  justify-content: center;
}
 .justify-between {
  justify-content: space-between;
}
 .gap-0\.5 {
  gap: 0.125rem;
}
 .gap-1 {
  gap: 0.25rem;
}
 .gap-16 {
  gap: 4rem;
}
 .gap-2 {
  gap: 0.5rem;
}
 .gap-3 {
  gap: 0.75rem;
}
 .gap-4 {
  gap: 1rem;
}
 .gap-5 {
  gap: 1.25rem;
}
 .gap-6 {
  gap: 1.5rem;
}
 .gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
 .gap-y-1\.5 {
  row-gap: 0.375rem;
}
 .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
 .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
 .space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
 .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
 .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
 .space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
 .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
 .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
 .space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
 .self-start {
  align-self: flex-start;
}
 .self-end {
  align-self: flex-end;
}
 .overflow-auto {
  overflow: auto;
}
 .overflow-hidden {
  overflow: hidden;
}
 .overflow-scroll {
  overflow: scroll;
}
 .overflow-x-auto {
  overflow-x: auto;
}
 .overflow-y-auto {
  overflow-y: auto;
}
 .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
 .whitespace-nowrap {
  white-space: nowrap;
}
 .whitespace-pre {
  white-space: pre;
}
 .whitespace-pre-line {
  white-space: pre-line;
}
 .whitespace-pre-wrap {
  white-space: pre-wrap;
}
 .break-words {
  overflow-wrap: break-word;
}
 .break-all {
  word-break: break-all;
}
 .rounded {
  border-radius: 0.25rem;
}
 .rounded-2xl {
  border-radius: 1rem;
}
 .rounded-3xl {
  border-radius: 1.5rem;
}
 .rounded-\[24px\] {
  border-radius: 24px;
}
 .rounded-\[28px\] {
  border-radius: 28px;
}
 .rounded-\[30px\] {
  border-radius: 30px;
}
 .rounded-full {
  border-radius: 9999px;
}
 .rounded-lg {
  border-radius: 0.5rem;
}
 .rounded-md {
  border-radius: 0.375rem;
}
 .rounded-xl {
  border-radius: 0.75rem;
}
 .rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
 .rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
 .rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
 .border {
  border-width: 1px;
}
 .border-2 {
  border-width: 2px;
}
 .border-b {
  border-bottom-width: 1px;
}
 .border-l-4 {
  border-left-width: 4px;
}
 .border-t {
  border-top-width: 1px;
}
 .border-dashed {
  border-style: dashed;
}
 .border-\[\#DCE6FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(220 230 255 / var(--tw-border-opacity, 1));
}
 .border-\[\#E4E6EF\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 230 239 / var(--tw-border-opacity, 1));
}
 .border-\[\#F9DAD6\] {
  --tw-border-opacity: 1;
  border-color: rgb(249 218 214 / var(--tw-border-opacity, 1));
}
 .border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
 .border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
 .border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
 .border-amber-700 {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
 .border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
 .border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
 .border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
 .border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
 .border-cyan-200 {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
 .border-cyan-300 {
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
 .border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
 .border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
 .border-emerald-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
 .border-emerald-700 {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
 .border-fuchsia-300 {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
 .border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
 .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
 .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
 .border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
 .border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
 .border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
 .border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
 .border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
 .border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
 .border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
 .border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
 .border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
 .border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
 .border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
 .border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
 .border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
 .border-rose-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
 .border-rose-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
 .border-sky-200 {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
 .border-sky-300 {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
 .border-sky-700 {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}
 .border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
 .border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
 .border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
 .border-transparent {
  border-color: transparent;
}
 .border-violet-300 {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
 .bg-\[\#F2F6FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 255 / var(--tw-bg-opacity, 1));
}
 .bg-\[\#F6F7FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}
 .bg-\[\#FDF3F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 243 242 / var(--tw-bg-opacity, 1));
}
 .bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
 .bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
 .bg-amber-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}
 .bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
 .bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
 .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
 .bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
 .bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
 .bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
 .bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
 .bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
 .bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}
 .bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}
 .bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}
 .bg-cyan-50\/70 {
  background-color: rgb(236 254 255 / 0.7);
}
 .bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
 .bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
 .bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
 .bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
 .bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
}
 .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
 .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
 .bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
 .bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
 .bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
 .bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
 .bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
 .bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}
 .bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
 .bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}
 .bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
 .bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
 .bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
 .bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
 .bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
 .bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}
 .bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
 .bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
 .bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
 .bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
 .bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}
 .bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
 .bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
 .bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
 .bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}
 .bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}
 .bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}
 .bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
 .bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
 .bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}
 .bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
 .bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
 .bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
 .bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}
 .bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}
 .bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
 .bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
 .bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
 .bg-slate-900\/45 {
  background-color: rgb(15 23 42 / 0.45);
}
 .bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}
 .bg-slate-950\/60 {
  background-color: rgb(2 6 23 / 0.6);
}
 .bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
 .bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}
 .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
 .bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
 .bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
 .bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
 .bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
 .bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
 .bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
 .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
 .from-gray-200 {
  --tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
 .from-slate-100 {
  --tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
 .from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
 .via-slate-50 {
  --tw-gradient-to: rgb(248 250 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc var(--tw-gradient-via-position), var(--tw-gradient-to);
}
 .via-white {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
 .to-gray-300 {
  --tw-gradient-to: #d1d5db var(--tw-gradient-to-position);
}
 .to-slate-100 {
  --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
}
 .to-slate-50 {
  --tw-gradient-to: #f8fafc var(--tw-gradient-to-position);
}
 .object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
 .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
 .object-center {
  -o-object-position: center;
     object-position: center;
}
 .p-1 {
  padding: 0.25rem;
}
 .p-2 {
  padding: 0.5rem;
}
 .p-3 {
  padding: 0.75rem;
}
 .p-4 {
  padding: 1rem;
}
 .p-5 {
  padding: 1.25rem;
}
 .p-6 {
  padding: 1.5rem;
}
 .p-8 {
  padding: 2rem;
}
 .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
 .px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
 .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
 .px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
 .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
 .px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
 .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
 .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
 .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
 .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
 .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
 .py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
 .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
 .py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
 .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
 .py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
 .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
 .py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
 .py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
 .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
 .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
 .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
 .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
 .pb-1 {
  padding-bottom: 0.25rem;
}
 .pb-10 {
  padding-bottom: 2.5rem;
}
 .pb-12 {
  padding-bottom: 3rem;
}
 .pb-2 {
  padding-bottom: 0.5rem;
}
 .pb-3 {
  padding-bottom: 0.75rem;
}
 .pb-6 {
  padding-bottom: 1.5rem;
}
 .pl-3 {
  padding-left: 0.75rem;
}
 .pr-12 {
  padding-right: 3rem;
}
 .pt-2 {
  padding-top: 0.5rem;
}
 .pt-20 {
  padding-top: 5rem;
}
 .pt-24 {
  padding-top: 6rem;
}
 .pt-3 {
  padding-top: 0.75rem;
}
 .pt-4 {
  padding-top: 1rem;
}
 .text-left {
  text-align: left;
}
 .text-center {
  text-align: center;
}
 .text-right {
  text-align: right;
}
 .font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
 .font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
 .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
 .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
 .text-\[10px\] {
  font-size: 10px;
}
 .text-\[11px\] {
  font-size: 11px;
}
 .text-\[9px\] {
  font-size: 9px;
}
 .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
 .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
 .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
 .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
 .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
 .font-black {
  font-weight: 900;
}
 .font-bold {
  font-weight: 700;
}
 .font-light {
  font-weight: 300;
}
 .font-medium {
  font-weight: 500;
}
 .font-normal {
  font-weight: 400;
}
 .font-semibold {
  font-weight: 600;
}
 .uppercase {
  text-transform: uppercase;
}
 .capitalize {
  text-transform: capitalize;
}
 .italic {
  font-style: italic;
}
 .leading-5 {
  line-height: 1.25rem;
}
 .leading-6 {
  line-height: 1.5rem;
}
 .leading-none {
  line-height: 1;
}
 .leading-relaxed {
  line-height: 1.625;
}
 .leading-snug {
  line-height: 1.375;
}
 .leading-tight {
  line-height: 1.25;
}
 .tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
 .tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}
 .tracking-\[0\.28em\] {
  letter-spacing: 0.28em;
}
 .tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
 .tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
 .tracking-tight {
  letter-spacing: -0.025em;
}
 .tracking-wide {
  letter-spacing: 0.025em;
}
 .tracking-widest {
  letter-spacing: 0.1em;
}
 .text-\[\#001f3f\] {
  --tw-text-opacity: 1;
  color: rgb(0 31 63 / var(--tw-text-opacity, 1));
}
 .text-\[\#85144b\] {
  --tw-text-opacity: 1;
  color: rgb(133 20 75 / var(--tw-text-opacity, 1));
}
 .text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
 .text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
 .text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
 .text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
 .text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
 .text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
 .text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
 .text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
 .text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}
 .text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}
 .text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}
 .text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
 .text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
 .text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}
 .text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}
 .text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
 .text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
 .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
 .text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
 .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
 .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
 .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
 .text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
 .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
 .text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
 .text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
 .text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
 .text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
 .text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
 .text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
 .text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
 .text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
 .text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}
 .text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}
 .text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
 .text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
 .text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
 .text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
 .text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
 .text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
 .text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
 .text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
 .text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
 .text-rose-700\/80 {
  color: rgb(190 18 60 / 0.8);
}
 .text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}
 .text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}
 .text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
 .text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}
 .text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}
 .text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
 .text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
 .text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
 .text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
 .text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
 .text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
 .text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
 .text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
 .text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
 .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
 .underline {
  text-decoration-line: underline;
}
 .accent-\[\#85144b\] {
  accent-color: #85144b;
}
 .opacity-0 {
  opacity: 0;
}
 .opacity-100 {
  opacity: 1;
}
 .opacity-40 {
  opacity: 0.4;
}
 .opacity-95 {
  opacity: 0.95;
}
 .shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
 .shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
 .shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
 .shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
 .shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
 .shadow-slate-200\/30 {
  --tw-shadow-color: rgb(226 232 240 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
 .shadow-slate-200\/40 {
  --tw-shadow-color: rgb(226 232 240 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
 .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
 .outline {
  outline-style: solid;
}
 .ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
 .ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
 .ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
 .ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
 .ring-slate-200\/80 {
  --tw-ring-color: rgb(226 232 240 / 0.8);
}
 .ring-slate-900\/10 {
  --tw-ring-color: rgb(15 23 42 / 0.1);
}
 .blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
 .\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
 .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
 .backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
 .backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
 .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
 .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
 .transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
 .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
 .duration-200 {
  transition-duration: 200ms;
}
 .duration-300 {
  transition-duration: 300ms;
}
 .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
 .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
 .hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
 .hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
 .hover\:bg-amber-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-amber-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-amber-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-emerald-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-emerald-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-emerald-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-pink-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-red-50\/50:hover {
  background-color: rgb(254 242 242 / 0.5);
}
 .hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-rose-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-sky-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-sky-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-slate-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-slate-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
 .hover\:bg-violet-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}
 .hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
 .hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
 .hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
 .hover\:text-gray-50:hover {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
 .hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
 .hover\:text-slate-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
 .hover\:text-slate-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
 .hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .hover\:underline:hover {
  text-decoration-line: underline;
}
 .hover\:opacity-90:hover {
  opacity: 0.9;
}
 .hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
 .hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
 .focus\:z-20:focus {
  z-index: 20;
}
 .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
 .focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
 .focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
 .focus\:ring-blue-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1));
}
 .disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
 .disabled\:bg-slate-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
 .disabled\:text-slate-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
 .disabled\:opacity-40:disabled {
  opacity: 0.4;
}
 .disabled\:opacity-50:disabled {
  opacity: 0.5;
}
 .disabled\:opacity-60:disabled {
  opacity: 0.6;
}
 .peer:checked ~ .peer-checked\:bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
 .peer:checked ~ .peer-checked\:font-semibold {
  font-weight: 600;
}
 .peer:checked ~ .peer-checked\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 @media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .sm\:mt-24 {
    margin-top: 6rem;
  }
  .sm\:max-h-\[72vh\] {
    max-height: 72vh;
  }
  .sm\:max-h-\[88vh\] {
    max-height: 88vh;
  }
  .sm\:w-\[min\(560px\2c calc\(100vw-2rem\)\)\] {
    width: min(560px,calc(100vw - 2rem));
  }
  .sm\:w-\[min\(920px\2c calc\(100vw-2rem\)\)\] {
    width: min(920px,calc(100vw - 2rem));
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:min-w-\[260px\] {
    min-width: 260px;
  }
  .sm\:min-w-\[280px\] {
    min-width: 280px;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-end {
    justify-content: flex-end;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-2 {
    gap: 0.5rem;
  }
  .sm\:gap-6 {
    gap: 1.5rem;
  }
  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:text-\[1\.35rem\] {
    font-size: 1.35rem;
  }
  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
 @media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-\[minmax\(5rem\2c \.55fr\)_minmax\(7rem\2c \.7fr\)_minmax\(0\2c 1\.4fr\)\] {
    grid-template-columns: minmax(5rem,.55fr) minmax(7rem,.7fr) minmax(0,1.4fr);
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-3 {
    gap: 0.75rem;
  }
}
 @media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:inline {
    display: inline;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[200px\2c 1fr\] {
    grid-template-columns: 200px 1fr;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
 @media (min-width: 1280px) {
  .xl\:max-w-5xl {
    max-width: 64rem;
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:items-start {
    align-items: flex-start;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
}



 

