
.dashboard-stat-card[data-v-2ec23d8e] {
  position: relative;
  border: 3px solid var(--card-accent);
  border-radius: 22px;
  color: var(--card-text);
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.05' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: 28px 49px;
  box-shadow: none;
}
.dashboard-stat-card--clickable[data-v-2ec23d8e] {
  cursor: pointer;
}
.dashboard-stat-card--clickable[data-v-2ec23d8e]:hover,
.dashboard-stat-card--clickable[data-v-2ec23d8e]:focus-visible {
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
  transform: translateY(-3px);
  outline: none;
}
.dashboard-stat-icon[data-v-2ec23d8e] {
  color: currentColor;
}
.dashboard-stat-number[data-v-2ec23d8e],
.dashboard-stat-label[data-v-2ec23d8e] {
  color: currentColor;
}
.dashboard-stat-badge[data-v-2ec23d8e] {
  color: #ffffff;
  background: #dc2626;
}

.dashboard-overview[data-v-f59ed428] {
  width: 100%;
}
.dashboard-stats-grid[data-v-f59ed428] {
  align-items: stretch;
}

.hithere {
  opacity: 100;
  animation: hithere 1s ease 1, JumpOut 1s 3s ease 1, KeepOut 4s 1s linear infinite;
}
@keyframes JumpOut {
0%   { opacity:100;}
100% { opacity:0;}
}
@keyframes KeepOut {
0%   { opacity:0;}
100% { opacity:0;}
}
@keyframes hithere {
30% {
    transform: scale(1.2);
}
40%, 60% {
    transform: rotate(-20deg) scale(1.2);
}
50% {
    transform: rotate(20deg) scale(1.2);
}
70% {
    transform: rotate(0deg) scale(1.2);
}
100% {
    transform: scale(1);
}
}

.league-mobile-card[data-v-d9f063a0] {
  overflow: hidden;
}
.league-action-btn[data-v-d9f063a0] {
  min-height: 44px;
  border-width: 1px;
  border-radius: 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.55rem 0.65rem;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.15;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.bg-blue[data-v-d9f063a0]{
  background-image:
       repeating-linear-gradient(45deg, 
                                white 0%, 
                                white 2%, rgb(255, 157, 0) 0.1%, 
                                rgb(255, 157, 0) 0.5%, white 4%);
  color: black;
}
.league-hidden[data-v-d9f063a0] {
  opacity: 0.55;
}


.history[data-v-77aef700] {
  max-height: 180px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.sync-fab-wrapper[data-v-77aef700] {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1100;
}
.sync-fab-btn[data-v-77aef700] {
  background: #212529;
  color: #fff;
  border: 0;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sync-window[data-v-77aef700] {
  position: fixed;
  right: 1rem;
  bottom: 4.75rem;
  width: min(480px, calc(100vw - 2rem));
  z-index: 1099;
}
.league-modal-backdrop[data-v-77aef700] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.league-modal[data-v-77aef700] {
  width: min(520px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
}
.league-result-modal[data-v-77aef700] {
  width: min(960px, calc(100vw - 2rem));
}
.result-table-wrapper[data-v-77aef700] {
  max-height: 280px;
  overflow: auto;
}
.m-input[data-v-e2d8a63d]{vertical-align:top;--maz-tw-text-opacity:1;color:hsl(var(--maz-foreground) / var(--maz-tw-text-opacity,1));flex-direction:column;align-items:flex-start;display:inline-flex}.m-input.--block[data-v-e2d8a63d]{width:100%}.m-input-top-label[data-v-e2d8a63d]{margin-bottom:.5rem}.m-input-bottom-text[data-v-e2d8a63d]{margin-top:.25rem;font-size:.875rem;line-height:1.25rem}.m-input-wrapper[data-v-e2d8a63d]{z-index:1;--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background) / var(--maz-tw-bg-opacity,1));flex:1;width:100%;height:100%;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.m-input-wrapper.--border[data-v-e2d8a63d]{border-width:var(--maz-border-width);border-style:solid}.m-input-wrapper.--block[data-v-e2d8a63d]{width:100%}.m-input-wrapper.--default-border[data-v-e2d8a63d]{--maz-tw-border-opacity:1;border-color:hsl(var(--maz-border) / var(--maz-tw-border-opacity,1))}.m-input-wrapper.--default-border[data-v-e2d8a63d]:is([class~=dark] *){--maz-tw-border-opacity:1;border-color:hsl(var(--maz-border-400) / var(--maz-tw-border-opacity,1))}.m-input-wrapper-input[data-v-e2d8a63d]{flex:1;align-items:center;width:100%;max-width:100%;display:flex;position:relative}.m-input-wrapper-input.--has-left-icon .m-input-input[data-v-e2d8a63d]{padding-inline-start:.5rem}.m-input-wrapper-input.--has-left-icon .m-input-label[data-v-e2d8a63d]{inset-inline-start:.5rem}.m-input-wrapper-input.--has-right-icon .m-input-input[data-v-e2d8a63d]{padding-inline-end:.5rem}.m-input-wrapper-input.--xl[data-v-e2d8a63d]{height:calc(4rem - (var(--maz-border-width) * 2))}.m-input-wrapper-input.--xl .m-input-input[data-v-e2d8a63d],.m-input-wrapper-input.--xl .m-input-label[data-v-e2d8a63d]{font-size:1.25rem;line-height:1.75rem}.m-input-wrapper-input.--lg[data-v-e2d8a63d]{height:calc(3.5rem - (var(--maz-border-width) * 2))}.m-input-wrapper-input.--lg .m-input-input[data-v-e2d8a63d],.m-input-wrapper-input.--lg .m-input-label[data-v-e2d8a63d]{font-size:1.125rem;line-height:1.75rem}.m-input-wrapper-input.--md[data-v-e2d8a63d]{height:calc(3rem - (var(--maz-border-width) * 2))}.m-input-wrapper-input.--sm[data-v-e2d8a63d]{height:calc(2.5rem - (var(--maz-border-width) * 2))}.m-input-wrapper-input.--sm .m-input-input[data-v-e2d8a63d],.m-input-wrapper-input.--sm .m-input-label[data-v-e2d8a63d]{font-size:.875rem;line-height:1.25rem}.m-input-wrapper-input.--xs[data-v-e2d8a63d]{height:calc(2rem - (var(--maz-border-width) * 2))}.m-input-wrapper-input.--xs .m-input-input[data-v-e2d8a63d],.m-input-wrapper-input.--xs .m-input-label[data-v-e2d8a63d]{font-size:.75rem;line-height:1rem}.m-input-wrapper-input.--mini[data-v-e2d8a63d]{height:calc(1.5rem - (var(--maz-border-width) * 2))}.m-input-wrapper-input.--mini .m-input-input[data-v-e2d8a63d],.m-input-wrapper-input.--mini .m-input-label[data-v-e2d8a63d]{font-size:.75rem;line-height:1rem}.m-input-wrapper-right[data-v-e2d8a63d],.m-input-wrapper-left[data-v-e2d8a63d]{z-index:1;display:flex;position:relative}.m-input-wrapper-right[data-v-e2d8a63d]>:not([hidden])~:not([hidden]),.m-input-wrapper-left[data-v-e2d8a63d]>:not([hidden])~:not([hidden]){--maz-tw-space-x-reverse:0;margin-right:calc(.25rem * var(--maz-tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--maz-tw-space-x-reverse)))}.m-input-wrapper-right[data-v-e2d8a63d],.m-input-wrapper-left[data-v-e2d8a63d]{justify-content:center;align-items:center;padding-top:.25rem;padding-bottom:.25rem}.m-input-wrapper-right[data-v-e2d8a63d]{padding-inline-end:.5rem}.m-input-wrapper-left[data-v-e2d8a63d]{padding-inline-start:.5rem}.m-input-wrapper.--rounded-sm[data-v-e2d8a63d]{border-radius:calc(var(--maz-radius) - 8px)}.m-input-wrapper.--rounded-md[data-v-e2d8a63d]{border-radius:calc(var(--maz-radius) - 4px)}.m-input-wrapper.--rounded-lg[data-v-e2d8a63d]{border-radius:var(--maz-radius)}.m-input-wrapper.--rounded-xl[data-v-e2d8a63d]{border-radius:calc(var(--maz-radius) + 8px)}.m-input-wrapper.--rounded-full[data-v-e2d8a63d]{border-radius:9999px}.m-input-input[data-v-e2d8a63d]{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-overflow:ellipsis;white-space:nowrap;--maz-tw-text-opacity:1;width:100%;height:100%;color:hsl(var(--maz-foreground) / var(--maz-tw-text-opacity,1));--maz-tw-shadow:0 0 #0000;--maz-tw-shadow-colored:0 0 #0000;box-shadow:var(--maz-tw-ring-offset-shadow,0 0 #0000), var(--maz-tw-ring-shadow,0 0 #0000), var(--maz-tw-shadow);outline-offset:2px;background-color:#0000;border-style:none;outline:2px solid #0000;margin:0;padding:0 1rem;transition:padding .2s cubic-bezier(0,0,.2,1);overflow:hidden}.m-input-input[data-v-e2d8a63d]::-moz-placeholder{--maz-tw-text-opacity:1;color:hsl(var(--maz-muted) / var(--maz-tw-text-opacity,1))}.m-input-input[data-v-e2d8a63d]::placeholder{--maz-tw-text-opacity:1;color:hsl(var(--maz-muted) / var(--maz-tw-text-opacity,1))}.m-input-label[data-v-e2d8a63d]{pointer-events:none;transform-origin:0 0;text-overflow:ellipsis;white-space:nowrap;text-align:start;align-items:center;width:calc(100% + 1.3rem);line-height:1.5rem;transition:transform .2s cubic-bezier(0,0,.2,1);position:absolute;inset-inline-start:1rem;overflow:hidden}.m-input:not(.--should-up) .m-input-label[data-v-e2d8a63d]{width:calc(100% - .75rem)}.m-input.--should-up .m-input-label[data-v-e2d8a63d]{transform:scale(.8)translateY(-.65em)}.m-input.--should-up .m-input-input[data-v-e2d8a63d]{padding-top:1rem}.m-input:not(.--has-state) .m-input-wrapper[data-v-e2d8a63d]{--maz-tw-text-opacity:1;color:hsl(var(--maz-muted) / var(--maz-tw-text-opacity,1))}.m-input.--has-z-2 .m-input-wrapper[data-v-e2d8a63d]{z-index:2}.m-input.--is-readonly .m-input-input[data-v-e2d8a63d]{cursor:default}.m-input .m-input-wrapper[data-v-e2d8a63d]:is([class~=dark] *){--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background-400) / var(--maz-tw-bg-opacity,1))}.m-input:has(input:disabled) .m-input-wrapper[data-v-e2d8a63d]{--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background-600) / var(--maz-tw-bg-opacity,1));--maz-tw-text-opacity:1;color:hsl(var(--maz-muted) / var(--maz-tw-text-opacity,1))}.m-input:has(input:disabled) .m-input-wrapper[data-v-e2d8a63d]:is([class~=dark] *){--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background-300) / var(--maz-tw-bg-opacity,1))}.m-input:has(input:disabled) .m-input-input[data-v-e2d8a63d]{cursor:not-allowed;--maz-tw-text-opacity:1;color:hsl(var(--maz-muted) / var(--maz-tw-text-opacity,1))}.m-input.--is-focused .m-input-wrapper[data-v-e2d8a63d]{z-index:3}.m-input.--has-label .m-input-label[data-v-e2d8a63d]{padding-inline-end:.75rem}
.m-switch{cursor:pointer;vertical-align:top;align-items:center;gap:.5rem;display:inline-flex;position:relative}.m-switch:has(input:disabled){cursor:not-allowed}.m-switch__input{position:absolute;left:-9999px}.m-switch__toggle{width:3rem;height:1.5rem;position:relative}.m-switch__toggle:before{content:"";border-width:var(--maz-border-width);--maz-tw-border-opacity:1;border-style:solid;border-color:hsl(var(--maz-border) / var(--maz-tw-border-opacity,1));--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background-600) / var(--maz-tw-bg-opacity,1));border-radius:9999px;width:3rem;height:1.5rem;transition:all .2s ease-in-out;display:block;position:relative;top:.125rem;left:0}.m-switch__toggle:is([class~=dark] *):before{--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background-400) / var(--maz-tw-bg-opacity,1))}.m-switch__toggle:after{content:"";--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background) / var(--maz-tw-bg-opacity,1));border-radius:9999px;width:1.25rem;height:1.25rem;transition:all .2s ease-in-out;display:block;position:absolute;top:.25rem;left:.125rem;box-shadow:0 0 4px #0003}.m-switch__input:checked+.m-switch__toggle:after{--maz-tw-translate-x:1.5rem;transform:translate(var(--maz-tw-translate-x), var(--maz-tw-translate-y)) rotate(var(--maz-tw-rotate)) skewX(var(--maz-tw-skew-x)) skewY(var(--maz-tw-skew-y)) scaleX(var(--maz-tw-scale-x)) scaleY(var(--maz-tw-scale-y))}.m-switch__input:checked+.m-switch__toggle:before{background-color:var(--switch-color)}.m-switch__input:disabled+.m-switch__toggle:before{--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background-600) / var(--maz-tw-bg-opacity,1))}.m-switch__input:disabled+.m-switch__toggle:is([class~=dark] *):before{--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background-400) / var(--maz-tw-bg-opacity,1))}.m-switch__input:disabled+.m-switch__toggle:after{--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background-700) / var(--maz-tw-bg-opacity,1))}.m-switch__input:disabled+.m-switch__toggle:is([class~=dark] *):after{--maz-tw-bg-opacity:1;background-color:hsl(var(--maz-background-300) / var(--maz-tw-bg-opacity,1))}.m-switch__input:disabled+.m-switch__toggle:after{box-shadow:none}.m-switch__text{flex-direction:column;gap:0;display:flex}.m-switch__hint{--maz-tw-text-opacity:1;color:hsl(var(--maz-muted) / var(--maz-tw-text-opacity,1));font-size:.875rem;line-height:1.25rem}.m-switch__hint.--error{--maz-tw-text-opacity:1;color:hsl(var(--maz-destructive-600) / var(--maz-tw-text-opacity,1))}.m-switch__hint.--success{--maz-tw-text-opacity:1;color:hsl(var(--maz-success-600) / var(--maz-tw-text-opacity,1))}.m-switch__hint.--warning{--maz-tw-text-opacity:1;color:hsl(var(--maz-warning-600) / var(--maz-tw-text-opacity,1))}

.profile-wrapper[data-v-5cc920f7] {
  --profile-border: #d7dee8;
  --profile-border-strong: #94a3b8;
  --profile-brand: #34598f;
  --profile-brand-dark: #294a79;
  --profile-focus-ring: 0 0 0 3px rgba(52, 89, 143, 0.16);
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 3rem;
  text-align: left;
}
.profile-header[data-v-5cc920f7] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}
.profile-header h2[data-v-5cc920f7] {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  color: #172033;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0;
}
.profile-kicker[data-v-5cc920f7] {
  margin: 0 0 0.35rem;
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
.profile-email[data-v-5cc920f7] {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  gap: 0.2rem;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  background: #ffffff;
  padding: 0.8rem 1rem;
  color: #172033;
  box-shadow: 0 8px 20px rgba(23, 32, 51, 0.06);
}
.profile-email span[data-v-5cc920f7] {
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 700;
}
.profile-email strong[data-v-5cc920f7] {
  overflow-wrap: anywhere;
  font-size: 0.95rem;
}
.profile-section[data-v-5cc920f7] {
  margin-bottom: 1.4rem;
}
.section-heading[data-v-5cc920f7] {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.7rem;
  color: #172033;
}
.section-heading h3[data-v-5cc920f7] {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0;
}
.settings-list[data-v-5cc920f7] {
  display: grid;
  gap: 0;
}
.settings-row[data-v-5cc920f7] {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(260px, 1.2fr);
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid #e5eaf1;
  padding: 1rem 0;
  color: #172033;
}
.settings-row[data-v-5cc920f7]:first-child {
  padding-top: 0;
}
.settings-row[data-v-5cc920f7]:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.settings-row--switch[data-v-5cc920f7] {
  grid-template-columns: minmax(0, 1fr) auto;
}
.settings-row--editor[data-v-5cc920f7] {
  align-items: start;
}
.row-copy[data-v-5cc920f7] {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.25rem;
}
.row-copy strong[data-v-5cc920f7] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.98rem;
}
.row-copy span[data-v-5cc920f7] {
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.4;
}
.row-control[data-v-5cc920f7] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.6rem;
  align-items: start;
}
.row-control--compact[data-v-5cc920f7] {
  max-width: 180px;
}
.row-control--items-per-page[data-v-5cc920f7] {
  max-width: 240px;
}
.items-per-page-control[data-v-5cc920f7] {
  display: grid;
  grid-template-columns: 40px minmax(88px, 1fr) 40px;
  gap: 0.45rem;
  align-items: center;
}
.contact-phone-control[data-v-5cc920f7] {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  gap: 0.6rem;
  align-items: start;
}
.contact-country-select[data-v-5cc920f7] {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--profile-border);
  border-radius: 8px;
  background: #ffffff;
  padding: 0 0.75rem;
  color: #172033;
  font-weight: 800;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}
.contact-country-select[data-v-5cc920f7]:hover {
  border-color: var(--profile-border-strong);
}
.contact-country-select[data-v-5cc920f7]:focus,
.contact-country-select[data-v-5cc920f7]:focus-visible {
  border-color: var(--profile-brand);
  outline: none;
  box-shadow: var(--profile-focus-ring);
}
.stepper-button[data-v-5cc920f7] {
  display: inline-flex;
  width: 40px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--profile-border);
  border-radius: 8px;
  background: #ffffff;
  color: #172033;
  font-weight: 800;
  transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}
.stepper-button[data-v-5cc920f7]:hover:not(:disabled),
.stepper-button[data-v-5cc920f7]:focus-visible:not(:disabled) {
  border-color: var(--profile-brand);
  color: var(--profile-brand);
  box-shadow: var(--profile-focus-ring);
}
.stepper-button[data-v-5cc920f7]:disabled {
  cursor: not-allowed;
  background: #f8fafc;
  color: #94a3b8;
}
.profile-wrapper[data-v-5cc920f7] .m-input-wrapper {
  border-width: 1px;
  border-color: var(--profile-border);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.profile-wrapper[data-v-5cc920f7] .m-input-wrapper:hover {
  border-color: var(--profile-border-strong);
}
.profile-wrapper[data-v-5cc920f7] .m-input.--is-focused .m-input-wrapper {
  border-color: var(--profile-brand);
  box-shadow: var(--profile-focus-ring);
}
.profile-wrapper[data-v-5cc920f7] .m-input-input {
  color: #172033;
}
.profile-wrapper[data-v-5cc920f7] .m-switch {
  --switch-color: var(--profile-brand) !important;
}
.profile-wrapper[data-v-5cc920f7] .m-switch__toggle::before {
  border-width: 1px;
  border-color: #cbd5e1;
  background-color: #f8fafc;
}
.profile-wrapper[data-v-5cc920f7] .m-switch__toggle::after {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.22);
}
.profile-wrapper[data-v-5cc920f7] .m-switch__input:checked + .m-switch__toggle::before {
  border-color: var(--profile-brand);
  background-color: var(--profile-brand);
}
.profile-wrapper[data-v-5cc920f7] .m-switch:hover .m-switch__toggle::before,
.profile-wrapper[data-v-5cc920f7] .m-switch:focus-visible .m-switch__toggle::before {
  border-color: var(--profile-brand-dark);
}
.profile-wrapper[data-v-5cc920f7] .m-switch:focus-visible .m-switch__toggle::before {
  box-shadow: var(--profile-focus-ring);
}
.save-button[data-v-5cc920f7] {
  min-height: 40px;
  border: 1px solid #172033;
  border-radius: 8px;
  background: #172033;
  padding: 0 0.9rem;
  color: #ffffff;
  font-weight: 800;
  transition: background-color 0.16s ease, border-color 0.16s ease;
}
.save-button[data-v-5cc920f7]:hover {
  border-color: #0f766e;
  background: #0f766e;
}
.contact-rte[data-v-5cc920f7] {
  min-width: 0;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}
.contact-rte__toolbar[data-v-5cc920f7] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 0.45rem;
}
.contact-rte__toolbar button[data-v-5cc920f7] {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: #172033;
}
.contact-rte__toolbar button[data-v-5cc920f7]:hover,
.contact-rte__toolbar button[data-v-5cc920f7]:focus {
  border-color: #cbd5e1;
  background: #ffffff;
}
.contact-rte__editor[data-v-5cc920f7] {
  min-height: 150px;
  padding: 0.85rem;
  color: #172033;
  line-height: 1.55;
  outline: none;
  overflow-wrap: anywhere;
}
.contact-rte__editor[data-v-5cc920f7]:focus {
  box-shadow: inset 0 0 0 2px #0f766e;
}
.contact-rte__editor[data-empty="true"][data-v-5cc920f7]::before {
  content: attr(data-placeholder);
  color: #94a3b8;
  pointer-events: none;
}
.contact-rte__footer[data-v-5cc920f7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-top: 1px solid #e2e8f0;
  padding: 0.6rem 0.7rem;
  color: #64748b;
  font-size: 0.82rem;
}
@media only screen and (max-width: 760px) {
.profile-header[data-v-5cc920f7] {
    flex-direction: column;
}
.profile-email[data-v-5cc920f7] {
    width: 100%;
}
.settings-row[data-v-5cc920f7],
  .settings-row--switch[data-v-5cc920f7] {
    grid-template-columns: 1fr;
}
.row-control[data-v-5cc920f7] {
    grid-template-columns: 1fr;
}
.row-control--compact[data-v-5cc920f7] {
    max-width: none;
}
.row-control--items-per-page[data-v-5cc920f7] {
    max-width: none;
}
.contact-phone-control[data-v-5cc920f7] {
    grid-template-columns: 1fr;
}
.save-button[data-v-5cc920f7] {
    width: 100%;
}
}

[data-v-9814b086] .team-edit-select .vs__dropdown-toggle {
  min-height: 2.5rem;
  border-color: #cbd5e1;
  border-radius: 0.375rem;
  padding: 0 0.5rem;
}
[data-v-9814b086] .team-edit-select .vs__search,[data-v-9814b086] .team-edit-select .vs__selected {
  font-size: 0.875rem;
  color: #0f172a;
}
[data-v-9814b086] .team-edit-select .vs__dropdown-toggle:focus-within {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgb(219 234 254);
}

[data-v-5c599b63] .responsible-select .vs__dropdown-toggle {
  min-height: 2.75rem;
  border-color: #cbd5e1;
  border-radius: 0.375rem;
  padding: 0 0.5rem;
}
[data-v-5c599b63] .responsible-select .vs__search,[data-v-5c599b63] .responsible-select .vs__selected {
  font-size: 0.875rem;
  color: #0f172a;
}
[data-v-5c599b63] .responsible-select .vs__dropdown-toggle:focus-within {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgb(219 234 254);
}

.game-list-item[data-v-e8dec016] {
  position: relative;
  overflow: hidden;
  color: #5b6680;
}
.game-list-item-main[data-v-e8dec016] {
  padding: 0;
}
.game-label-row[data-v-e8dec016] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
}
.game-label[data-v-e8dec016] {
  max-width: min(48%, 20rem);
  padding: 0.48rem 0.8rem;
  border-radius: 0 0 10px 0;
  font-size: 0.86rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-label-row .game-label[data-v-e8dec016]:last-child:not(:first-child) {
  border-radius: 0 0 0 10px;
}
.teams-row[data-v-e8dec016] {
  min-height: 3.25rem;
  margin: 0;
  padding: 0.5rem 0.5rem;
  align-items: center;
}
.team-cell[data-v-e8dec016],
.team-separator[data-v-e8dec016] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.team-cell p[data-v-e8dec016] {
  width: 100%;
  font-size: 0.96rem;
  line-height: 1.25;
}
.team-cell i[data-v-e8dec016],
.team-separator i[data-v-e8dec016],
.venue-row i[data-v-e8dec016],
.meta-item i[data-v-e8dec016] {
  width: 1.1rem;
  text-align: center;
}
.game-details[data-v-e8dec016] {
  padding: 0.45rem 0.85rem 0.65rem;
}
.venue-row[data-v-e8dec016] {
  font-size: 0.94rem;
  line-height: 1.3;
  margin-bottom: 0.35rem;
}
.details-action-row[data-v-e8dec016] {
  margin: 0;
}
.meta-grid[data-v-e8dec016] {
  align-items: center;
  margin: 0;
}
.meta-item[data-v-e8dec016] {
  min-height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  font-size: 0.94rem;
  line-height: 1.2;
  white-space: nowrap;
}
.game-actions[data-v-e8dec016] {
  gap: 0;
  padding-left: 0.75rem;
}
.game-action-btn[data-v-e8dec016] {
  min-height: 2.35rem;
  padding: 0.42rem 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35rem;
  line-height: 1.2;
  text-align: left;
}
.status-chip[data-v-e8dec016] {
  position: relative;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  max-width: 100%;
  margin-top: 0.45rem;
  padding: 0.42rem 0.75rem;
  border-radius: 8px;
  font-size: 0.86rem;
  line-height: 1.2;
}
.grey-event[data-v-e8dec016] {
  background: repeating-linear-gradient(45deg,
      rgba(20, 20, 20, 0.1),
      white 10px);
  color: black;
  border-bottom: solid 0px;
  border-left: solid 0px;
  border-color: black;
  border-style: dashed;
}
.orange-event[data-v-e8dec016] {
  background: rgb(194, 86, 6);
  color: white;
  border-bottom: solid 0px;
  border-left: solid 0px;
  border-color: black;
  border-style: dashed;
}
.red-event[data-v-e8dec016] {
  background: rgb(255, 0, 0);
  color: white;
  border-bottom: solid 0px;
  border-left: solid 0px;
  border-color: black;
  border-style: dashed;
}
.green-event[data-v-e8dec016] {
  background: rgb(21, 132, 43);
  color: white;

  border-bottom: solid 0px;
  border-left: solid 0px;
  border-color: black;
  border-style: dashed;
}
.yellow-event[data-v-e8dec016] {
  background: #ffca2c;
  color: black;
  border-bottom: solid 0px;
  border-left: solid 0px;
  border-color: black;
  border-style: dashed;
}
@media (max-width: 991px) {
.teams-row[data-v-e8dec016] {
    min-height: auto;
    padding: 0.65rem 0.45rem;
}
.team-cell p[data-v-e8dec016] {
    font-size: 0.92rem;
}
.game-details[data-v-e8dec016] {
    padding-bottom: 0.7rem;
}
.meta-grid[data-v-e8dec016] {
    row-gap: 0.15rem;
}
.meta-item[data-v-e8dec016] {
    min-height: 1.9rem;
    font-size: 0.9rem;
}
.game-actions[data-v-e8dec016] {
    margin-top: 0.5rem;
    padding-left: 0;
}
}
@media (max-width: 575px) {
.game-label-row[data-v-e8dec016] {
    gap: 0.4rem;
}
.game-label[data-v-e8dec016] {
    max-width: 50%;
    padding: 0.42rem 0.62rem;
    font-size: 0.82rem;
}
.game-list-item-main[data-v-e8dec016] {
    padding: 0;
}
.teams-row[data-v-e8dec016] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
    padding: 0.55rem 0.45rem;
}
.team-cell[data-v-e8dec016],
  .team-separator[data-v-e8dec016] {
    width: auto;
    padding: 0;
}
.team-cell p[data-v-e8dec016] {
    font-size: 0.88rem;
    line-height: 1.2;
}
.game-details[data-v-e8dec016] {
    padding: 0.4rem 0.65rem 0.65rem;
}
.venue-row[data-v-e8dec016] {
    margin-bottom: 0.35rem;
    font-size: 0.9rem;
}
.meta-grid[data-v-e8dec016] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.meta-grid > div[data-v-e8dec016] {
    width: auto;
    padding-inline: 0.15rem;
}
.meta-item[data-v-e8dec016] {
    font-size: 0.82rem;
    min-height: 1.9rem;
    gap: 0.1rem;
}
.game-action-btn[data-v-e8dec016] {
    min-height: 2.45rem;
}
}

.games-list-panel {
  background: linear-gradient(180deg, #f8fafc 0%, #f3f6fb 100%);
  border: 1px solid #d8e1ee;
  border-radius: 18px;
  padding: 1rem 1rem 1.1rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.filter-controls-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  align-items: stretch;
}
.filter-control {
  min-width: 0;
}
.filter-control-date {
  grid-column: span 1;
}
.games-data-table thead {
  display: table-header-group !important;
}
.games-data-table {
  width: 100%;
  min-width: 96rem;
}
.games-data-table th {
  border-bottom: 1px solid #dbe3ef;
  background: #f8fafc;
}
.games-data-table th button {
  width: 100%;
  min-height: 2rem;
  justify-content: flex-start;
}
.games-list-filters .unified-control {
  display: block;
  width: 100%;
  height: 54px;
  min-height: 54px;
  font-size: 1rem;
  border-radius: 12px;
  border: 1px solid #bdc9d9;
  color: #2f3a49;
  background-color: #ffffff;
  box-shadow: none;
  padding-inline: 0.95rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.games-list-filters .select-control {
  width: 100%;
}
.games-list-filters .vs__dropdown-toggle {
  height: 54px;
  min-height: 54px;
  border: 1px solid #bdc9d9;
  border-radius: 12px;
  padding: 0 0.8rem;
  background-color: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.games-list-filters .vs__search,
.games-list-filters .vs__selected,
.games-list-filters .vs__placeholder {
  font-size: 1rem;
  line-height: 1.2;
  color: #4c5b6c;
}
.games-list-filters .vs__search {
  min-height: 0 !important;
  height: auto !important;
  margin: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0;
}
.games-list-filters .vs__search:hover,
.games-list-filters .vs__search:focus,
.games-list-filters .vs__search:focus-visible {
  border: 0 !important;
  outline: none;
  box-shadow: none !important;
}
.games-list-filters .vs__selected-options,
.games-list-filters .vs__actions {
  height: 52px;
  align-items: center;
}
.games-list-filters .flatpickr-input.unified-control {
  height: 54px;
  line-height: 1.2;
}
.games-list-filters .flatpickr-input.unified-control::-moz-placeholder, .games-list-filters input.unified-control::-moz-placeholder {
  color: #6b7280;
}
.games-list-filters .flatpickr-input.unified-control::placeholder,
.games-list-filters input.unified-control::placeholder {
  color: #6b7280;
}
.games-list-filters .unified-control:focus,
.games-list-filters .vs--open .vs__dropdown-toggle,
.games-list-filters .vs__dropdown-toggle:focus-within {
  border-color: #7f95b5;
  box-shadow: 0 0 0 3px rgba(94, 131, 186, 0.2);
  background-color: #ffffff;
}
.games-list-filters .search-group .unified-control {
  border-radius: 12px 0 0 12px;
}
.games-list-filters .unified-control-btn {
  flex: 0 0 54px;
  height: 54px;
  min-height: 54px;
  border: 1px solid #bdc9d9;
  border-left: 0;
  border-radius: 0 12px 12px 0;
  font-size: 1rem;
  color: #6b7280;
  background: #f8fbff;
}
.games-list-filters .search-group {
  min-width: 0;
}
.games-list-filters .search-group .unified-control {
  min-width: 0;
}
.filter-action-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.75rem !important;
}
.filter-action-title {
  min-height: 40px;
  margin: 0 0.15rem 0 0;
  color: #334155;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.filter-chip-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.filter-chip {
  margin: 0;
  border-radius: 10px;
  min-height: 38px;
  padding: 0.42rem 0.82rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid #c6d1df;
  color: #273241;
  background: #f8fafc;
  font-size: 0.95rem;
  font-weight: 550;
  line-height: 1.2;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.filter-chip i {
  width: 1rem;
  text-align: center;
  line-height: 1;
}
.filter-chip:hover {
  border-color: #252a31;
  background: #252a31;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.16);
}
.filter-chip-input:focus + .filter-chip,
.filter-chip:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(94, 131, 186, 0.22);
}
.filter-chip-input:checked + .filter-chip,
.filter-chip.is-active {
  background: #252a31;
  border-color: #252a31;
  color: #ffffff;
}
.filter-chip.filter-chip-danger {
  border-color: #d84055;
  color: #c33449;
}
.filter-chip.filter-chip-danger:hover {
  box-shadow: 0 4px 12px rgba(216, 64, 85, 0.2);
}
.filter-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #dbe3ef;
  padding-top: 0.95rem;
}
.active-filters {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 0.55rem;
  min-width: 0;
}
.active-filters-title {
  min-height: 32px;
  margin: 0 0.15rem 0 0;
  color: #334155;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.active-filter-badge {
  background-color: #6c7784 !important;
  color: #ffffff !important;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 500;
  min-height: 32px;
  padding: 0.32rem 0.65rem;
  line-height: 1.2;
}
.active-filter-badge-btn {
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.active-filter-badge-btn i {
  width: 0.8rem;
  text-align: center;
  line-height: 1;
}
.active-filter-badge-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.16);
}
.active-filters-reset {
  border: 1px solid #b42336;
  min-height: 34px;
  padding-inline: 0.75rem;
}
.active-filter-badge-danger {
  background-color: #ffe6ea !important;
  color: #8f1224 !important;
  font-weight: 600;
  font-size: 0.86rem;
}
.active-filter-badge-danger i {
  color: #8f1224 !important;
}
.active-filters-placeholder {
  flex: 1 1 auto;
}
.games-count {
  flex: 0 0 auto;
  color: #64748b;
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 767px) {
.filter-controls-grid {
    grid-template-columns: 1fr;
}
.games-list-panel {
    padding: 0.85rem 0.75rem 1rem;
    border-radius: 14px;
}
.games-list-filters .unified-control,
  .games-list-filters .vs__dropdown-toggle,
  .games-list-filters .flatpickr-input.unified-control,
  .games-list-filters .unified-control-btn {
    height: 50px;
    min-height: 50px;
}
.filter-chip {
    width: 100%;
    justify-content: flex-start;
}
.filter-action-title {
    width: 100%;
}
.active-filters-reset {
    width: 100%;
    justify-content: center;
}
.filter-summary-row {
    align-items: flex-start;
    flex-direction: column-reverse;
}
.active-filters,
  .active-filters-placeholder {
    width: 100%;
}
.games-count {
    align-self: flex-end;
}
}
@media (min-width: 1024px) {
.filter-controls-grid {
    grid-template-columns:
      minmax(13rem, 1.1fr)
      minmax(13rem, 1.1fr)
      minmax(12rem, 1fr);
}
}

.games-header[data-v-b07f434d] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.games-title[data-v-b07f434d] {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.games-header-actions[data-v-b07f434d] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
}
.games-title-icon[data-v-b07f434d] {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eaf2ff 0%, #f4f8ff 100%);
  color: #305793;
  font-size: 1.45rem;
  box-shadow: inset 0 0 0 1px #c6d5ed;
}
.games-title-heading[data-v-b07f434d] {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.games-title-sub[data-v-b07f434d] {
  margin: 0.2rem 0 0;
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.3;
}
.column-menu-row[data-v-b07f434d] {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
  border-radius: 0.65rem;
  padding: 0.35rem;
}
.column-menu-row[data-v-b07f434d]:hover {
  background: #f8fafc;
}
.column-order-buttons[data-v-b07f434d] {
  display: inline-flex;
  gap: 0.25rem;
}
.column-order-buttons button[data-v-b07f434d] {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  color: #334155;
  font-size: 0.78rem;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}
.column-order-buttons button[data-v-b07f434d]:hover:not(:disabled) {
  border-color: #172033;
  background: #172033;
  color: #ffffff;
}
.column-order-buttons button[data-v-b07f434d]:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}
.column-visible-toggle[data-v-b07f434d] {
  display: flex;
  min-width: 0;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0;
  color: #334155;
  font-size: 0.95rem;
}
.column-visible-toggle span[data-v-b07f434d] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 576px) {
.games-header[data-v-b07f434d] {
    align-items: center;
}
.games-title[data-v-b07f434d] {
    align-items: flex-start;
}
.games-title-icon[data-v-b07f434d] {
    width: 46px;
    height: 46px;
    font-size: 1.2rem;
    border-radius: 12px;
}
.games-title-sub[data-v-b07f434d] {
    font-size: 0.88rem;
}
}

.detail-panel[data-v-72e1b3d5] {
  display: grid;
  gap: 1rem;
}
.detail-panel-head[data-v-72e1b3d5] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  text-align: left;
}
.detail-icon[data-v-72e1b3d5] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 8px;
  background: #0ea5e9;
  color: #ffffff;
  font-size: 1.25rem;
}
.detail-panel h4[data-v-72e1b3d5] {
  margin: 0;
}
.detail-meta[data-v-72e1b3d5] {
  margin: 0.15rem 0 0;
  color: #64748b;
  font-size: 0.95rem;
  font-weight: 700;
}
.time-control[data-v-72e1b3d5] {
  display: grid;
  gap: 0.85rem;
  max-width: 44rem;
  margin: 0 auto;
}
.time-picker-wrap[data-v-72e1b3d5] {
  width: min(100%, 36rem);
  margin: 0 auto;
}
.reschedule-time-input[data-v-72e1b3d5] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  min-height: 3rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  color: #1f2937;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 800;
  text-align: center;
  box-shadow: inset 0 1px 1px rgba(15, 23, 42, 0.04);
  padding: 0 1rem;
}
.reschedule-time-input[data-v-72e1b3d5]:focus,
.reschedule-time-input[aria-expanded="true"][data-v-72e1b3d5] {
  border-color: #0ea5e9;
  outline: none;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.18);
}
.reschedule-time-input i[data-v-72e1b3d5] {
  color: #94a3b8;
}
.quick-times[data-v-72e1b3d5] {
  display: grid;
  grid-template-columns: repeat(6, minmax(5.75rem, 1fr));
  gap: 0.5rem;
}
.quick-times button[data-v-72e1b3d5] {
  min-height: 2.35rem;
  padding: 0 0.85rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  color: #334155;
  font-weight: 800;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}
.quick-times button[data-v-72e1b3d5]:hover,
.quick-times button.active[data-v-72e1b3d5] {
  border-color: #0ea5e9;
  background: #e6f5ff;
  color: #075985;
}
@media only screen and (max-width: 761px) {
.quick-times[data-v-72e1b3d5] {
    grid-template-columns: repeat(3, minmax(5.75rem, 1fr));
}
}

.time-dropdown-teleport {
  position: fixed;
  z-index: 10000;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  max-height: min(18rem, calc(100vh - 2rem));
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}
.time-dropdown-column {
  overflow-y: auto;
  max-height: inherit;
}
.time-dropdown-column + .time-dropdown-column {
  border-left: 1px solid #e2e8f0;
}
.time-dropdown-option {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.75rem;
  border: 0;
  background: #ffffff;
  color: #1f2937;
  font-size: 1rem;
  font-weight: 800;
}
.time-dropdown-option:hover,
.time-dropdown-option.active {
  background: #43b985;
  color: #ffffff;
}

.detail-panel[data-v-2ecf841a] {
  display: grid;
  gap: 1rem;
}
.detail-panel-head[data-v-2ecf841a] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  text-align: left;
}
.detail-icon[data-v-2ecf841a] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 8px;
  background: #0ea5e9;
  color: #ffffff;
  font-size: 1.25rem;
}
.detail-panel h4[data-v-2ecf841a] {
  margin: 0;
}
.detail-meta[data-v-2ecf841a] {
  margin: 0.15rem 0 0;
  color: #64748b;
  font-size: 0.95rem;
  font-weight: 700;
}
.gym-control[data-v-2ecf841a] {
  width: min(100%, 48rem);
  margin: 0 auto;
}
.gym-panel[data-v-2ecf841a] .multiselect {
  min-height: 3rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: inset 0 1px 1px rgba(15, 23, 42, 0.04);
  --ms-border-width: 0;
  --ms-border-width-active: 0;
  --ms-ring-width: 0;
  --ms-radius: 8px;
  --ms-dropdown-radius: 10px;
}
.gym-panel[data-v-2ecf841a] .multiselect.is-active {
  border-color: #0ea5e9;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.18);
}
.gym-panel[data-v-2ecf841a] .multiselect-wrapper {
  min-height: 3rem;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}
.gym-panel[data-v-2ecf841a] .multiselect-search {
  min-height: 0 !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.gym-panel[data-v-2ecf841a] .multiselect-search:hover,
.gym-panel[data-v-2ecf841a] .multiselect-search:focus,
.gym-panel[data-v-2ecf841a] .multiselect-search:focus-visible {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}
.gym-panel[data-v-2ecf841a] .multiselect-placeholder,
.gym-panel[data-v-2ecf841a] .multiselect-single-label {
  width: 100%;
  margin-left: auto;
  text-align: center !important;
  color: #334155;
  font-weight: 800;
}
.gym-panel[data-v-2ecf841a] .multiselect-single-label-text {
  padding-left: 10px;
  width: 100%;
  text-align: center;
}
.gym-panel[data-v-2ecf841a] .multiselect-dropdown {
  overflow: hidden;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.16);
}
.gym-panel[data-v-2ecf841a] .multiselect-option.is-selected,
.gym-panel[data-v-2ecf841a] .multiselect-option.is-pointed {
  background: #0ea5e9 !important;
  color: #ffffff;
}


body > .multiselect-dropdown {
  z-index: 10000;
  overflow: hidden;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.16);
}
body > .multiselect-dropdown .multiselect-option.is-selected,
body > .multiselect-dropdown .multiselect-option.is-pointed {
  background: #0ea5e9 !important;
  color: #ffffff;
}
.vuecal__weekdays-headings{border-bottom:1px solid #ddd;margin-bottom:-1px}.vuecal--week-numbers .vuecal__weekdays-headings,.vuecal--view-with-time .vuecal__weekdays-headings{padding-left:3em}.vuecal--view-with-time.vuecal--twelve-hour .vuecal__weekdays-headings{font-size:.9em;padding-left:4em}.vuecal--overflow-x.vuecal--view-with-time .vuecal__weekdays-headings{padding-left:0}.vuecal__heading{width:100%;height:2.8em;font-weight:400;justify-content:center;text-align:center;align-items:center;position:relative;overflow:hidden}.vuecal__heading>.vuecal__flex{width:100%;height:100%;align-items:initial!important}.vuecal--sticky-split-labels .vuecal__heading{height:3.4em}.vuecal--month-view .vuecal__heading,.vuecal--week-view .vuecal__heading,.vuecal--day-view .vuecal__heading{width:14.2857%}.vuecal--hide-weekends.vuecal--month-view .vuecal__heading,.vuecal--hide-weekends.vuecal--week-view .vuecal__heading,.vuecal--hide-weekends.vuecal--day-view .vuecal__heading,.vuecal--years-view .vuecal__heading{width:20%}.vuecal--year-view .vuecal__heading{width:33.33%}.vuecal__heading .weekday-label{flex-shrink:0;display:flex;justify-content:center;align-items:center}.vuecal--small .vuecal__heading .small,.vuecal--xsmall .vuecal__heading .xsmall{display:block}.vuecal__heading .small,.vuecal__heading .xsmall,.vuecal--small .vuecal__heading .full,.vuecal--small .vuecal__heading .xsmall,.vuecal--xsmall .vuecal__heading .full,.vuecal--xsmall .vuecal__heading .small{display:none}.vuecal .vuecal__split-days-headers{align-items:center}@media screen and (max-width: 550px){.vuecal__heading{line-height:1.2}.vuecal__heading .small,.vuecal--small .vuecal__heading .small,.vuecal--xsmall .vuecal__heading .xsmall{display:block}.vuecal__heading .full,.vuecal__heading .xsmall,.vuecal--small .vuecal__heading .full,.vuecal--small .vuecal__heading .xsmall,.vuecal--xsmall .vuecal__heading .full,.vuecal--xsmall .vuecal__heading .small{display:none}.vuecal--overflow-x .vuecal__heading .full,.vuecal--small.vuecal--overflow-x .vuecal__heading .small,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .xsmall{display:block}.vuecal--overflow-x .vuecal__heading .small,.vuecal--overflow-x .vuecal__heading .xsmall,.vuecal--small.vuecal--overflow-x .vuecal__heading .full,.vuecal--small.vuecal--overflow-x .vuecal__heading .xsmall,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .full,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .small{display:none}}@media screen and (max-width: 450px){.vuecal__heading .xsmall,.vuecal--small .vuecal__heading .xsmall,.vuecal--xsmall .vuecal__heading .xsmall{display:block}.vuecal__heading .full,.vuecal__heading .small,.vuecal--small .vuecal__heading .full,.vuecal--small .vuecal__heading .small,.vuecal--xsmall .vuecal__heading .full,.vuecal--xsmall .vuecal__heading .small{display:none}.vuecal--small.vuecal--overflow-x .vuecal__heading .small,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .xsmall{display:block}.vuecal--small.vuecal--overflow-x .vuecal__heading .full,.vuecal--small.vuecal--overflow-x .vuecal__heading .xsmall,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .full,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .small{display:none}}.vuecal__header button{outline:none;font-family:inherit}.vuecal__menu{padding:0;margin:0;list-style-type:none;justify-content:center;background-color:#00000005}.vuecal__view-btn{background:none;border:none;padding:.3em 1em;height:2.2em;font-size:1.3em;border-bottom:0 solid currentColor;cursor:pointer;color:inherit;box-sizing:border-box;transition:.2s}.vuecal__view-btn--active{border-bottom-width:2px;background:#ffffff26}.vuecal__title-bar{background-color:#0000001a;display:flex;align-items:center;text-align:center;justify-content:space-between;font-size:1.4em;line-height:1.3;min-height:2em}.vuecal--xsmall .vuecal__title-bar{font-size:1.3em}.vuecal__title{position:relative;justify-content:center}.vuecal__title button{cursor:pointer;background:none;border:none}.vuecal__title button.slide-fade--left-leave-active,.vuecal__title button.slide-fade--right-leave-active{width:100%}.vuecal__today-btn{position:relative;align-items:center;display:flex;font-size:.8em;background:none;border:none}.vuecal__today-btn span.default{font-size:.8em;padding:3px 6px;text-transform:uppercase;cursor:pointer}.vuecal__arrow{cursor:pointer;position:relative;z-index:1;background:none;border:none;white-space:nowrap}.vuecal__arrow--prev{margin-left:.6em}.vuecal__arrow--next{margin-right:.6em}.vuecal__arrow i.angle{display:inline-block;border:solid currentColor;border-width:0 2px 2px 0;padding:.25em;transform:rotate(-45deg)}.vuecal__arrow--prev i.angle{border-width:2px 0 0 2px}.vuecal__arrow--highlighted,.vuecal__today-btn--highlighted,.vuecal__view-btn--highlighted{position:relative;background-color:#0000000a}.vuecal__arrow--highlighted *,.vuecal__today-btn--highlighted *,.vuecal__view-btn--highlighted *{pointer-events:none}.vuecal__arrow--highlighted:before,.vuecal__arrow--highlighted:after,.vuecal__today-btn--highlighted:before,.vuecal__today-btn--highlighted:after,.vuecal__view-btn--highlighted:before,.vuecal__view-btn--highlighted:after{content:"";background-color:inherit;animation:sonar .8s infinite ease-out;position:absolute;top:50%;left:50%;pointer-events:none}.vuecal__arrow--highlighted:before,.vuecal__today-btn--highlighted:before,.vuecal__view-btn--highlighted:before{width:3em;height:3em;border-radius:3em;margin-top:-1.5em;margin-left:-1.5em}.vuecal__arrow--highlighted:after,.vuecal__today-btn--highlighted:after,.vuecal__view-btn--highlighted:after{animation-duration:1.5s;animation-delay:.1s;width:2.6em;height:2.6em;border-radius:2.6em;margin-top:-1.3em;margin-left:-1.3em}@keyframes sonar{0%,20%{opacity:1}to{transform:scale(2.5);opacity:0}}@media screen and (max-width: 450px){.vuecal__title{font-size:.9em}.vuecal__view-btn{padding-left:.6em;padding-right:.6em}}@media screen and (max-width: 350px){.vuecal__view-btn{font-size:1.1em}}.vuecal__event{color:#666;background-color:#f8f8f8cc;position:relative;box-sizing:border-box;left:0;width:100%;z-index:1;transition:box-shadow .3s,left .3s,width .3s;overflow:hidden}.vuecal--no-time .vuecal__event{min-height:8px}.vuecal:not(.vuecal--dragging-event) .vuecal__event:hover{z-index:2}.vuecal__cell .vuecal__event *{-webkit-user-select:text;-moz-user-select:text;user-select:text}.vuecal--view-with-time .vuecal__event:not(.vuecal__event--all-day){position:absolute}.vuecal--view-with-time .vuecal__bg .vuecal__event--all-day{position:absolute;top:0;bottom:0;z-index:0;opacity:.6;width:auto;right:0}.vuecal--view-with-time .vuecal__all-day .vuecal__event--all-day{position:relative;left:0}.vuecal__event--background{z-index:0}.vuecal__event--focus,.vuecal__event:focus{box-shadow:1px 1px 6px #0003;z-index:3;outline:none}.vuecal__event.vuecal__event--dragging{opacity:.7}.vuecal__event.vuecal__event--static{opacity:0;transition:opacity .1s}@-moz-document url-prefix(){.vuecal__event.vuecal__event--dragging{opacity:1}}.vuecal__event-resize-handle{position:absolute;bottom:0;left:0;right:0;height:1em;background-color:#ffffff4d;opacity:0;transform:translateY(110%);transition:.3s;cursor:ns-resize}.vuecal__event:hover .vuecal__event-resize-handle,.vuecal__event:focus .vuecal__event-resize-handle,.vuecal__event--focus .vuecal__event-resize-handle,.vuecal__event--resizing .vuecal__event-resize-handle{opacity:1;transform:translateY(0)}.vuecal__event--dragging .vuecal__event-resize-handle{display:none}.vuecal__event-delete{position:absolute;top:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;height:1.4em;line-height:1.4em;background-color:#dd3333d9;color:#fff;z-index:0;cursor:pointer;transform:translateY(-110%);transition:.3s}.vuecal__event .vuecal__event-delete{-webkit-user-select:none;-moz-user-select:none;user-select:none}.vuecal--full-height-delete .vuecal__event-delete{height:auto;bottom:0}.vuecal--full-height-delete .vuecal__event-delete:before{content:"";width:1.7em;height:1.8em;display:block;background-image:url('data:image/svg+xml;utf8,<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M12 1.5a10.5 10.5 0 100 21 10.5 10.5 0 000-21zm5 14.1c.2 0 .2.2.2.2l-.1.3-1 1-.3.1h-.2L12 13.5l-3.5 3.6h-.3-.3l-1-1v-.4-.2l3.6-3.6-3.6-3.5A.4.4 0 017 8l1-1 .3-.2c.1 0 .2 0 .2.2l3.6 3.5L15.6 7l.2-.2c.1 0 .2 0 .3.2l1 1v.5L13.5 12z" fill="%23fff" opacity=".9"/></svg>')}.vuecal__event--deletable .vuecal__event-delete{transform:translateY(0);z-index:1}.vuecal__event--deletable.vuecal__event--dragging .vuecal__event-delete{opacity:0;transition:none}.vuecal--month-view .vuecal__event-title{font-size:.85em}.vuecal--short-events .vuecal__event-title{text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0 3px}.vuecal__event-title,.vuecal__event-content{hyphens:auto}.vuecal__event-title--edit{border-bottom:1px solid transparent;text-align:center;transition:.3s;color:inherit;background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M442 150l-39 39-80-80 39-39q6-6 15-6t15 6l50 50q6 6 6 15t-6 15zM64 368l236-236 80 80-236 236H64v-80z" fill="%23000" opacity=".4"/></svg>');background-repeat:no-repeat;background-position:120% .15em;background-size:.4em;outline:none;width:100%}.vuecal__event-title--edit:hover,.vuecal__event-title--edit:focus{border-color:#0006;background-position:99% .15em;background-size:1.2em}.vuecal__cell{position:relative;width:100%;display:flex;justify-content:center;align-items:center;text-align:center;transition:.15s ease-in-out background-color}.vuecal__cells.month-view .vuecal__cell,.vuecal__cells.week-view .vuecal__cell{width:14.2857%}.vuecal--hide-weekends .vuecal__cells.month-view .vuecal__cell,.vuecal--hide-weekends .vuecal__cells.week-view .vuecal__cell,.vuecal__cells.years-view .vuecal__cell{width:20%}.vuecal__cells.year-view .vuecal__cell{width:33.33%}.vuecal__cells.day-view .vuecal__cell{flex:1}.vuecal--overflow-x.vuecal--day-view .vuecal__cell{width:auto}.vuecal--click-to-navigate .vuecal__cell:not(.vuecal__cell--disabled){cursor:pointer}.vuecal--view-with-time .vuecal__cell,.vuecal--week-view.vuecal--no-time .vuecal__cell:not(.vuecal__cell--has-splits),.vuecal--day-view.vuecal--no-time .vuecal__cell:not(.vuecal__cell--has-splits){display:block}.vuecal__cell.vuecal__cell--has-splits{flex-direction:row;display:flex}.vuecal__cell:before{content:"";position:absolute;z-index:0;top:0;left:0;right:-1px;bottom:-1px;border:1px solid rgba(196,196,196,.25)}.vuecal--overflow-x.vuecal--day-view .vuecal__cell:before{bottom:0}.vuecal__cell--today,.vuecal__cell--current{background-color:#f0f0ff66;z-index:1}.vuecal__cell--selected{background-color:#ebfff566;z-index:2}.vuecal--day-view .vuecal__cell--selected{background:none}.vuecal__cell--out-of-scope{color:#00000040}.vuecal__cell--disabled{color:#00000040;cursor:not-allowed}.vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal__cell-split.vuecal__cell-split--highlighted{background-color:#0000000a;transition-duration:5ms}.vuecal__cell-content{position:relative;width:100%;height:100%;outline:none}.vuecal--years-view .vuecal__cell-content,.vuecal--year-view .vuecal__cell-content,.vuecal--month-view .vuecal__cell-content{justify-content:center}.vuecal__cell .cell-time-labels{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column}.vuecal__cell .cell-time-label{flex-grow:1;font-size:.8em;opacity:.3;line-height:1.7}.vuecal__cell-split{display:flex;flex-grow:1;flex-direction:column;height:100%;position:relative;transition:.15s ease-in-out background-color}.vuecal__cell-events{width:100%}.vuecal__cell-events-count{position:absolute;left:50%;top:65%;transform:translate(-50%);min-width:12px;height:12px;line-height:12px;padding:0 3px;background:#999;color:#fff;border-radius:12px;font-size:10px;box-sizing:border-box}.vuecal__cell .vuecal__special-hours{position:absolute;left:0;right:0;box-sizing:border-box}.vuecal--overflow-x.vuecal--week-view .vuecal__cell,.vuecal__cell-split{overflow:hidden}.vuecal__no-event{padding-top:1em;color:#aaa;justify-self:flex-start;margin-bottom:auto}.vuecal__all-day .vuecal__no-event{display:none}.vuecal__now-line{position:absolute;left:0;width:100%;height:0;color:red;border-top:1px solid currentColor;opacity:.6;z-index:1}.vuecal__now-line:before{content:"";position:absolute;top:-6px;left:0;border:5px solid transparent;border-left-color:currentColor}.vuecal{height:100%;box-shadow:0 0 0 1px inset #00000014}.vuecal *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.vuecal--has-touch *:not(.vuecal__event-title--edit){-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vuecal .clickable{cursor:pointer}.vuecal--resizing-event,.vuecal--drag-creating-event{cursor:ns-resize}.vuecal--dragging-event{cursor:move;cursor:grabbing}.vuecal .dragging-helper{position:absolute;width:60px;height:40px;background:#8abee6cc;border:1px solid #61a9e0;z-index:10}.vuecal--xsmall{font-size:.9em}.vuecal__flex{display:flex;flex-direction:row}.vuecal__flex[column]{flex-direction:column;flex:1 1 auto}.vuecal__flex[grow]{flex:1 1 auto;width:100%}.vuecal__flex[wrap]{flex-wrap:wrap}.vuecal__split-days-headers.slide-fade--right-leave-active{display:none}.vuecal--week-numbers.vuecal--month-view .vuecal__split-days-headers{margin-left:3em}.vuecal--day-view:not(.vuecal--overflow-x) .vuecal__split-days-headers{margin-left:3em;height:2.2em}.vuecal--day-view.vuecal--twelve-hour:not(.vuecal--overflow-x) .vuecal__split-days-headers{margin-left:4em}.vuecal__split-days-headers .day-split-header{display:flex;flex-grow:1;flex-basis:0;justify-content:center;align-items:center;height:100%}.vuecal__split-days-headers .vuecal--day-view.vuecal--overflow-x.vuecal--sticky-split-labels .day-split-header{height:1.5em}.vuecal__body{position:relative;overflow:hidden}.vuecal__all-day{min-height:1.7em;margin-bottom:-1px;flex-shrink:0}.vuecal__all-day-text{width:3em;box-sizing:border-box;color:#999;padding-right:2px;display:flex;flex-shrink:0;align-items:center;justify-content:flex-end;border-bottom:1px solid #ddd;hyphens:auto}.vuecal__all-day-text span{font-size:.85em;text-align:right;line-height:1.1}.vuecal--twelve-hour .vuecal__all-day>span{width:4em}.vuecal__bg{overflow:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;min-height:60px;position:relative;width:100%}.vuecal--no-time .vuecal__bg{display:flex;flex:1 1 auto;overflow:auto}.vuecal__week-numbers{width:3em;flex-shrink:0!important}.vuecal__week-numbers .vuecal__week-number-cell{opacity:.4;font-size:.9em;align-items:center;justify-items:center;justify-content:center}.vuecal__scrollbar-check{position:absolute;top:0;left:0;right:0;bottom:0;overflow:scroll;visibility:hidden;z-index:-1}.vuecal__scrollbar-check div{height:120%}.vuecal__time-column{width:3em;height:100%;flex-shrink:0}.vuecal--twelve-hour .vuecal__time-column{width:4em;font-size:.9em}.vuecal--overflow-x.vuecal--week-view .vuecal__time-column{margin-top:2.8em;box-shadow:0 1px 1px #0000004d}.vuecal--overflow-x.vuecal--week-view.vuecal--sticky-split-labels .vuecal__time-column{margin-top:3.4em}.vuecal--overflow-x.vuecal--day-view.vuecal--sticky-split-labels .vuecal__time-column{margin-top:1.5em}.vuecal__time-column .vuecal__time-cell{color:#999;text-align:right;padding-right:2px;font-size:.9em}.vuecal__time-column .vuecal__time-cell-line:before{content:"";position:absolute;left:0;right:0;border-top:1px solid rgba(196,196,196,.3)}.vuecal__cells{margin:0 1px 1px 0}.vuecal--overflow-x.vuecal--day-view .vuecal__cells{margin:0}.vuecal--events-on-month-view.vuecal--short-events .vuecal__cells{width:99.9%}.vuecal--overflow-x.vuecal--day-view .vuecal__cells,.vuecal--overflow-x.vuecal--week-view .vuecal__cells{flex-wrap:nowrap;overflow:auto}.slide-fade--left-enter-active,.slide-fade--left-leave-active,.slide-fade--right-enter-active,.slide-fade--right-leave-active{transition:.25s ease-out}.slide-fade--left-enter-from,.slide-fade--right-leave-to{transform:translate(-15px);opacity:0}.slide-fade--left-leave-to,.slide-fade--right-enter-from{transform:translate(15px);opacity:0}.slide-fade--left-leave-active,.slide-fade--right-leave-active{position:absolute!important;height:100%}.vuecal__title-bar .slide-fade--left-leave-active,.vuecal__title-bar .slide-fade--right-leave-active{left:0;right:0;height:auto}.vuecal__heading .slide-fade--left-leave-active,.vuecal__heading .slide-fade--right-leave-active{display:flex;align-items:center}.vuecal--green-theme .vuecal__menu,.vuecal--green-theme .vuecal__cell-events-count{background-color:#42b983;color:#fff}.vuecal--green-theme .vuecal__title-bar{background-color:#e4f5ef}.vuecal--green-theme .vuecal__cell--today,.vuecal--green-theme .vuecal__cell--current{background-color:#f0f0ff66}.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell--selected{background-color:#ebfff566}.vuecal--green-theme .vuecal__cell--selected:before{border-color:#42b98380}.vuecal--green-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal--green-theme .vuecal__cell-split--highlighted{background-color:#c3ffe180}.vuecal--green-theme .vuecal__arrow--highlighted,.vuecal--green-theme .vuecal__today-btn--highlighted,.vuecal--green-theme .vuecal__view-btn--highlighted{background-color:#88ecbf40}.vuecal--blue-theme .vuecal__menu,.vuecal--blue-theme .vuecal__cell-events-count{background-color:#42a3b9cc;color:#fff}.vuecal--blue-theme .vuecal__title-bar{background-color:#00a5bc4d}.vuecal--blue-theme .vuecal__cell--today,.vuecal--blue-theme .vuecal__cell--current{background-color:#f0f0ff66}.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell--selected{background-color:#ebfdff66}.vuecal--blue-theme .vuecal__cell--selected:before{border-color:#73bfcc80}.vuecal--blue-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal--blue-theme .vuecal__cell-split--highlighted{background-color:#00a5bc0f}.vuecal--blue-theme .vuecal__arrow--highlighted,.vuecal--blue-theme .vuecal__today-btn--highlighted,.vuecal--blue-theme .vuecal__view-btn--highlighted{background-color:#42a3b933}.vuecal--rounded-theme .vuecal__weekdays-headings{border:none}.vuecal--rounded-theme .vuecal__cell,.vuecal--rounded-theme .vuecal__cell:before{background:none;border:none}.vuecal--rounded-theme .vuecal__cell--out-of-scope{opacity:.4}.vuecal--rounded-theme .vuecal__cell-content{width:30px;height:30px;flex-grow:0;border:1px solid transparent;border-radius:30px;color:#333}.vuecal--rounded-theme.vuecal--day-view .vuecal__cell-content{width:auto;background:none}.vuecal--rounded-theme.vuecal--year-view .vuecal__cell{width:33.33%}.vuecal--rounded-theme.vuecal--year-view .vuecal__cell-content{width:85px}.vuecal--rounded-theme.vuecal--years-view .vuecal__cell-content{width:52px}.vuecal--rounded-theme .vuecal__cell{background-color:transparent!important}.vuecal--rounded-theme.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell-content{background-color:#f1faf7}.vuecal--rounded-theme.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell--today .vuecal__cell-content{background-color:#42b983;color:#fff}.vuecal--rounded-theme.vuecal--green-theme .vuecal--day-view .vuecal__cell--today:before{background-color:#42b9830d}.vuecal--rounded-theme.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell--selected .vuecal__cell-content{border-color:#42b983}.vuecal--rounded-theme.vuecal--green-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal--rounded-theme.vuecal--green-theme .vuecal__cell-split--highlighted{background-color:#c3ffe180}.vuecal--rounded-theme.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell-content{background-color:#64b6ff33}.vuecal--rounded-theme.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell--today .vuecal__cell-content{background-color:#8fb7e4;color:#fff}.vuecal--rounded-theme.vuecal--blue-theme .vuecal--day-view .vuecal__cell--today:before{background-color:#8fb7e41a}.vuecal--rounded-theme.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell--selected .vuecal__cell-content{border-color:#61a9e0}.vuecal--rounded-theme.vuecal--blue-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal--rounded-theme.vuecal--blue-theme .vuecal__cell-split--highlighted{background-color:#00a5bc0f}.vuecal--date-picker .vuecal__title-bar{font-size:1.2em}.vuecal--date-picker .vuecal__heading{height:2.2em;font-weight:500;opacity:.4}.vuecal--date-picker .vuecal__weekdays-headings{border:none}.vuecal--date-picker .vuecal__body{margin-left:1px}.vuecal--date-picker .vuecal__cell,.vuecal--date-picker .vuecal__cell:before{background:none;border:none}.vuecal--date-picker .vuecal__cell-content{height:26px;flex-grow:0;border:1px solid transparent;border-radius:25px;transition:background-color .2s cubic-bezier(.39,.58,.57,1)}.vuecal--date-picker.vuecal--years-view .vuecal__cell-content{flex:0;padding:0 4px;height:24px}.vuecal--date-picker.vuecal--year-view .vuecal__cell-content{flex:0;padding:0 15px}.vuecal--date-picker.vuecal--month-view .vuecal__cell-content{width:26px}.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell-content:hover{background-color:#0000001a}.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell--selected .vuecal__cell-content{background-color:#42b982;color:#fff}.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell--current .vuecal__cell-content,.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell--today .vuecal__cell-content{border-color:#42b982}

.detail-panel {
  display: grid;
  gap: 1rem;
}
.detail-panel-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  text-align: left;
}
.detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 8px;
  background: #0ea5e9;
  color: #ffffff;
  font-size: 1.25rem;
}
.detail-panel h4 {
  margin: 0;
}
.detail-meta {
  margin: 0.15rem 0 0;
  color: #64748b;
  font-size: 0.95rem;
  font-weight: 700;
}
.hall-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.hall-summary-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 0;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  padding: 0.85rem;
  background: #f8fafc;
  color: #1f2937;
  font-weight: 800;
}
.hall-summary-item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hall-blocked-message {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  border: 1px solid #f59e0b;
  border-radius: 8px;
  padding: 1rem;
  background: #fffbeb;
  color: #92400e;
}
.hall-blocked-message i {
  margin-top: 0.15rem;
  font-size: 1.25rem;
}
.hall-blocked-message strong {
  display: block;
  color: #78350f;
  font-size: 1rem;
}
.hall-blocked-message p {
  margin: 0.2rem 0 0;
  color: #92400e;
  font-weight: 700;
}
.calendar-shell {
  position: relative;
  min-width: 46rem;
  overflow: hidden;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  background: #ffffff;
}
.loading-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-bottom: 1px solid #d8e0eb;
  padding: 0.65rem;
  background: #f8fafc;
  color: #334155;
  font-weight: 800;
}
.calendar-shell .vuecal {
  min-height: 42rem;
  border: 0;
  box-shadow: none;
}
.calendar-shell .vuecal__menu {
  background: #ffffff;
}
.calendar-shell .vuecal__menu button {
  color: #334155;
  font-weight: 800;
}
.calendar-shell .vuecal__menu button.active {
  border-bottom-color: #0ea5e9;
  color: #075985;
}
.calendar-shell .vuecal__event {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.22);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
  padding: 0;
}
.calendar-shell .vuecal__event.calendar-lane-left {
  left: 0.25rem !important;
  width: calc(50% - 0.4rem) !important;
}
.calendar-shell .vuecal__event.calendar-lane-right {
  left: calc(50% + 0.15rem) !important;
  width: calc(50% - 0.4rem) !important;
}
.calendar-event-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 0.18rem;
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0.45rem 0.55rem;
  line-height: 1.15;
}
.calendar-overlap-band {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background:
      repeating-linear-gradient(
          135deg,
          rgba(245, 158, 11, 0.36),
          rgba(245, 158, 11, 0.36) 6px,
          rgba(254, 243, 199, 0.72) 6px,
          rgba(254, 243, 199, 0.72) 12px
      );
  box-shadow:
      inset 0 1px 0 rgba(180, 83, 9, 0.32),
      inset 0 -1px 0 rgba(180, 83, 9, 0.32);
}
.calendar-has-overlap {
  border-color: rgba(245, 158, 11, 0.92) !important;
  box-shadow:
      0 0 0 1px rgba(245, 158, 11, 0.35),
      0 4px 10px rgba(15, 23, 42, 0.16);
}
.calendar-has-double-booking {
  border-color: rgba(220, 38, 38, 0.92) !important;
  box-shadow:
      0 0 0 1px rgba(220, 38, 38, 0.35),
      0 4px 10px rgba(15, 23, 42, 0.18);
}
.calendar-event-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}
.calendar-event-primary {
  gap: 0.28rem;
}
.calendar-event-status-row {
  gap: 0.28rem;
  flex-wrap: wrap;
}
.calendar-event-secondary {
  align-items: end;
  gap: 0.45rem;
  opacity: 0.94;
}
.calendar-event-league,
.calendar-event-teams {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calendar-event-league {
  flex: 1 1 auto;
  font-size: 0.7rem;
  font-weight: 900;
}
.calendar-event-time {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 0.92rem;
  font-weight: 900;
}
.calendar-event-teams {
  flex: 1 1 auto;
  font-size: 0.66rem;
}
.calendar-event-status {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 0.08rem 0.38rem;
  background: rgba(255, 255, 255, 0.86);
  color: #1f2937;
  font-size: 0.6rem;
  font-weight: 900;
  white-space: nowrap;
}
.calendar-double-booking {
  background: #fee2e2;
  color: #991b1b;
}
.calendar-conflict-count {
  background: #fff7ed;
  color: #9a3412;
}
.calendar-warning-icon {
  flex: 0 0 auto;
  color: currentColor;
  font-size: 0.95rem;
}
.calendar-drag-handle {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #0f172a;
  cursor: grab;
}
.calendar-drag-handle:active {
  cursor: grabbing;
}
.calendar-event-tooltip {
  position: fixed;
  z-index: 10050;
  pointer-events: auto;
}
.tooltip-card {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.28);
  border-radius: 8px;
  padding: 0.9rem;
  background: #3f4458;
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.28);
}
.tooltip-card.origin-ghost-event {
  background:
      repeating-linear-gradient(
          135deg,
          rgba(14, 165, 233, 0.2),
          rgba(14, 165, 233, 0.2) 8px,
          rgba(255, 255, 255, 0.98) 8px,
          rgba(255, 255, 255, 0.98) 16px
      );
  color: #075985;
}
.tooltip-card.red-event {
  background: rgba(187, 1, 1, 0.9);
}
.tooltip-card-head {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
}
.tooltip-card-head strong {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 1rem;
  line-height: 1.25;
}
.tooltip-card-time {
  margin-top: 0.7rem;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.1;
}
.tooltip-card-teams,
.tooltip-card-meta {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.7rem;
  font-size: 0.9rem;
  line-height: 1.25;
}
.tooltip-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  min-height: 2.5rem;
  margin-top: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: #172033;
  font-weight: 900;
  transition: background-color 0.16s ease, color 0.16s ease;
}
.tooltip-card-button:hover {
  background: #ffffff;
  color: #000000;
}
.grey-event {
  background: repeating-linear-gradient(
      45deg,
      rgba(20, 20, 20, 0.2),
      white 10px
  );
  color: black;
  border-color: black;
  border-style: dashed;
}
.orange-event {
  background: repeating-linear-gradient(
      45deg,
      rgba(255, 165, 0, 0.2),
      white 10px
  );
  color: black;
  border-color: black;
  border-style: dashed;
}
.green-event {
  background: repeating-linear-gradient(
      45deg,
      rgba(26, 255, 0, 0.2),
      white 10px
  );
  color: black;
  border-color: black;
  border-style: dashed;
}
.red-event {
  background:
      rgba(187, 1, 1, 0.8);

  color: white;
  border-color: black;
  border-style: dashed;
}
.dark-event {
  background-color: #3f4458;
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
}
.origin-ghost-event {
  background:
      repeating-linear-gradient(
          135deg,
          rgba(14, 165, 233, 0.22),
          rgba(14, 165, 233, 0.22) 8px,
          rgba(255, 255, 255, 0.92) 8px,
          rgba(255, 255, 255, 0.92) 16px
      );
  color: #075985;
  border: 2px dashed #0284c7;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78);
}
.origin-ghost-event .vuecal__event-time,
.origin-ghost-event .vuecal__event-content {
  color: #075985;
}
.origin-ghost-event .calendar-event-status {
  background: #0284c7;
  color: #ffffff;
}
.origin-ghost-event .calendar-drag-handle {
  background: #0284c7;
  color: #ffffff;
}
.vuecal__event[draggable="true"],
.vuecal__event:has(.calendar-drag-handle) {
  cursor: grab;
}
.vuecal__event[draggable="true"]:active,
.vuecal__event:has(.calendar-drag-handle):active {
  cursor: grabbing;
}
.vuecal__event-time {
  font-size: 0.9rem;
}
.vuecal__event-content {
  font-size: 0.7rem;
}
.vuecal__title-bar button,
.vuecal__title-bar span {
  color: rgb(255, 255, 255, 0.95);
}
.vuecal__title-bar {
  background-color: #3f4458;
}
.vuecal__no-event {
  display: none;
}
@media only screen and (max-width: 761px) {
.hall-summary {
    grid-template-columns: 1fr;
}
.hall-summary-item {
    justify-content: flex-start;
}
.calendar-shell {
    min-width: 38rem;
}
.calendar-event-card {
    padding: 0.3rem 0.38rem;
}
.calendar-event-league,
  .calendar-event-time {
    font-size: 0.56rem;
}
.calendar-event-teams,
  .calendar-event-status {
    font-size: 0.5rem;
}
}

.detail-panel[data-v-1cd4deb7] {
  display: grid;
  gap: 1rem;
}
.detail-panel-head[data-v-1cd4deb7] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  text-align: left;
}
.detail-icon[data-v-1cd4deb7] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 8px;
  background: #0ea5e9;
  color: #ffffff;
  font-size: 1.25rem;
}
.detail-panel h4[data-v-1cd4deb7] {
  margin: 0;
}
.detail-meta[data-v-1cd4deb7] {
  margin: 0.15rem 0 0;
  color: #64748b;
  font-size: 0.95rem;
  font-weight: 700;
}
.calendar-picker[data-v-1cd4deb7] {
  display: flex;
  justify-content: center;
}
.calendar-panel[data-v-1cd4deb7] input.calendar-date-input {
  display: none !important;
}
.calendar-panel[data-v-1cd4deb7] .flatpickr-calendar.inline {
  width: 24rem;
  max-width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 0.75rem;
  background: #3f4458;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.16);
}
.calendar-panel[data-v-1cd4deb7] .flatpickr-innerContainer,
.calendar-panel[data-v-1cd4deb7] .flatpickr-rContainer,
.calendar-panel[data-v-1cd4deb7] .flatpickr-weekdays,
.calendar-panel[data-v-1cd4deb7] .flatpickr-days,
.calendar-panel[data-v-1cd4deb7] .dayContainer {
  width: 100%;
  min-width: 0;
  max-width: none;
}
.calendar-panel[data-v-1cd4deb7] .flatpickr-months {
  align-items: center;
  min-height: 2.6rem;
}
.calendar-panel[data-v-1cd4deb7] .flatpickr-current-month {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: calc(100% - 5rem);
  height: 2.5rem;
  left: 2.5rem;
  padding: 0;
}
.calendar-panel[data-v-1cd4deb7] .flatpickr-current-month .flatpickr-monthDropdown-months,
.calendar-panel[data-v-1cd4deb7] .flatpickr-current-month input.cur-year {
  min-height: 2.15rem;
  height: 2.15rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  color: #1f2937;
  line-height: 2rem;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: none;
}
.calendar-panel[data-v-1cd4deb7] .flatpickr-current-month .flatpickr-monthDropdown-months {
  width: 8.75rem;
  padding: 0 2rem 0 0.85rem;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.calendar-panel[data-v-1cd4deb7] .flatpickr-current-month .numInputWrapper {
  width: 5.8rem;
}
.calendar-panel[data-v-1cd4deb7] .flatpickr-current-month input.cur-year {
  width: 100%;
  padding: 0 0.75rem;
  text-align: left;
}
.calendar-panel[data-v-1cd4deb7] .flatpickr-weekdays {
  height: 2rem;
}
.calendar-panel[data-v-1cd4deb7] .flatpickr-weekdaycontainer {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.calendar-panel[data-v-1cd4deb7] .dayContainer {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.calendar-panel[data-v-1cd4deb7] .flatpickr-day {
  width: auto;
  max-width: none;
}
.calendar-panel[data-v-1cd4deb7] .flatpickr-day,
.calendar-panel[data-v-1cd4deb7] .flatpickr-weekday,
.calendar-panel[data-v-1cd4deb7] .flatpickr-months .flatpickr-prev-month,
.calendar-panel[data-v-1cd4deb7] .flatpickr-months .flatpickr-next-month {
  color: rgba(255, 255, 255, 0.92);
}
.calendar-panel[data-v-1cd4deb7] .flatpickr-day.nextMonthDay,
.calendar-panel[data-v-1cd4deb7] .flatpickr-day.prevMonthDay {
  color: rgba(255, 255, 255, 0.38);
}
.calendar-panel[data-v-1cd4deb7] .flatpickr-day.flatpickr-disabled {
  color: rgba(239, 68, 68, 0.95);
}
.calendar-panel[data-v-1cd4deb7] .flatpickr-day.flatpickr-disabled:hover {
  color: rgba(239, 68, 68, 0.95);
}
.calendar-panel[data-v-1cd4deb7] .flatpickr-day.selected {
  background: #86d6d1;
  border-color: #86d6d1;
  color: #ffffff;
}
.calendar-panel[data-v-1cd4deb7] .flatpickr-day:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: transparent;
}

.history-entry[data-v-f7508590] {
  display: grid;
  grid-template-columns: 1.75rem minmax(0, 1fr);
  gap: 0.5rem;
  align-items: start;
  width: min(100%, 44rem);
  margin: 0 auto;
}
.history-entry-icon[data-v-f7508590] {
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 2px solid;
  background: #ffffff;
  font-size: 0.8rem;
}
.history-entry article[data-v-f7508590] {
  min-width: 0;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  background: #ffffff;
  padding: 0.55rem 0.65rem;
}
.history-entry-main[data-v-f7508590] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.history-entry h4[data-v-f7508590] {
  margin: 0;
  color: #111827;
  font-size: 0.95rem;
  font-weight: 900;
}
.history-entry p[data-v-f7508590] {
  margin: 0.05rem 0 0;
  color: #64748b;
  font-size: 0.8rem;
}
.history-entry time[data-v-f7508590] {
  flex: 0 0 auto;
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 800;
}
.history-change-list[data-v-f7508590] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.45rem;
}
.history-change-list span[data-v-f7508590] {
  border-radius: 999px;
  background: #f1f5f9;
  padding: 0.25rem 0.45rem;
  color: #475569;
  font-size: 0.8rem;
}
.history-change-list strong[data-v-f7508590] {
  color: #111827;
}
.history-answer[data-v-f7508590] {
  margin-top: 0.45rem;
  border-radius: 8px;
  padding: 0.3rem 0.45rem;
  font-size: 0.8rem;
  font-weight: 800;
}

.history-compact[data-v-0d496bda] {
  width: min(100%, 48rem);
  margin: 0 auto;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  background: #f8fafc;
  padding: 0.65rem;
}
.history-origin[data-v-0d496bda] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-bottom: 0.5rem;
  color: #475569;
  font-size: 0.85rem;
}
.history-origin span[data-v-0d496bda] {
  font-weight: 800;
  text-transform: uppercase;
  color: #64748b;
  font-size: 0.75rem;
}
.history-origin strong[data-v-0d496bda] {
  color: #111827;
}
.history-list[data-v-0d496bda] {
  display: grid;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.reschedule-card[data-v-f27a0e68] {
  position: relative;
  overflow: hidden;
  width: min(100%, 920px);
  margin: 0 auto 1.25rem;
  border: 1px solid #1f2937;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.10);
}
.reschedule-card.origin-card[data-v-f27a0e68] {
  border-top: 4px solid #1f2937;
}
.ribbon-row[data-v-f27a0e68] {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
}
.corner-ribbon[data-v-f27a0e68] {
  position: relative;
  min-width: 9rem;
  min-height: 3rem;
  padding: 0.72rem 1.15rem;
  background: #3f4458;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
}
.corner-ribbon-left[data-v-f27a0e68] {
  display: flex;
  align-items: center;
  min-width: 0;
  border-radius: 0 0 28px 0;
  text-align: left;
  overflow-wrap: anywhere;
}
.corner-ribbon-right[data-v-f27a0e68] {
  min-width: 4rem;
  border-radius: 0 0 0 28px;
  text-align: right;
  white-space: nowrap;
}
.matchup-row[data-v-f27a0e68] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 4rem minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  margin: 1rem 1rem 0;
  padding: 1.05rem 0.85rem 1.25rem;
  border-bottom: 1px solid #d8e0eb;
}
.origin-label[data-v-f27a0e68] {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0.85rem auto 0;
  border-radius: 999px;
  background: #f1f5f9;
  padding: 0.35rem 0.8rem;
  color: #1f2937;
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}
.team[data-v-f27a0e68] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-width: 0;
  color: #1f2937;
  font-size: 1.05rem;
}
.team strong[data-v-f27a0e68] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.team i[data-v-f27a0e68],
.swap-icon[data-v-f27a0e68] {
  color: #263044;
  font-size: 1.15rem;
}
.swap-icon[data-v-f27a0e68] {
  display: grid;
  place-items: center;
}
.status-row[data-v-f27a0e68] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.85rem 1.25rem 0;
}
.status-chip[data-v-f27a0e68],
.history-button[data-v-f27a0e68] {
  display: inline-flex;
  align-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
  background: #ffffff;
  color: #334155;
  font-size: 0.88rem;
  font-weight: 800;
}
.status-chip.accepted[data-v-f27a0e68] {
  border-color: #86efac;
  background: #f0fdf4;
  color: #166534;
}
.status-chip.declined[data-v-f27a0e68] {
  border-color: #fecaca;
  background: #fef2f2;
  color: #991b1b;
}
.status-chip.open[data-v-f27a0e68] {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #334155;
}
.status-chip.spt[data-v-f27a0e68] {
  border-color: #fde68a;
  background: #fef9c3;
  color: #92400e;
}
.status-chip.canceled[data-v-f27a0e68] {
  border-color: #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}
.status-chip.message[data-v-f27a0e68] {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #334155;
}
.status-chip.verzicht[data-v-f27a0e68] {
  border-color: #1f2937;
  background: #1f2937;
  color: #ffffff;
}
.history-button[data-v-f27a0e68] {
  transition: background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}
.history-button[data-v-f27a0e68]:hover,
.history-button.active[data-v-f27a0e68] {
  border-color: #263044;
  background: #263044;
  color: #ffffff;
}
.history-panel[data-v-f27a0e68] {
  margin: 0.85rem 1.25rem 0;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.85rem;
  background: #f8fafc;
}
.meta-row[data-v-f27a0e68] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.1rem 1rem;
}
.meta-item[data-v-f27a0e68] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-width: 0;
  color: #1f2937;
  font-size: 1rem;
}
.meta-item i[data-v-f27a0e68] {
  color: #263044;
  font-size: 1.1rem;
}
.meta-item span[data-v-f27a0e68] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.action-bar[data-v-f27a0e68] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 1rem 1rem;
  overflow: hidden;
  border: 1px solid #64748b;
  border-radius: 8px;
  background: #ffffff;
}
.action-bar.single-action[data-v-f27a0e68] {
  display: flex;
  justify-content: center;
  overflow: visible;
  border: 0;
  background: transparent;
}
.action-bar.single-action button[data-v-f27a0e68] {
  width: min(100%, 18rem);
  min-height: 2.85rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  color: #334155;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}
.action-bar.single-action button[data-v-f27a0e68]:hover,
.action-bar.single-action button.active[data-v-f27a0e68] {
  border-color: #263044;
  background: #263044;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
}
.action-bar.single-action button.active[data-v-f27a0e68] {
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
}
.action-bar button[data-v-f27a0e68] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 0;
  min-height: 3rem;
  border: 0;
  border-right: 1px solid #64748b;
  background: #ffffff;
  color: #64707d;
  font-weight: 800;
  line-height: 1.1;
  transition: background-color 0.16s ease, color 0.16s ease;
}
.action-bar button[data-v-f27a0e68]:last-child {
  border-right: 0;
}
.action-bar button[data-v-f27a0e68]:hover,
.action-bar button.active[data-v-f27a0e68] {
  background: #e6f5ff;
  color: #075985;
}
.action-bar button.active[data-v-f27a0e68] {
  box-shadow: inset 0 -3px 0 #0ea5e9;
}
.panel-stack[data-v-f27a0e68] {
  margin: 0 1rem 1rem;
}
.editor-section[data-v-f27a0e68] {
  border-top: 1px solid #d8e0eb;
  padding: 1.25rem 0;
}
.editor-section[data-v-f27a0e68]:first-child {
  border-top: 0;
}
.editor-section[data-v-f27a0e68] h4,
.editor-section[data-v-f27a0e68] h5 {
  margin: 0 0 1rem;
  color: #000000;
  font-weight: 900;
}
.editor-section[data-v-f27a0e68] h4 {
  font-size: 1.75rem;
  line-height: 1.25;
}
.editor-section[data-v-f27a0e68] h5 {
  font-size: 1.35rem;
  line-height: 1.3;
}
.table-section[data-v-f27a0e68] {
  overflow-x: auto;
}
@media only screen and (max-width: 761px) {
.reschedule-card[data-v-f27a0e68] {
    width: min(100%, 28rem);
    margin-bottom: 1.5rem;
}
.ribbon-row[data-v-f27a0e68] {
    grid-template-columns: 1fr;
}
.corner-ribbon[data-v-f27a0e68] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.7rem;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    text-align: center;
}
.corner-ribbon-left[data-v-f27a0e68],
  .corner-ribbon-right[data-v-f27a0e68] {
    border-radius: 0;
    text-align: center;
}
.matchup-row[data-v-f27a0e68] {
    grid-template-columns: 1fr;
    gap: 0.45rem;
    margin: 0;
    padding: 1.7rem 1.25rem 1.35rem;
}
.team[data-v-f27a0e68] {
    justify-content: center;
    gap: 0.85rem;
    width: 100%;
    text-align: center;
    font-size: 1.42rem;
    line-height: 1.2;
}
.team strong[data-v-f27a0e68] {
    white-space: normal;
}
.team i[data-v-f27a0e68] {
    flex: 0 0 auto;
    font-size: 1.35rem;
}
.swap-icon[data-v-f27a0e68] {
    min-height: 2.3rem;
    font-size: 1.35rem;
}
.meta-row[data-v-f27a0e68] {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 1.25rem;
}
.meta-item[data-v-f27a0e68] {
    display: grid;
    grid-template-columns: 2.25rem minmax(0, 1fr);
    justify-content: center;
    width: min(100%, 17rem);
    margin: 0 auto;
    text-align: left;
    font-size: 1.14rem;
}
.meta-item i[data-v-f27a0e68] {
    justify-self: center;
    font-size: 1.22rem;
}
.meta-item span[data-v-f27a0e68] {
    white-space: normal;
}
.action-bar[data-v-f27a0e68] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    margin: 0 1.25rem 1.45rem;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}
.action-bar button[data-v-f27a0e68] {
    flex-direction: column;
    justify-content: center;
    gap: 0.45rem;
    min-height: 4.35rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 0.75rem 0.6rem;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    color: #64707d;
    text-align: center;
    font-size: 0.95rem;
}
.action-bar button[data-v-f27a0e68]:last-child {
    border-bottom: 1px solid #cbd5e1;
}
.action-bar button i[data-v-f27a0e68] {
    font-size: 1.25rem;
}
.action-bar button span[data-v-f27a0e68] {
    max-width: 100%;
    overflow-wrap: anywhere;
}
.action-bar button[data-v-f27a0e68]:hover,
  .action-bar button.active[data-v-f27a0e68] {
    border-color: #0ea5e9;
    background: #e6f5ff;
    color: #075985;
}
.action-bar button.active[data-v-f27a0e68] {
    box-shadow: inset 0 -3px 0 #0ea5e9, 0 10px 24px rgba(14, 165, 233, 0.16);
}
.action-bar.single-action[data-v-f27a0e68] {
    display: flex;
    justify-content: center;
    margin: 0 1.25rem 1.45rem;
}
.action-bar.single-action button[data-v-f27a0e68] {
    width: min(100%, 17rem);
    min-height: 3.2rem;
    flex-direction: row;
    border-color: #cbd5e1;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}
}

.reschedule-draft[data-v-3dea80f8] {
  overflow: hidden;
}
.draft-header[data-v-3dea80f8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}
.draft-badge[data-v-3dea80f8],
.draft-type[data-v-3dea80f8] {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  font-size: 0.85rem;
  font-weight: 700;
}
.draft-badge[data-v-3dea80f8] {
  background: #e2e8f0;
  color: #1f2937;
}
.draft-type[data-v-3dea80f8] {
  background: #dbeafe;
  color: #1e3a8a;
}
.draft-teams[data-v-3dea80f8] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid #e2e8f0;
}
.draft-summary[data-v-3dea80f8] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 1rem;
}
.draft-summary-item[data-v-3dea80f8] {
  min-width: 0;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.7rem;
  background: #ffffff;
  text-align: left;
}
.draft-summary-item span[data-v-3dea80f8] {
  display: block;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.draft-summary-item strong[data-v-3dea80f8] {
  display: block;
  overflow: hidden;
  margin-top: 0.25rem;
  color: #1f2937;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.draft-summary-item.changed[data-v-3dea80f8] {
  border-color: #0ea5e9;
  background: #f0f9ff;
}
.draft-tan[data-v-3dea80f8] {
  display: grid;
  grid-template-columns: 10rem minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem 1rem;
  margin: 0 1rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem;
  background: #f8fafc;
}
.draft-tan label[data-v-3dea80f8] {
  margin: 0;
  font-weight: 800;
  text-align: left;
}
.draft-tan small[data-v-3dea80f8] {
  grid-column: 2;
  color: #64748b;
  text-align: left;
}
.draft-tan.has-error[data-v-3dea80f8] {
  border-color: #dc2626;
  background: #fef2f2;
}
.draft-validation[data-v-3dea80f8] {
  display: grid;
  gap: 0.65rem;
  margin: 0 1rem 1rem;
}
.draft-validation-item[data-v-3dea80f8] {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: flex-start;
  border: 1px solid;
  border-radius: 8px;
  padding: 0.8rem;
  text-align: left;
}
.draft-validation-item p[data-v-3dea80f8] {
  margin: 0.2rem 0 0;
  color: #334155;
}
.draft-validation-title[data-v-3dea80f8] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.is-error[data-v-3dea80f8] {
  border-color: #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}
.is-warning[data-v-3dea80f8] {
  border-color: #fde68a;
  background: #fffbeb;
  color: #92400e;
}
.is-info[data-v-3dea80f8] {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}
.validation-badge[data-v-3dea80f8] {
  border-radius: 999px;
  padding: 0.15rem 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}
.validation-badge-error[data-v-3dea80f8] {
  background: #fee2e2;
  color: #991b1b;
}
.validation-badge-warning[data-v-3dea80f8] {
  background: #fef3c7;
  color: #92400e;
}
.validation-badge-info[data-v-3dea80f8] {
  background: #dbeafe;
  color: #1d4ed8;
}
.draft-actions[data-v-3dea80f8] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 0 1rem 1rem;
}
@media only screen and (max-width: 761px) {
.draft-teams[data-v-3dea80f8],
  .draft-summary[data-v-3dea80f8],
  .draft-tan[data-v-3dea80f8] {
    grid-template-columns: 1fr;
}
.draft-teams[data-v-3dea80f8] {
    text-align: center;
}
.draft-teams p[data-v-3dea80f8] {
    text-align: center;
}
.draft-tan small[data-v-3dea80f8] {
    grid-column: 1;
}
.draft-actions[data-v-3dea80f8] {
    justify-content: stretch;
}
.draft-actions button[data-v-3dea80f8] {
    width: 100%;
}
}

.open-request-card[data-v-5c69933d] {
  width: min(100%, 920px);
  margin: 0 auto 1.25rem;
  overflow: hidden;
  list-style: none;
  border: 1px solid #1f2937;
  border-top: 4px solid #ea580c;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.10);
}
.open-request-head[data-v-5c69933d] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  min-height: 3.4rem;
  padding: 0.75rem 1rem;
  background: #454b63;
  color: #ffffff;
  font-weight: 900;
}
.open-request-head span[data-v-5c69933d] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.open-request-head span[data-v-5c69933d]:last-child {
  text-align: right;
}
.open-request-head strong[data-v-5c69933d] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff7ed;
  padding: 0.35rem 0.8rem;
  color: #9a3412;
  font-size: 0.95rem;
}
.open-request-body[data-v-5c69933d] {
  padding: 1.2rem 1.4rem 1.35rem;
}
.open-request-label[data-v-5c69933d] {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.45rem;
  margin: 0 auto 0.9rem;
  border-radius: 999px;
  background: #fff7ed;
  padding: 0.35rem 0.8rem;
  color: #9a3412;
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}
.open-matchup[data-v-5c69933d] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d8e1ee;
}
.open-team[data-v-5c69933d] {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  color: #111827;
  font-size: 1.15rem;
  font-weight: 900;
}
.open-team strong[data-v-5c69933d] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.open-team i[data-v-5c69933d],
.open-swap i[data-v-5c69933d],
.open-meta-item i[data-v-5c69933d],
.open-requester i[data-v-5c69933d] {
  color: #1f2937;
}
.open-swap[data-v-5c69933d] {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f1f5f9;
  color: #1f2937;
}
.open-meta-row[data-v-5c69933d] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}
.open-meta-item[data-v-5c69933d] {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 8px;
  background: #f8fafc;
  padding: 0.75rem;
  color: #111827;
  font-weight: 800;
}
.open-meta-item.changed[data-v-5c69933d] {
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #9a3412;
  box-shadow: inset 0 0 0 1px rgba(234, 88, 12, 0.08);
}
.open-meta-item.changed i[data-v-5c69933d] {
  color: #ea580c;
}
.open-meta-item span[data-v-5c69933d] {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.open-meta-item small[data-v-5c69933d] {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.open-meta-item.changed small[data-v-5c69933d] {
  color: #9a3412;
}
.open-meta-item em[data-v-5c69933d] {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  background: #ea580c;
  padding: 0.12rem 0.42rem;
  color: #ffffff;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}
.open-requester[data-v-5c69933d] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.95rem;
  color: #475569;
  font-size: 0.95rem;
}
.open-requester strong[data-v-5c69933d] {
  color: #111827;
}
.open-requester small[data-v-5c69933d] {
  color: #64748b;
  font-weight: 800;
}
.open-actions[data-v-5c69933d] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.15rem;
}
.open-action-button[data-v-5c69933d] {
  display: inline-flex;
  min-height: 2.8rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.7rem 1.2rem;
  font-weight: 900;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.open-action-button[data-v-5c69933d]:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}
.open-action-accept[data-v-5c69933d] {
  background: #15803d;
  color: #ffffff;
}
.open-action-accept[data-v-5c69933d]:hover {
  background: #166534;
}
.open-action-decline[data-v-5c69933d],
.open-action-callback[data-v-5c69933d] {
  background: #ffffff;
  border-color: #fecaca;
  color: #dc2626;
}
.open-action-decline[data-v-5c69933d]:hover,
.open-action-callback[data-v-5c69933d]:hover {
  background: #fef2f2;
}
@media (max-width: 760px) {
.open-request-head[data-v-5c69933d],
  .open-matchup[data-v-5c69933d],
  .open-meta-row[data-v-5c69933d] {
    grid-template-columns: 1fr;
}
.open-request-head span[data-v-5c69933d],
  .open-request-head span[data-v-5c69933d]:last-child {
    text-align: center;
}
.open-request-body[data-v-5c69933d] {
    padding: 1rem;
}
}


.contact-person[data-v-81bd6e0c] {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.95rem;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}
.contact-person-header[data-v-81bd6e0c] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}
.contact-avatar[data-v-81bd6e0c] {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 50%;
  background: #263044;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
}
.contact-person h4[data-v-81bd6e0c] {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #172033;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-note[data-v-81bd6e0c] {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.55rem;
  border-radius: 8px;
  padding: 0.7rem;
  background: #f8fafc;
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.45;
}
.contact-note > i[data-v-81bd6e0c] {
  margin-top: 0.18rem;
  color: #64748b;
}
.contact-links[data-v-81bd6e0c] {
  display: grid;
  gap: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e2e8f0;
}
.contact-link[data-v-81bd6e0c] {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  border-radius: 8px;
  padding: 0.5rem 0.6rem;
  color: #1f2937;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color 0.16s ease, color 0.16s ease;
}
.contact-link[data-v-81bd6e0c]:hover,
.contact-link[data-v-81bd6e0c]:focus {
  background: #e6f5ff;
  color: #075985;
}
.contact-link i[data-v-81bd6e0c] {
  flex: 0 0 auto;
  color: #64748b;
}
.contact-link span[data-v-81bd6e0c] {
  min-width: 0;
  overflow-wrap: anywhere;
}
.contact-info[data-v-81bd6e0c] {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}
.contact-info[data-v-81bd6e0c] p {
  margin: 0 0 0.35rem;
}
.contact-info[data-v-81bd6e0c] p:last-child,
.contact-info[data-v-81bd6e0c] ul:last-child,
.contact-info[data-v-81bd6e0c] ol:last-child {
  margin-bottom: 0;
}
.contact-info[data-v-81bd6e0c] ul,
.contact-info[data-v-81bd6e0c] ol {
  margin: 0.35rem 0;
  padding-left: 1.2rem;
}

.contact-group[data-v-2322938d] {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}
.contact-group-header[data-v-2322938d] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid #e2e8f0;
  padding: 0.9rem 1rem;
  background: #ffffff;
}
.contact-group-icon[data-v-2322938d] {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 8px;
  background: #e6f5ff;
  color: #075985;
}
.contact-group-header h3[data-v-2322938d],
.contact-group-header p[data-v-2322938d] {
  margin: 0;
}
.contact-group-header h3[data-v-2322938d] {
  color: #172033;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}
.contact-group-header p[data-v-2322938d] {
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.35;
}
.contact-list[data-v-2322938d] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  gap: 0.85rem;
  padding: 1rem;
}


.contact-group[data-v-3e8c973b] {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}
.contact-group-header[data-v-3e8c973b] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid #e2e8f0;
  padding: 0.9rem 1rem;
  background: #ffffff;
}
.contact-group-icon[data-v-3e8c973b] {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 8px;
  background: #f0fdf4;
  color: #166534;
}
.contact-group-header h3[data-v-3e8c973b],
.contact-group-header p[data-v-3e8c973b] {
  margin: 0;
}
.contact-group-header h3[data-v-3e8c973b] {
  color: #172033;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}
.contact-group-header p[data-v-3e8c973b] {
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.35;
}
.contact-list[data-v-3e8c973b] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  gap: 0.85rem;
  padding: 1rem;
}


.contact-wrapper[data-v-4717dc42] {
  width: min(100%, 920px);
  margin: 0 auto;
}
.contact-toolbar[data-v-4717dc42] {
  display: flex;
  justify-content: flex-start;
  padding: 0 1rem;
}
.contact-toggle[data-v-4717dc42] {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 0 0.95rem;
  background: #ffffff;
  color: #1f2937;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}
.contact-toggle[data-v-4717dc42]:hover,
.contact-toggle.active[data-v-4717dc42] {
  border-color: #263044;
  background: #263044;
  color: #ffffff;
}
.contact-toggle.active[data-v-4717dc42] {
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
}
.contact-toggle-icon[data-v-4717dc42] {
  font-size: 0.78rem;
  transition: transform 0.16s ease;
}
.contact-toggle.active .contact-toggle-icon[data-v-4717dc42] {
  transform: rotate(180deg);
}
.contact-panel[data-v-4717dc42] {
  display: grid;
  gap: 0.85rem;
  margin: 0.85rem 1rem 0;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  padding: 1rem;
  background: #f8fafc;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  text-align: left;
}
@media only screen and (max-width: 761px) {
.contact-wrapper[data-v-4717dc42] {
    width: min(100%, 28rem);
    margin-bottom: 6rem;
}
.contact-toolbar[data-v-4717dc42] {
    justify-content: center;
    padding: 0;
}
.contact-toggle[data-v-4717dc42] {
    width: min(100%, 18rem);
    justify-content: center;
}
.contact-panel[data-v-4717dc42] {
    margin-right: 0;
    margin-left: 0;
    padding: 0.75rem;
}
}
.input[data-v-bbfdc182] {
  box-sizing: border-box;
  flex-basis: 4rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0 0.5rem 0 1.5rem;
  margin: auto 0;
}
.input i[data-v-bbfdc182] {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: #666;
  cursor: pointer;
  transition: color 200ms;
}
.input i[data-v-bbfdc182]:hover {
  color: #333;
}
.input input[data-v-bbfdc182] {
  border: none;
  background-image: none;
  background-color: white;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  border-radius: 1.125rem;
  flex-grow: 2;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.2);
  font-family: Red hat Display, sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
}
.input input[data-v-bbfdc182]::-moz-placeholder {
  color: #999;
}
.input input[data-v-bbfdc182]::placeholder {
  color: #999;
}.timefrom[data-v-eb5d772c] {
  font-size: 0.6em;
  background: #333;
  border-radius: 2rem;
  color: #ccc;
  width: 60%;
  margin: 5px auto;
  padding: 0.25rem 1rem;
}
.message[data-v-eb5d772c] {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  margin: 1rem;
  background: darkgreen;
  color: white;
  border-radius: 1.125rem 1.125rem 1.125rem 0;
  min-height: 2.25rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 66%;
  overflow-wrap: break-word;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
}
.message.theirmessage[data-v-eb5d772c] {
  margin: 1rem 1rem 1rem auto;
  border-radius: 1.125rem 1.125rem 0 1.125rem;
  background: #333;
  color: white;
}
.message .typing[data-v-eb5d772c] {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0rem;
  box-sizing: border-box;
  background: #ccc;
  border-radius: 50%;
}
.message .typing.typing-1[data-v-eb5d772c] {
  animation: typing-eb5d772c 3s infinite;
}
.message .typing.typing-2[data-v-eb5d772c] {
  animation: typing-eb5d772c 3s 250ms infinite;
}
.message .typing.typing-3[data-v-eb5d772c] {
  animation: typing-eb5d772c 3s 500ms infinite;
}
@keyframes typing-eb5d772c {
0%, 75%, 100% {
    transform: translate(0, 0.25rem) scale(0.9);
    opacity: 0.5;
}
25% {
    transform: translate(0, -0.25rem) scale(1);
    opacity: 1;
}
}.messages[data-v-af918551] {
  padding: 1rem;
  background: #f7f7f7;
  flex-shrink: 2;
  overflow-y: auto;
  height: 50vw;
  box-shadow: inset 0 2rem 2rem -2rem rgba(0, 0, 0, 0.05), inset 0 -2rem 2rem -2rem rgba(0, 0, 0, 0.05);
}
@media (max-width: 800px) {
.messages[data-v-af918551] {
    height: 80vh;
}
}.fa-x {
  color: #FFF;
}
.fa-x:hover {
  color: #0099cc !important;
  cursor: pointer !important;
}
.center {
  position: fixed;
  top: 99%;
  bottom: 1%;
  right: 1%;
  left: 99%;
  transform: translate(-50%, -50%);
  z-index: 1000000;
}
.chat {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28rem;
  height: 38rem;
  z-index: 100000;
  box-sizing: border-box;
  border-radius: 1rem;
  background: white;
  box-shadow: 0 0 8rem 0 rgba(0, 0, 0, 0.1), 0rem 2rem 4rem -3rem rgba(0, 0, 0, 0.5);
}
.chat .contact.bar {
  flex-basis: 0.5rem;
  flex-shrink: 0;
  margin: 1.5rem;
  box-sizing: border-box;
}
#chatComponent[data-v-a1ea9ec6]{
  position: relative;
  z-index:100000;
}
.chatBtn[data-v-a1ea9ec6] {
  background-color: black;
  color: white;
  padding: 15px 15px;
  border: 0;
}
.myChat[data-v-a1ea9ec6] {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}
.hithere[data-v-a1ea9ec6] {
  animation: hithere-a1ea9ec6 1s ease 5;
}
@keyframes hithere-a1ea9ec6 {
30% {
    transform: scale(1.2);
}
40%, 60% {
    transform: rotate(-20deg) scale(1.2);
}
50% {
    transform: rotate(20deg) scale(1.2);
}
70% {
    transform: rotate(0deg) scale(1.2);
}
100% {
    transform: scale(1);
}
}

.reschedule-page[data-v-bef3b4b5] {
  width: min(100% - 2rem, 980px);
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.page-head[data-v-bef3b4b5] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: min(100%, 920px);
  margin: 0 auto 1rem;
  text-align: left;
}
.page-head h2[data-v-bef3b4b5] {
  margin: 0;
  color: #172033;
  font-size: inherit;
  font-weight: inherit;
}
.reschedule-workspace[data-v-bef3b4b5] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.reschedule-workspace[data-v-bef3b4b5] > div {
  width: 100%;
}
@media only screen and (max-width: 761px) {
.reschedule-page[data-v-bef3b4b5] {
    width: min(100% - 1rem, 980px);
}
.page-head[data-v-bef3b4b5] {
    gap: 0.5rem;
}
}
.fa-x[data-v-43a816fc] {
  color: #FFF;
}
.fa-x[data-v-43a816fc]:hover {
  color: #0099cc !important;
  cursor: pointer !important;
}
.center[data-v-43a816fc] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  transform: translate(0%, 0%);
}
.chat[data-v-43a816fc] {
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 100000;
  box-sizing: border-box;
  background: white;
  box-shadow: 0 0 8rem 0 rgba(0, 0, 0, 0.1), 0rem 2rem 4rem -3rem rgba(0, 0, 0, 0.5);
  position: sticky;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: 50%;
  left: 50%;
}
.chat .m-contact.m-bar[data-v-43a816fc] {
  overflow: hidden;
  margin: 1rem;
  box-sizing: border-box;
}
.league-days-grid[data-v-18ff8156] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding-top: 0.75rem;
}
.day-switch[data-v-18ff8156] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.6rem;
  min-height: 58px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.65rem 0.8rem;
  background: #ffffff;
  color: #172033;
  text-align: left;
}
.day-switch span[data-v-18ff8156] {
  font-weight: 800;
}
.day-switch small[data-v-18ff8156] {
  grid-column: 1 / -1;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 700;
}
.day-switch.mixed[data-v-18ff8156] {
  border-color: #cbd5e1;
  background: #f8fafc;
}
.day-switch[data-v-18ff8156] .m-switch {
  --switch-color: #0ea5e9 !important;
}
.day-switch[data-v-18ff8156] .m-switch__toggle::before {
  border-width: 1px;
  border-color: #cbd5e1;
  background-color: #f8fafc;
}
.day-switch[data-v-18ff8156] .m-switch__input:checked + .m-switch__toggle::before {
  border-color: #0ea5e9;
  background-color: #0ea5e9;
}
.day-switch[data-v-18ff8156] .m-switch__toggle::after {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.22);
}
.day-switch.mixed[data-v-18ff8156] .m-switch__toggle::before {
  border-color: #cbd5e1;
  background-color: #e2e8f0;
}
@media only screen and (min-width: 640px) {
.league-days-grid[data-v-18ff8156] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
@media only screen and (min-width: 1024px) {
.league-days-grid[data-v-18ff8156] {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
}

.undefined[data-v-0f5d6a84]{
  background-color: #000 !important;
  color: #FFF !important;
}
.undefined[data-v-0f5d6a84]::-moz-placeholder{
  color: rgba(255, 255, 255, 0.90) !important;
}
.undefined[data-v-0f5d6a84]::placeholder{
  color: rgba(255, 255, 255, 0.90) !important;
}
.league-date-input[data-v-0f5d6a84] {
  padding: 0.55rem 0.85rem !important;
  line-height: 1.35;
}
.league-dates[data-v-0f5d6a84] .flatpickr-months {
  display: flex;
  align-items: center;
  min-height: 3.25rem;
  padding: 0 0.6rem;
}
.league-dates[data-v-0f5d6a84] .flatpickr-month {
  display: flex;
  align-items: center;
  height: 3.25rem;
  overflow: visible;
}
.league-dates[data-v-0f5d6a84] .flatpickr-current-month {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  inset: 0 auto auto 50%;
  height: 3.25rem;
  min-width: 12rem;
  padding: 0;
  transform: translateX(-50%);
}
.league-dates[data-v-0f5d6a84] .flatpickr-current-month .flatpickr-monthDropdown-months,
.league-dates[data-v-0f5d6a84] .flatpickr-current-month input.cur-year {
  min-height: 2.05rem;
  height: 2.05rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  color: #172033;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.05rem;
  box-shadow: none;
}
.league-dates[data-v-0f5d6a84] .flatpickr-current-month .flatpickr-monthDropdown-months {
  width: 7.25rem;
  padding: 0 2rem 0 0.7rem;
}
.league-dates[data-v-0f5d6a84] .flatpickr-current-month .numInputWrapper {
  width: 4.45rem;
}
.league-dates[data-v-0f5d6a84] .flatpickr-current-month input.cur-year {
  width: 4.45rem;
  padding: 0 0.55rem;
}

.blocking-fields select[data-v-219008eb],
.blocking-fields input[data-v-219008eb],
.league-date-input[data-v-219008eb] {
  padding: 0.55rem 0.85rem !important;
  line-height: 1.35;
}
.blocking-fields[data-v-219008eb] .flatpickr-months {
  display: flex;
  align-items: center;
  min-height: 3.25rem;
  padding: 0 0.6rem;
}
.blocking-fields[data-v-219008eb] .flatpickr-month {
  display: flex;
  align-items: center;
  height: 3.25rem;
  overflow: visible;
}
.blocking-fields[data-v-219008eb] .flatpickr-current-month {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  inset: 0 auto auto 50%;
  height: 3.25rem;
  min-width: 12rem;
  padding: 0;
  transform: translateX(-50%);
}
.blocking-fields[data-v-219008eb] .flatpickr-current-month .flatpickr-monthDropdown-months,
.blocking-fields[data-v-219008eb] .flatpickr-current-month input.cur-year {
  min-height: 2.05rem;
  height: 2.05rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  color: #172033;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.05rem;
  box-shadow: none;
}
.blocking-fields[data-v-219008eb] .flatpickr-current-month .flatpickr-monthDropdown-months {
  width: 7.25rem;
  padding: 0 2rem 0 0.7rem;
}
.blocking-fields[data-v-219008eb] .flatpickr-current-month .numInputWrapper {
  width: 4.45rem;
}
.blocking-fields[data-v-219008eb] .flatpickr-current-month input.cur-year {
  width: 4.45rem;
  padding: 0 0.55rem;
}
[data-v-3c8c2fd3],[data-v-3c8c2fd3]::before,[data-v-3c8c2fd3]::after {
  box-sizing: border-box;
}
.list-box-wrapper[data-v-3c8c2fd3] {
  font-family: sans-serif;
  display: flex;
  align-items: center;
}
.list-box-wrapper > div[data-v-3c8c2fd3] {
  flex: 1;
}
.list-box-wrapper .list-box-item[data-v-3c8c2fd3] {
  border: solid 1px #cccccc;
  border-radius: 3px;
}
.list-box-wrapper .list-box-item .search-box[data-v-3c8c2fd3] {
  border-bottom: solid 1px #cccccc;
  position: relative;
}
.list-box-wrapper .list-box-item .search-box input[data-v-3c8c2fd3] {
  border: none;
  width: 100%;
  padding: 0.5rem 1rem;
}
.list-box-wrapper .list-box-item .search-box .clear-search[data-v-3c8c2fd3] {
  position: absolute;
  padding: 0.5rem;
  right: 0;
  top: 0;
  cursor: pointer;
  font-weight: bold;
  color: #e74c3c;
}
.list-box-wrapper .list-box-item .list-box[data-v-3c8c2fd3] {
  height: 250px;
  overflow: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-box-wrapper .list-box-item .list-box .list-item[data-v-3c8c2fd3] {
  padding: 0.5rem 1rem;
  border-bottom: solid 1px #cccccc;
  cursor: pointer;
}
.list-box-wrapper .list-box-item .list-box .list-item.active[data-v-3c8c2fd3] {
  background-color: #000000;
  color: #FFFFFF;
}
.list-box-wrapper .list-box-item .bulk-action[data-v-3c8c2fd3] {
  display: flex;
  border-top: solid 1px #cccccc;
  text-align: center;
  cursor: pointer;
}
.list-box-wrapper .list-box-item .bulk-action .select-all[data-v-3c8c2fd3] {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #000;
}
.list-box-wrapper .list-box-item .bulk-action .select-all[data-v-3c8c2fd3]:hover {
  border: black 1px solid;
}
.list-box-wrapper .list-box-item .bulk-action .deselect-all[data-v-3c8c2fd3] {
  width: 100%;
  background-color: #fff;
  color: #000;
}
.list-box-wrapper .list-box-item .bulk-action .deselect-all[data-v-3c8c2fd3]:hover {
  border: black 1px solid;
}
.list-box-wrapper .actions[data-v-3c8c2fd3] {
  flex-grow: 0;
  padding: 0 1rem;
}
.list-box-wrapper .actions .transfer-action[data-v-3c8c2fd3] {
  margin-bottom: 0.5rem;
}
.transfer-action[data-v-3c8c2fd3] {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  width: 100%;
}
.flatpickr-wrapper{
  width: 100%;
}
.flatpickr-calendar{
  margin-left:auto;
  margin-right: auto;
}

li[data-v-83264b83]{
  list-style: none;
}

.teamsl-settings[data-v-2d3b8754] {
  display: grid;
  gap: 0;
  padding: 1rem;
}
.teamsl-section[data-v-2d3b8754] {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 0.9fr);
  gap: 1rem;
  align-items: start;
  border-bottom: 1px solid #e5eaf1;
  padding: 1rem 0;
  color: #172033;
}
.teamsl-section[data-v-2d3b8754]:first-child {
  padding-top: 0;
}
.teamsl-section[data-v-2d3b8754]:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.teamsl-section--stacked[data-v-2d3b8754] {
  grid-template-columns: 1fr;
}
.section-copy[data-v-2d3b8754] {
  text-align: left;
}
.section-copy h4[data-v-2d3b8754] {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.4rem;
  color: #172033;
  font-size: 1rem;
  font-weight: 800;
}
.section-copy p[data-v-2d3b8754] {
  margin: 0;
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.45;
}
.section-control[data-v-2d3b8754],
.credentials-panel[data-v-2d3b8754] {
  display: grid;
  gap: 0.75rem;
}
.input-group[data-v-2d3b8754] {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
  max-width: 420px;
}
.input-group span[data-v-2d3b8754] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd5e1;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  background: #f8fafc;
  color: #334155;
  font-weight: 800;
  min-height: 42px;
}
.input-group input[data-v-2d3b8754] {
  min-width: 0;
  border-left: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0.55rem 0.85rem;
  line-height: 1.35;
}
.stats-grid[data-v-2d3b8754] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.stat-card[data-v-2d3b8754] {
  position: relative;
  min-height: 96px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.85rem 4rem 0.85rem 0.85rem;
  background: #f8fafc;
  text-align: left;
}
.stat-card span[data-v-2d3b8754] {
  display: block;
  color: #172033;
  font-weight: 800;
}
.stat-card strong[data-v-2d3b8754] {
  display: block;
  margin-top: 0.2rem;
  color: #64748b;
  font-size: 0.88rem;
}
.stat-card em[data-v-2d3b8754] {
  position: absolute;
  top: 50%;
  right: 0.85rem;
  display: inline-flex;
  min-width: 2.3rem;
  min-height: 2.3rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #0ea5e9;
  color: #ffffff;
  font-style: normal;
  font-weight: 900;
  transform: translateY(-50%);
}
.credentials-panel[data-v-2d3b8754] {
  max-width: 420px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem;
  background: #f8fafc;
}
.credentials-panel h5[data-v-2d3b8754] {
  margin: 0;
  color: #172033;
  font-size: 0.98rem;
  font-weight: 800;
  text-align: left;
}
.primary-button[data-v-2d3b8754],
.secondary-button[data-v-2d3b8754] {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 0.9rem;
  font-weight: 800;
  line-height: 1;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}
.primary-button[data-v-2d3b8754] {
  border: 1px solid #172033;
  background: #172033;
  color: #ffffff;
}
.primary-button[data-v-2d3b8754]:hover {
  border-color: #0f766e;
  background: #0f766e;
}
.secondary-button[data-v-2d3b8754] {
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #172033;
}
.secondary-button[data-v-2d3b8754]:hover,
.secondary-button[data-v-2d3b8754]:focus-visible {
  border-color: #172033;
  background: #172033;
  color: #ffffff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(23, 32, 51, 0.14);
}
.last-message[data-v-2d3b8754] {
  color: #334155;
  text-align: left;
}
.progress-block[data-v-2d3b8754] {
  display: grid;
  gap: 0.75rem;
}
.progress-track[data-v-2d3b8754] {
  height: 1rem;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}
.progress-value[data-v-2d3b8754] {
  height: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background: #0ea5e9;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1rem;
  text-align: center;
}
.history[data-v-2d3b8754] {
  max-height: 300px;
  overflow: auto;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  -webkit-overflow-scrolling: touch;
}
.history ul[data-v-2d3b8754] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.history li[data-v-2d3b8754] {
  border-bottom: 1px solid #e2e8f0;
  padding: 0.7rem 0.85rem;
  background: #ffffff;
  text-align: left;
}
.history li[data-v-2d3b8754]:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 761px) {
.teamsl-section[data-v-2d3b8754],
  .stats-grid[data-v-2d3b8754] {
    grid-template-columns: 1fr;
}
.primary-button[data-v-2d3b8754],
  .secondary-button[data-v-2d3b8754] {
    width: 100%;
}
}

.global-settings-page[data-v-6f9476e5] {
  width: min(100% - 2rem, 980px);
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.page-head[data-v-6f9476e5] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: min(100%, 920px);
  margin: 0 auto 1rem;
  text-align: left;
}
.page-head h2[data-v-6f9476e5] {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  color: #172033;
  font-size: inherit;
  font-weight: inherit;
}
.settings-warning[data-v-6f9476e5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100%, 920px);
  margin: 0 auto 1rem;
  border: 1px solid #facc15;
  border-radius: 8px;
  padding: 0.85rem 1rem;
  background: #fefce8;
  color: #713f12;
  text-align: left;
}
.settings-warning div[data-v-6f9476e5] {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.15rem;
}
.settings-warning span[data-v-6f9476e5] {
  overflow-wrap: anywhere;
  color: #854d0e;
  font-size: 0.9rem;
}
.settings-tabs[data-v-6f9476e5] {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(100%, 920px);
  margin: 0 auto 1rem;
  overflow: hidden;
  border: 1px solid #64748b;
  border-radius: 8px;
  background: #ffffff;
}
.settings-tabs button[data-v-6f9476e5] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 0;
  min-height: 3rem;
  border: 0;
  border-right: 1px solid #64748b;
  background: #ffffff;
  color: #64707d;
  font-weight: 800;
  line-height: 1.1;
  transition: background-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}
.settings-tabs button[data-v-6f9476e5]:last-child {
  border-right: 0;
}
.settings-tabs button[data-v-6f9476e5]:hover,
.settings-tabs button.active[data-v-6f9476e5] {
  background: #e6f5ff;
  color: #075985;
}
.settings-tabs button.active[data-v-6f9476e5] {
  box-shadow: inset 0 -3px 0 #0ea5e9;
}
.settings-tabs i[data-v-6f9476e5] {
  flex: 0 0 auto;
}
.settings-tabs span[data-v-6f9476e5] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.settings-workspace[data-v-6f9476e5] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.settings-card[data-v-6f9476e5] {
  position: relative;
  overflow: hidden;
  width: min(100%, 920px);
  margin: 0 auto 1.25rem;
  border: 1px solid #1f2937;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.10);
}
.settings-card-header[data-v-6f9476e5] {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3rem;
  padding: 0.72rem 1.15rem;
  background: #3f4458;
  color: #ffffff;
  text-align: left;
}
.settings-card-header h3[data-v-6f9476e5] {
  margin: 0;
  color: inherit;
  font-size: 1rem;
  font-weight: 800;
}
.settings-list[data-v-6f9476e5] {
  display: grid;
  padding: 1rem;
}
.settings-row[data-v-6f9476e5] {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1.1fr);
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid #e5eaf1;
  padding: 1rem 0;
  color: #172033;
}
.settings-row[data-v-6f9476e5]:first-child {
  padding-top: 0;
}
.settings-row[data-v-6f9476e5]:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.settings-row--switch[data-v-6f9476e5],
.settings-row--action[data-v-6f9476e5] {
  grid-template-columns: minmax(0, 1fr) auto;
}
.settings-row--calendar[data-v-6f9476e5] {
  align-items: start;
}
.settings-row--status[data-v-6f9476e5] {
  grid-template-columns: minmax(260px, 1fr) minmax(260px, auto);
  align-items: start;
}
.settings-row--editor[data-v-6f9476e5] {
  align-items: start;
  grid-template-columns: minmax(220px, 0.55fr) minmax(420px, 1.45fr);
}
.row-copy[data-v-6f9476e5] {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.25rem;
  text-align: left;
}
.row-copy strong[data-v-6f9476e5] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.98rem;
}
.row-copy span[data-v-6f9476e5] {
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.4;
}
.row-control[data-v-6f9476e5] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.6rem;
  align-items: start;
}
.row-control--number[data-v-6f9476e5] {
  max-width: 260px;
  justify-self: end;
}
.row-control--editor[data-v-6f9476e5] {
  width: 100%;
}
.row-control input[data-v-6f9476e5],
.row-control textarea[data-v-6f9476e5] {
  width: 100%;
  padding: 0.55rem 0.8rem;
  line-height: 1.35;
}
.row-control input[type="number"][data-v-6f9476e5] {
  padding-right: 0.7rem;
}
.notice-editor[data-v-6f9476e5] {
  min-height: 150px;
  resize: vertical;
}
.notice-rte[data-v-6f9476e5] {
  display: grid;
  width: 100%;
  overflow: hidden;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.notice-rte__head[data-v-6f9476e5],
.notice-rte__footer[data-v-6f9476e5] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  background: #f8fafc;
  padding: 0.45rem;
}
.notice-rte__head[data-v-6f9476e5] {
  border-bottom: 1px solid #e2e8f0;
}
.notice-rte__footer[data-v-6f9476e5] {
  border-top: 1px solid #e2e8f0;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 800;
}
.notice-rte__toolbar[data-v-6f9476e5] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.notice-rte__toolbar button[data-v-6f9476e5] {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: #172033;
}
.notice-rte__toolbar button[data-v-6f9476e5]:hover,
.notice-rte__toolbar button[data-v-6f9476e5]:focus-visible {
  border-color: #cbd5e1;
  background: #ffffff;
  outline: none;
}
.notice-rte__editor[data-v-6f9476e5] {
  min-height: 180px;
  padding: 0.85rem;
  color: #172033;
  line-height: 1.55;
  outline: none;
  overflow-wrap: anywhere;
  text-align: left;
}
.notice-rte__editor[data-v-6f9476e5]:focus {
  box-shadow: inset 0 0 0 2px #0ea5e9;
}
.notice-rte__editor[data-empty="true"][data-v-6f9476e5]::before {
  content: attr(data-placeholder);
  color: #94a3b8;
  pointer-events: none;
}
.notice-editor--html[data-v-6f9476e5] {
  min-height: 180px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.88rem;
  line-height: 1.55;
}
.html-mode-switch[data-v-6f9476e5] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  color: #334155;
  font-weight: 800;
}
.status-controls[data-v-6f9476e5] {
  display: grid;
  justify-items: end;
  gap: 0.7rem;
}
.switch-line[data-v-6f9476e5] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  min-width: 14rem;
  margin: 0;
  color: #334155;
  font-weight: 700;
  text-align: right;
}
.rule-actions[data-v-6f9476e5] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}
.rule-actions small[data-v-6f9476e5],
.system-note[data-v-6f9476e5] {
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.35;
}
.system-note[data-v-6f9476e5] {
  align-self: center;
  text-align: right;
}
.primary-button[data-v-6f9476e5],
.secondary-button[data-v-6f9476e5],
.save-button[data-v-6f9476e5] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 40px;
  border-radius: 8px;
  padding: 0 0.9rem;
  font-weight: 800;
  line-height: 1;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}
.primary-button[data-v-6f9476e5],
.save-button[data-v-6f9476e5] {
  border: 1px solid #172033;
  background: #172033;
  color: #ffffff;
}
.primary-button[data-v-6f9476e5]:hover,
.save-button[data-v-6f9476e5]:hover {
  border-color: #0f766e;
  background: #0f766e;
}
.secondary-button[data-v-6f9476e5] {
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #172033;
}
.secondary-button[data-v-6f9476e5]:hover,
.secondary-button[data-v-6f9476e5]:focus-visible {
  border-color: #172033;
  background: #172033;
  color: #ffffff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(23, 32, 51, 0.14);
}
.settings-calendar[data-v-6f9476e5] {
  display: flex;
  justify-content: center;
  min-width: 0;
}
.settings-calendar[data-v-6f9476e5] .flatpickr-calendar.inline {
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.10);
}
.settings-calendar[data-v-6f9476e5] .flatpickr-months {
  display: flex;
  align-items: center;
  min-height: 3.5rem;
  padding: 0 0.7rem;
}
.settings-calendar[data-v-6f9476e5] .flatpickr-month {
  display: flex;
  align-items: center;
  height: 3.5rem;
  overflow: visible;
}
.settings-calendar[data-v-6f9476e5] .flatpickr-current-month {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  inset: 0 auto auto 50%;
  height: 3.5rem;
  min-width: 12rem;
  padding: 0;
  transform: translateX(-50%);
}
.settings-calendar[data-v-6f9476e5] .flatpickr-current-month .flatpickr-monthDropdown-months,
.settings-calendar[data-v-6f9476e5] .flatpickr-current-month input.cur-year {
  min-height: 2.15rem;
  height: 2.15rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  color: #172033;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.15rem;
  box-shadow: none;
}
.settings-calendar[data-v-6f9476e5] .flatpickr-current-month .flatpickr-monthDropdown-months {
  width: 7.25rem;
  padding: 0 2rem 0 0.7rem;
}
.settings-calendar[data-v-6f9476e5] .flatpickr-current-month .numInputWrapper {
  width: 4.45rem;
}
.settings-calendar[data-v-6f9476e5] .flatpickr-current-month input.cur-year {
  width: 4.45rem;
  padding: 0 0.55rem;
}
.settings-calendar[data-v-6f9476e5] .flatpickr-weekdays {
  margin-top: 0.1rem;
}
.global-settings-page[data-v-6f9476e5] .m-switch {
  --switch-color: #0ea5e9 !important;
}
.global-settings-page[data-v-6f9476e5] .m-switch__toggle::before {
  border-width: 1px;
  border-color: #cbd5e1;
  background-color: #f8fafc;
}
.global-settings-page[data-v-6f9476e5] .m-switch__toggle::after {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.22);
}
.global-settings-page[data-v-6f9476e5] .m-switch__input:checked + .m-switch__toggle::before {
  border-color: #0ea5e9;
  background-color: #0ea5e9;
}
.global-settings-page[data-v-6f9476e5] .m-switch:hover .m-switch__toggle::before,
.global-settings-page[data-v-6f9476e5] .m-switch:focus-visible .m-switch__toggle::before {
  border-color: #075985;
}
.global-settings-page[data-v-6f9476e5] .m-switch:focus-visible .m-switch__toggle::before {
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.18);
}
@media only screen and (max-width: 761px) {
.global-settings-page[data-v-6f9476e5] {
    width: min(100% - 1rem, 980px);
}
.page-head[data-v-6f9476e5] {
    gap: 0.5rem;
}
.settings-warning[data-v-6f9476e5] {
    flex-direction: column;
    align-items: stretch;
}
.settings-tabs[data-v-6f9476e5] {
    grid-template-columns: 1fr;
}
.settings-tabs button[data-v-6f9476e5] {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid #cbd5e1;
    padding: 0 1rem;
}
.settings-tabs button[data-v-6f9476e5]:last-child {
    border-bottom: 0;
}
.settings-row[data-v-6f9476e5],
  .settings-row--switch[data-v-6f9476e5],
  .settings-row--action[data-v-6f9476e5],
  .settings-row--status[data-v-6f9476e5] {
    grid-template-columns: 1fr;
}
.row-control[data-v-6f9476e5],
  .row-control--number[data-v-6f9476e5] {
    width: 100%;
    max-width: none;
    justify-self: stretch;
}
.status-controls[data-v-6f9476e5] {
    justify-items: stretch;
}
.switch-line[data-v-6f9476e5] {
    min-width: 0;
    text-align: left;
}
.system-note[data-v-6f9476e5] {
    text-align: left;
}
.settings-calendar[data-v-6f9476e5] .flatpickr-calendar.inline {
    font-size: 0.92rem;
}
}

.history[data-v-297dbbc7] {
  max-height: 180px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.sync-fab-wrapper[data-v-297dbbc7] {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1100;
}
.sync-fab-btn[data-v-297dbbc7] {
  background: #212529;
  color: #fff;
  border: 0;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sync-window[data-v-297dbbc7] {
  position: fixed;
  right: 1rem;
  bottom: 4.75rem;
  width: min(480px, calc(100vw - 2rem));
  z-index: 1099;
}

.audit-header[data-v-a5eba91b] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.audit-title[data-v-a5eba91b] {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.audit-title-icon[data-v-a5eba91b] {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8f7f1 0%, #f6fbff 100%);
  color: #177064;
  font-size: 1.45rem;
  box-shadow: inset 0 0 0 1px #b9d8cf;
}
.audit-title-heading[data-v-a5eba91b] {
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}
.audit-title-sub[data-v-a5eba91b] {
  margin: 0.2rem 0 0;
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.3;
}
.audit-toolbar[data-v-a5eba91b],
.audit-filterbar[data-v-a5eba91b],
.audit-match-summary[data-v-a5eba91b] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.8rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  background: #fff;
}
.audit-match-summary[data-v-a5eba91b] {
  align-items: center;
}
.audit-match-summary > div[data-v-a5eba91b] {
  min-width: 8rem;
}
.audit-summary-label[data-v-a5eba91b],
.audit-field span[data-v-a5eba91b] {
  display: block;
  margin-bottom: 0.25rem;
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 700;
}
.audit-field[data-v-a5eba91b] {
  min-width: 11rem;
  text-align: left;
}
.audit-field-wide[data-v-a5eba91b] {
  flex: 1 1 18rem;
}
.audit-field input[data-v-a5eba91b],
.audit-field select[data-v-a5eba91b] {
  width: 100%;
  padding: 0.45rem 0.65rem;
}
.audit-primary-btn[data-v-a5eba91b],
.audit-secondary-btn[data-v-a5eba91b],
.audit-icon-btn[data-v-a5eba91b] {
  min-height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid #172033;
  padding: 0 1rem;
  font-weight: 700;
  transition: background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}
.audit-primary-btn[data-v-a5eba91b] {
  background: #172033;
  color: #fff;
}
.audit-secondary-btn[data-v-a5eba91b],
.audit-icon-btn[data-v-a5eba91b] {
  background: #fff;
  color: #172033;
}
.audit-icon-btn[data-v-a5eba91b] {
  width: 42px;
  padding: 0;
}
.audit-primary-btn[data-v-a5eba91b]:disabled,
.audit-secondary-btn[data-v-a5eba91b]:disabled,
.audit-icon-btn[data-v-a5eba91b]:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.audit-tabs[data-v-a5eba91b] {
  display: inline-flex;
  margin-bottom: 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.audit-tabs button[data-v-a5eba91b] {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 0;
  border-right: 1px solid #cbd5e1;
  padding: 0 1rem;
  background: #fff;
  color: #334155;
  font-weight: 700;
}
.audit-tabs button[data-v-a5eba91b]:last-child {
  border-right: 0;
}
.audit-tabs button.active[data-v-a5eba91b] {
  background: #172033;
  color: #fff;
}
.audit-content[data-v-a5eba91b] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.8fr);
  gap: 1rem;
  align-items: start;
}
.audit-list[data-v-a5eba91b],
.audit-detail[data-v-a5eba91b] {
  border: 1px solid #d8dee8;
  border-radius: 8px;
  background: #fff;
}
.audit-list[data-v-a5eba91b] {
  overflow: hidden;
}
.audit-list-item[data-v-a5eba91b] {
  width: 100%;
  display: grid;
  grid-template-columns: 9.5rem minmax(10rem, 14rem) minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  border: 0;
  border-bottom: 1px solid #e2e8f0;
  padding: 0.85rem 1rem;
  background: #fff;
  color: #172033;
  text-align: left;
}
.audit-list-item-email[data-v-a5eba91b] {
  grid-template-columns: 9.5rem minmax(0, 1fr) auto;
}
.audit-list-item > span[data-v-a5eba91b] {
  min-width: 0;
}
.audit-list-item > span[data-v-a5eba91b]:not(.audit-status),
.audit-list-item strong[data-v-a5eba91b],
.audit-list-item small[data-v-a5eba91b] {
  overflow: hidden;
  text-overflow: ellipsis;
}
.audit-item-main[data-v-a5eba91b] {
  display: grid;
  gap: 0.2rem;
}
.audit-item-main small[data-v-a5eba91b],
.audit-list-item small[data-v-a5eba91b] {
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.25;
  white-space: nowrap;
}
.audit-list-item[data-v-a5eba91b]:hover,
.audit-list-item.active[data-v-a5eba91b] {
  background: #eef8ff;
}
.audit-item-time[data-v-a5eba91b] {
  color: #64748b;
  font-size: 0.88rem;
}
.audit-detail[data-v-a5eba91b] {
  min-height: 18rem;
  padding: 1rem;
  text-align: left;
}
.audit-detail-head[data-v-a5eba91b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  color: #64748b;
  font-size: 0.88rem;
}
.audit-detail h3[data-v-a5eba91b] {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}
.audit-detail dl[data-v-a5eba91b] {
  margin: 0 0 1rem;
}
.audit-detail dl > div[data-v-a5eba91b] {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}
.audit-detail dt[data-v-a5eba91b] {
  color: #64748b;
  font-weight: 700;
}
.audit-detail dd[data-v-a5eba91b] {
  margin: 0;
  overflow-wrap: anywhere;
}
.audit-detail pre[data-v-a5eba91b] {
  max-height: 24rem;
  overflow: auto;
  margin: 0;
  padding: 0.85rem;
  border-radius: 8px;
  background: #0f172a;
  color: #e2e8f0;
  font-size: 0.82rem;
  line-height: 1.45;
}
.audit-change-table[data-v-a5eba91b],
.audit-field-list[data-v-a5eba91b] {
  margin-bottom: 1rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.audit-change-head[data-v-a5eba91b],
.audit-change-row[data-v-a5eba91b] {
  display: grid;
  grid-template-columns: minmax(7rem, 0.8fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
}
.audit-change-head[data-v-a5eba91b] {
  background: #f8fafc;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}
.audit-change-row[data-v-a5eba91b] {
  border-top: 1px solid #e2e8f0;
  color: #334155;
  font-size: 0.9rem;
}
.audit-change-row span[data-v-a5eba91b],
.audit-field-row strong[data-v-a5eba91b] {
  min-width: 0;
  overflow-wrap: anywhere;
  font-weight: 600;
}
.audit-field-row[data-v-a5eba91b] {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  border-top: 1px solid #e2e8f0;
}
.audit-field-row[data-v-a5eba91b]:first-child {
  border-top: 0;
}
.audit-field-row span[data-v-a5eba91b] {
  color: #64748b;
  font-weight: 800;
}
.audit-mail-preview-btn[data-v-a5eba91b] {
  width: 100%;
  margin-bottom: 1rem;
}
.audit-modal-backdrop[data-v-a5eba91b] {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(15, 23, 42, 0.62);
}
.audit-modal[data-v-a5eba91b] {
  width: min(64rem, 100%);
  max-height: min(52rem, calc(100vh - 2.5rem));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  background: #fff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.24);
  text-align: left;
}
.audit-modal-head[data-v-a5eba91b] {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid #e2e8f0;
}
.audit-modal-head h3[data-v-a5eba91b] {
  margin: 0;
  color: #172033;
  font-size: 1.08rem;
  line-height: 1.35;
}
.audit-modal-head p[data-v-a5eba91b] {
  margin: 0.35rem 0 0;
  color: #64748b;
  overflow-wrap: anywhere;
}
.audit-preview-tabs[data-v-a5eba91b] {
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e2e8f0;
}
.audit-preview-tabs button[data-v-a5eba91b] {
  min-height: 2.25rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 0 0.8rem;
  background: #fff;
  color: #334155;
  font-weight: 800;
}
.audit-preview-tabs button.active[data-v-a5eba91b] {
  border-color: #172033;
  background: #172033;
  color: #fff;
}
.audit-preview-tabs button[data-v-a5eba91b]:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.audit-mail-frame[data-v-a5eba91b] {
  width: 100%;
  min-height: 34rem;
  flex: 1;
  border: 0;
  background: #f8fafc;
}
.audit-mail-text[data-v-a5eba91b] {
  min-height: 24rem;
  max-height: 34rem;
  overflow: auto;
  margin: 0;
  padding: 1rem;
  background: #0f172a;
  color: #e2e8f0;
  font-size: 0.86rem;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.audit-badge[data-v-a5eba91b],
.audit-status[data-v-a5eba91b] {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  border-radius: 999px;
  padding: 0.15rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
}
.audit-badge[data-v-a5eba91b] {
  background: #ecfeff;
  color: #0e7490;
}
.audit-status-done[data-v-a5eba91b] {
  background: #dcfce7;
  color: #166534;
}
.audit-status-failed[data-v-a5eba91b] {
  background: #fee2e2;
  color: #991b1b;
}
.audit-status-pending[data-v-a5eba91b] {
  background: #fef3c7;
  color: #92400e;
}
.audit-status-processing[data-v-a5eba91b] {
  background: #dbeafe;
  color: #1d4ed8;
}
.audit-status-unknown[data-v-a5eba91b] {
  background: #e2e8f0;
  color: #475569;
}
.audit-empty[data-v-a5eba91b],
.audit-error[data-v-a5eba91b] {
  padding: 1rem;
  color: #64748b;
  text-align: left;
}
.audit-error[data-v-a5eba91b] {
  margin-bottom: 1rem;
  border: 1px solid #fecaca;
  border-radius: 8px;
  background: #fef2f2;
  color: #991b1b;
}
@media (max-width: 992px) {
.audit-content[data-v-a5eba91b] {
    grid-template-columns: 1fr;
}
.audit-list-item[data-v-a5eba91b] {
    grid-template-columns: 1fr auto;
}
.audit-item-time[data-v-a5eba91b],
  .audit-item-main[data-v-a5eba91b] {
    grid-column: 1 / -1;
}
.audit-change-head[data-v-a5eba91b],
  .audit-change-row[data-v-a5eba91b] {
    grid-template-columns: 1fr;
    gap: 0.25rem;
}
}
@media (max-width: 576px) {
.audit-toolbar[data-v-a5eba91b],
  .audit-filterbar[data-v-a5eba91b],
  .audit-match-summary[data-v-a5eba91b] {
    align-items: stretch;
}
.audit-field[data-v-a5eba91b],
  .audit-primary-btn[data-v-a5eba91b],
  .audit-secondary-btn[data-v-a5eba91b] {
    width: 100%;
}
.audit-modal-backdrop[data-v-a5eba91b] {
    padding: 0.75rem;
}
.audit-modal[data-v-a5eba91b] {
    max-height: calc(100vh - 1.5rem);
}
.audit-modal-head[data-v-a5eba91b] {
    align-items: flex-start;
}
.audit-mail-frame[data-v-a5eba91b] {
    min-height: 26rem;
}
}
