/* _content/Oikos.Web/Components/Dialogs/BonixRegisterDialog.razor.rz.scp.css */
.register-dialog__container[b-p115hmyul2] {
    width: 420px;
    padding: 1.75rem 1.5rem 2rem;
}

.register-dialog__header[b-p115hmyul2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.register-dialog__close[b-p115hmyul2] {
    margin-left: -0.25rem;
}

.register-dialog__title[b-p115hmyul2] {
    font-weight: 700;
}

.register-dialog__subtitle[b-p115hmyul2] {
    margin-top: 0.5rem;
    color: var(--mud-palette-text-secondary);
}

.register-dialog__login-link[b-p115hmyul2] {
    color: var(--mud-palette-primary);
    font-weight: 600;
}

.register-dialog__form[b-p115hmyul2] {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.register-dialog__grid[b-p115hmyul2] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.register-dialog__field[b-p115hmyul2] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}


.register-dialog__field--section[b-p115hmyul2] {
    grid-column: 1 / -1;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(111, 57, 244, 0.16);
    margin-top: 0.75rem;
    padding-bottom: 0.25rem;
}

.register-dialog__field[b-p115hmyul2]  .mud-input-root {
    border-radius: 12px;
    border: 1px solid #e5e2f3;
    background-color: #f9f8ff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.register-dialog__field[b-p115hmyul2]  .mud-input-root:hover,
.register-dialog__field[b-p115hmyul2]  .mud-input-root.mud-focused {
    border-color: #c8c1ed;
    box-shadow: 0 0 0 3px rgba(111, 57, 244, 0.12);
}

.register-dialog__field[b-p115hmyul2]  .mud-input-root .mud-input-slot,
.register-dialog__field[b-p115hmyul2]  .mud-input-root input {
    color: #2b2541;
}

.register-dialog__field[b-p115hmyul2]  .mud-input-root input::placeholder {
    color: rgba(43, 37, 65, 0.45);
}

.register-dialog__field[b-p115hmyul2]  .mud-input-underline::before,
.register-dialog__field[b-p115hmyul2]  .mud-input-underline::after {
    display: none;
}

.register-dialog__verification-hint[b-p115hmyul2] {
    color: var(--mud-palette-text-secondary);
    margin-bottom: 0.5rem;
}

.register-dialog__privacy[b-p115hmyul2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.register-dialog__privacy-label[b-p115hmyul2] {
    color: var(--mud-palette-text-secondary);
}

.register-dialog__privacy-label a[b-p115hmyul2] {
    color: var(--mud-palette-primary);
    text-decoration: underline;
}

.register-dialog__privacy-label a:hover[b-p115hmyul2] {
    text-decoration: none;
}

.register-dialog__submit[b-p115hmyul2] {
    margin-top: 1.25rem;
    width: 100%;
    text-transform: none;
    font-weight: 600;
}

.register-dialog__actions[b-p115hmyul2] {
    display: flex;
    justify-content: center;
    margin-top: 0.75rem;
}

.register-dialog__membership[b-p115hmyul2] {
    text-transform: none;
    font-weight: 500;
}

@media (max-width: 480px) {
    .register-dialog__container[b-p115hmyul2] {
        width: 100%;
    }

    .register-dialog__grid[b-p115hmyul2] {
        grid-template-columns: 1fr;
    }
}
/* _content/Oikos.Web/Components/Dialogs/RegisterDialog.razor.rz.scp.css */
.register-dialog__container[b-gp4f8qulbi] {
    width: 420px;
    padding: 1.75rem 1.5rem 2rem;
}

.register-dialog__header[b-gp4f8qulbi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.register-dialog__close[b-gp4f8qulbi] {
    margin-left: -0.25rem;
}

.register-dialog__title[b-gp4f8qulbi] {
    font-weight: 700;
}

.register-dialog__subtitle[b-gp4f8qulbi] {
    margin-top: 0.5rem;
    color: var(--mud-palette-text-secondary);
}

.register-dialog__login-link[b-gp4f8qulbi] {
    color: var(--mud-palette-primary);
    font-weight: 600;
}

.register-dialog__form[b-gp4f8qulbi] {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.register-dialog__grid[b-gp4f8qulbi] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.register-dialog__field[b-gp4f8qulbi] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}


.register-dialog__field--section[b-gp4f8qulbi] {
    grid-column: 1 / -1;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(111, 57, 244, 0.16);
    margin-top: 0.75rem;
    padding-bottom: 0.25rem;
}

.register-dialog__field[b-gp4f8qulbi]  .mud-input-root {
    border-radius: 12px;
    border: 1px solid #e5e2f3;
    background-color: #f9f8ff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.register-dialog__field[b-gp4f8qulbi]  .mud-input-root:hover,
.register-dialog__field[b-gp4f8qulbi]  .mud-input-root.mud-focused {
    border-color: #c8c1ed;
    box-shadow: 0 0 0 3px rgba(111, 57, 244, 0.12);
}

.register-dialog__field[b-gp4f8qulbi]  .mud-input-root .mud-input-slot,
.register-dialog__field[b-gp4f8qulbi]  .mud-input-root input {
    color: #2b2541;
}

.register-dialog__field[b-gp4f8qulbi]  .mud-input-root input::placeholder {
    color: rgba(43, 37, 65, 0.45);
}

.register-dialog__field[b-gp4f8qulbi]  .mud-input-underline::before,
.register-dialog__field[b-gp4f8qulbi]  .mud-input-underline::after {
    display: none;
}

.register-dialog__verification-hint[b-gp4f8qulbi] {
    color: var(--mud-palette-text-secondary);
    margin-bottom: 0.5rem;
}

.register-dialog__privacy[b-gp4f8qulbi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.register-dialog__privacy-label[b-gp4f8qulbi] {
    color: var(--mud-palette-text-secondary);
}

.register-dialog__privacy-label a[b-gp4f8qulbi] {
    color: var(--mud-palette-primary);
    text-decoration: underline;
}

.register-dialog__privacy-label a:hover[b-gp4f8qulbi] {
    text-decoration: none;
}

.register-dialog__submit[b-gp4f8qulbi] {
    margin-top: 1.25rem;
    width: 100%;
    text-transform: none;
    font-weight: 600;
}

.register-dialog__actions[b-gp4f8qulbi] {
    display: flex;
    justify-content: center;
    margin-top: 0.75rem;
}

.register-dialog__membership[b-gp4f8qulbi] {
    text-transform: none;
    font-weight: 500;
}

@media (max-width: 480px) {
    .register-dialog__container[b-gp4f8qulbi] {
        width: 100%;
    }

    .register-dialog__grid[b-gp4f8qulbi] {
        grid-template-columns: 1fr;
    }
}
/* _content/Oikos.Web/Components/Invoice/ClaimStatusLegend.razor.rz.scp.css */
.status-legend-wrapper[b-pq7c8uxqls] {
    width: 100%;
}

.status-legend[b-pq7c8uxqls] {
    padding: 1.75rem;
    margin: 1.5rem 0;
    background: radial-gradient(circle at 20% 20%, rgba(108, 118, 255, 0.06), transparent 38%),
        radial-gradient(circle at 80% 0%, rgba(34, 197, 255, 0.06), transparent 35%);
}

.status-legend::deep .mud-table[b-pq7c8uxqls] {
    width: 100%;
}

.status-legend::deep .status-legend-table[b-pq7c8uxqls] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    background-color: var(--mud-palette-surface);
}

.status-legend::deep .mud-table-header[b-pq7c8uxqls] {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.08);
    backdrop-filter: blur(4px);
}

.status-legend::deep .mud-table-cell[b-pq7c8uxqls] {
    vertical-align: top;
    padding: 14px 16px;
}

.status-legend::deep .mud-table-row:hover[b-pq7c8uxqls] {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.06);
    transition: background-color 120ms ease;
}

.status-legend::deep .status-legend-name[b-pq7c8uxqls] {
    font-weight: 700;
    color: var(--mud-palette-primary);
    letter-spacing: 0.1px;
}

.status-legend::deep .status-legend-description[b-pq7c8uxqls] {
    color: var(--mud-palette-text-secondary);
    line-height: 1.55;
}
/* _content/Oikos.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* Styles for MainLayout are now handled in wwwroot/app.css to ensure proper application to MudBlazor components */
/* _content/Oikos.Web/Components/Layout/NavMenus/AdminNavMenu.razor.rz.scp.css */
.navmenu__drawer::deep .mud-drawer-content[b-0r2nsv9gtx] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.navmenu__logo[b-0r2nsv9gtx] {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
}

.navmenu__logo-link[b-0r2nsv9gtx] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.navmenu__logo-image[b-0r2nsv9gtx] {
    height: 35px;
    width: auto;
}

.navmenu__container .mud-nav-link[b-0r2nsv9gtx] {
    padding: 4px 12px;
    font-size: 0.65rem;
    color: #4a5568;
    border-radius: 6px;
    margin-bottom: 2px;
}

.navmenu__container::deep .mud-nav-link-text[b-0r2nsv9gtx] {
    font-size: 0.75rem;
}

.navmenu__container::deep .mud-icon-size-medium[b-0r2nsv9gtx] {
    font-size: 0.99rem;
}

.navmenu__container .mud-nav-link.active[b-0r2nsv9gtx] {
    background-color: #e2e8f0;
    color: var(--mud-palette-primary);
    font-weight: 500;
}

.navmenu__container .mud-nav-link:hover:not(.active):not(.mud-nav-link-disabled)[b-0r2nsv9gtx] {
    background-color: #f7fafc;
}

.navmenu__container .mud-nav-link-icon[b-0r2nsv9gtx] {
    min-width: 24px;
    margin-right: 12px;
    color: #718096;
}

.navmenu__container .mud-nav-link.active .mud-nav-link-icon[b-0r2nsv9gtx] {
    color: var(--mud-palette-primary);
}

.navmenu__wrapper[b-0r2nsv9gtx] {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
}

.mud-nav-link-disabled[b-0r2nsv9gtx] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* _content/Oikos.Web/Components/Layout/NavMenus/EmployeeNavMenu.razor.rz.scp.css */
.navmenu__drawer::deep .mud-drawer-content[b-ieyimnfssb] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.navmenu__logo[b-ieyimnfssb] {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
}

.navmenu__logo-link[b-ieyimnfssb] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.navmenu__logo-image[b-ieyimnfssb] {
    height: 35px;
    width: auto;
}

.navmenu__container .mud-nav-link[b-ieyimnfssb] {
    padding: 4px 12px;
    font-size: 0.65rem;
    color: #4a5568;
    border-radius: 6px;
    margin-bottom: 2px;
}

.navmenu__container::deep .mud-nav-link-text[b-ieyimnfssb] {
    font-size: 0.75rem;
}

.navmenu__container::deep .mud-icon-size-medium[b-ieyimnfssb] {
    font-size: 0.99rem;
}

.navmenu__container .mud-nav-link.active[b-ieyimnfssb] {
    background-color: #e2e8f0;
    color: var(--mud-palette-primary);
    font-weight: 500;
}

.navmenu__container .mud-nav-link:hover:not(.active):not(.mud-nav-link-disabled)[b-ieyimnfssb] {
    background-color: #f7fafc;
}

.navmenu__container .mud-nav-link-icon[b-ieyimnfssb] {
    min-width: 24px;
    margin-right: 12px;
    color: #718096;
}

.navmenu__container .mud-nav-link.active .mud-nav-link-icon[b-ieyimnfssb] {
    color: var(--mud-palette-primary);
}

.navmenu__wrapper[b-ieyimnfssb] {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
}

.mud-nav-link-disabled[b-ieyimnfssb] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* _content/Oikos.Web/Components/Layout/NavMenus/UserNavMenu.razor.rz.scp.css */
.navmenu__drawer::deep .mud-drawer-content[b-veeyxwc8pz] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.navmenu__logo[b-veeyxwc8pz] {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
}

.navmenu__logo-link[b-veeyxwc8pz] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.navmenu__logo-image[b-veeyxwc8pz] {
    height: 35px;
    width: auto;
}

.navmenu__list .mud-nav-link[b-veeyxwc8pz] {
    padding: 8px 16px;
    font-size: 0.9rem;
    color: #4a5568;
    border-radius: 6px;
}

.navmenu__list .mud-nav-link.active[b-veeyxwc8pz] {
    background-color: #e2e8f0;
    color: var(--mud-palette-primary);
    font-weight: 500;
    border-radius: 6px;
}

.navmenu__list .mud-nav-link:hover:not(.active):not(.mud-nav-link-disabled)[b-veeyxwc8pz] {
    background-color: #f7fafc;
}

.navmenu__list .mud-nav-link-icon[b-veeyxwc8pz] {
    min-width: 24px;
    margin-right: 12px;
    color: #718096;
}

.navmenu__list .mud-nav-link.active .mud-nav-link-icon[b-veeyxwc8pz] {
    color: var(--mud-palette-primary);
}

.mud-nav-link-disabled[b-veeyxwc8pz] {
    opacity: 0.6;
    cursor: not-allowed;
}

.navmenu__scrollable[b-veeyxwc8pz] {
    overflow-y: auto;
    overflow-x: hidden;
}
/* _content/Oikos.Web/Components/Layout/UserAvatar/Dialogs/Com/AvatarEditDialog.razor.rz.scp.css */
.img-container[b-coebic4hpc] {
    height: 400px;
    width: 600px;
}

.cropper-img[b-coebic4hpc] {
    width: 400px;
    height: 400px;
}

.previewed-image[b-coebic4hpc] {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50px;
}
/* _content/Oikos.Web/Components/Pages/Admin/CompanyChecks/History.razor.rz.scp.css */
.company-check-history-table .actions-column[b-cyuoim3en9] {
    text-align: right;
}

.company-check-history-table .actions-cell[b-cyuoim3en9] {
    white-space: nowrap;
    text-align: right;
}

.company-check-history-table .actions-stack[b-cyuoim3en9] {
    justify-content: flex-end;
    gap: 0.5rem;
}

.company-check-history-table .actions-stack .mud-button-root[b-cyuoim3en9] {
    min-width: auto;
}
/* _content/Oikos.Web/Components/Pages/Admin/CompanyChecks/Index.razor.rz.scp.css */
.wizard-background[b-nkguhnejyi] {
  min-height: 100vh;
  padding: 48px 0;
  background: radial-gradient(circle at 10% 20%, rgba(var(--mud-palette-primary-rgb), 0.08) 0%, transparent 55%),
    radial-gradient(circle at 90% 0%, rgba(var(--mud-palette-secondary-rgb), 0.12) 0%, transparent 50%),
    linear-gradient(135deg, rgba(var(--mud-palette-background-rgb), 0.95) 0%, rgba(var(--mud-palette-surface-rgb), 0.9) 35%, #ffffff 100%);
}

.company-check-wizard-background[b-nkguhnejyi] {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wizard-container[b-nkguhnejyi] {
  position: relative;
  padding-inline: 24px;
  flex: 1;
}

.company-checks-footer[b-nkguhnejyi] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 16px 8px;
  margin-top: 24px;
  text-align: center;
}

.company-checks-footer .mud-typography[b-nkguhnejyi] {
  letter-spacing: 0.16em;
  font-weight: 600;
}

.company-checks-disclaimer-backdrop[b-nkguhnejyi] {
  position: fixed;
  inset: 0;
  background-color: rgba(15, 23, 42, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 2200;
}

.company-checks-disclaimer-backdrop[b-nkguhnejyi] .company-checks-disclaimer-card {
  max-width: 600px;
  border-radius: 24px;
  text-align: center;
  max-height: 90vh;
  overflow-y: auto;
}

.company-checks-sepa-card[b-nkguhnejyi] {
  width: 100%;
  max-width: 420px;
  text-align: left;
  max-height: 90vh;
  overflow-y: auto;
}

.company-checks-sepa-card .wizard-text-center[b-nkguhnejyi] {
  text-align: center;
}

.company-checks-sepa-upload[b-nkguhnejyi] {
  width: 100%;
}

.company-checks-sepa-upload .mud-button-root[b-nkguhnejyi] {
  width: 100%;
  justify-content: center;
}

.company-check-wizard-card[b-nkguhnejyi] {
  border-radius: 36px;
  background: rgba(var(--mud-palette-surface-rgb), 0.94);
  box-shadow: 0 28px 80px rgba(var(--mud-palette-primary-rgb), 0.16);
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.wizard-content[b-nkguhnejyi] {
  padding: 40px 64px 48px;
}

.wizard-shell[b-nkguhnejyi] {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.wizard-header[b-nkguhnejyi] {
  gap: 12px;
}

.wizard-text-center[b-nkguhnejyi] {
  text-align: center;
  width: 100%;
}

.wizard-progress-card[b-nkguhnejyi] {
  padding: 18px 24px;
  border-radius: 24px;
  background: rgba(var(--mud-palette-background-rgb), 0.78);
  box-shadow: var(--mud-elevation-6);
  backdrop-filter: blur(12px);
}

.wizard-progress[b-nkguhnejyi] {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.wizard-progress-item[b-nkguhnejyi] {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: rgba(var(--mud-palette-primary-rgb), 0.06);
  background-clip: padding-box;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  color: inherit;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  overflow: visible;
}

.wizard-progress-item .mud-button-label[b-nkguhnejyi] {
  width: 100%;
  padding: 0;
}

.wizard-progress-content[b-nkguhnejyi] {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
}

.wizard-progress-item:disabled[b-nkguhnejyi] {
  cursor: default;
  opacity: 0.65;
}

.wizard-progress-item:hover:not(:disabled)[b-nkguhnejyi] {
  transform: translateY(-2px);
  background: rgba(var(--mud-palette-primary-rgb), 0.14);
  box-shadow: var(--mud-elevation-8);
  border-color: rgba(var(--mud-palette-primary-rgb), 0.35);
}

.wizard-progress-item.active[b-nkguhnejyi] {
  background: rgba(var(--mud-palette-primary-rgb), 0.2);
  border-color: rgba(var(--mud-palette-primary-rgb), 0.5);
  box-shadow: var(--mud-elevation-10);
}

.wizard-progress-item.completed[b-nkguhnejyi] {
  background: rgba(var(--mud-palette-success-rgb), 0.15);
  border-color: rgba(var(--mud-palette-success-rgb), 0.45);
  box-shadow: var(--mud-elevation-6);
}

.wizard-progress-item.completed:hover:not(:disabled)[b-nkguhnejyi] {
  background: rgba(var(--mud-palette-success-rgb), 0.2);
}

.wizard-progress-item:focus-visible[b-nkguhnejyi] {
  outline: 3px solid rgba(var(--mud-palette-primary-rgb), 0.35);
  outline-offset: 2px;
}

.wizard-progress-circle[b-nkguhnejyi] {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(140deg, rgba(var(--mud-palette-primary-rgb), 0.12), rgba(var(--mud-palette-primary-rgb), 0.02));
  color: var(--mud-palette-primary);
  box-shadow: inset 0 0 0 1px rgba(var(--mud-palette-primary-rgb), 0.15);
}

.wizard-progress-circle .mud-icon-root[b-nkguhnejyi] {
  font-size: 26px;
}

.wizard-progress-index[b-nkguhnejyi] {
  position: absolute;
  bottom: -6px;
  right: -6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(var(--mud-palette-primary-rgb), 0.85);
  color: white;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(15, 23, 42, 0.2);
}

.wizard-progress-item.completed .wizard-progress-circle[b-nkguhnejyi] {
  background: linear-gradient(140deg, rgba(var(--mud-palette-success-rgb), 0.18), rgba(var(--mud-palette-success-rgb), 0.08));
  color: var(--mud-palette-success);
  box-shadow: inset 0 0 0 1px rgba(var(--mud-palette-success-rgb), 0.25);
}

.wizard-progress-text[b-nkguhnejyi] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wizard-progress-connector[b-nkguhnejyi] {
  flex: 1;
  height: 2px;
  align-self: center;
  background: linear-gradient(90deg, rgba(var(--mud-palette-primary-rgb), 0.25), rgba(var(--mud-palette-primary-rgb), 0));
}

.wizard-step-body[b-nkguhnejyi] {
  padding: 8px 0;
}

.wizard-hero[b-nkguhnejyi] {
  background: linear-gradient(135deg, rgba(var(--mud-palette-primary-rgb), 0.12), rgba(var(--mud-palette-primary-rgb), 0.04));
  border-radius: 28px;
  box-shadow: var(--mud-elevation-4);
}

.wizard-hero-icon[b-nkguhnejyi] {
  font-size: 48px;
}

.wizard-section[b-nkguhnejyi] {
  border-radius: 22px;
  background: rgba(var(--mud-palette-surface-rgb), 0.95);
  box-shadow: var(--mud-elevation-4);
}

.wizard-primary-action[b-nkguhnejyi] {
  min-width: 160px;
  padding-inline: 32px;
  border-radius: 14px;
  font-weight: 600;
  box-shadow: var(--mud-elevation-6);
}

.wizard-primary-action:disabled[b-nkguhnejyi] {
  box-shadow: none;
}

.wizard-alert[b-nkguhnejyi] {
  border-radius: 18px;
}

.wizard-empty-state[b-nkguhnejyi] {
  padding-block: 32px;
}

.wizard-payment[b-nkguhnejyi] {
  text-align: center;
}

.wizard-report-grid[b-nkguhnejyi] {
  margin-top: 8px;
}

.company-check-result-table[b-nkguhnejyi] {
  border-radius: 18px;
  overflow: hidden;
}

.company-check-result-table__table[b-nkguhnejyi] {
  width: 100%;
}

.company-check-result-table__table .mud-table-container[b-nkguhnejyi] {
  overflow-x: visible;
}

.company-check-result-table__table .mud-table-cell[b-nkguhnejyi],
.company-check-result-table__table .mud-table-head-cell[b-nkguhnejyi] {
  white-space: normal;
  word-break: break-word;
}

.company-check-result-table__table .mud-table-root[b-nkguhnejyi] {
  border-radius: inherit;
}

.company-check-result-table__table table tbody tr[b-nkguhnejyi] {
  transition: background-color 0.2s ease;
}

.company-check-result-table__table table tbody tr:hover[b-nkguhnejyi] {
  background-color: rgba(var(--mud-palette-primary-rgb), 0.06);
}

.company-check-result-table__actions-header[b-nkguhnejyi],
.company-check-result-table__actions-cell[b-nkguhnejyi] {
  text-align: center;
  white-space: nowrap;
}

.company-check-result-table__actions-cell .mud-button-root[b-nkguhnejyi] {
  font-weight: 600;
}

@media (max-width: 1200px) {
  .wizard-content[b-nkguhnejyi] {
    padding: 32px 40px;
  }

  .wizard-progress[b-nkguhnejyi] {
    flex-direction: column;
    align-items: stretch;
  }

  .wizard-progress-connector[b-nkguhnejyi] {
    width: 100%;
    height: 2px;
    display: none;
  }
}

@media (max-width: 900px) {
  .wizard-content[b-nkguhnejyi] {
    padding: 28px 24px 36px;
  }

  .wizard-progress-card[b-nkguhnejyi] {
    padding: 16px;
  }

  .wizard-progress-circle[b-nkguhnejyi] {
    width: 42px;
    height: 42px;
  }

  .wizard-progress-item[b-nkguhnejyi] {
    padding: 10px 16px;
  }
}

@media (max-width: 600px) {
  .wizard-background[b-nkguhnejyi] {
    padding: 32px 0;
  }

  .company-checks-disclaimer-backdrop[b-nkguhnejyi] {
    align-items: flex-start;
  }

  .company-checks-sepa-card[b-nkguhnejyi],
  .company-checks-disclaimer-card[b-nkguhnejyi] {
    width: 100%;
    max-height: 100vh;
    padding: 16px !important;
  }

  .wizard-content[b-nkguhnejyi] {
    padding: 24px 20px 32px;
  }

  .wizard-hero[b-nkguhnejyi] {
    padding: 32px 16px !important;
  }

  .wizard-section[b-nkguhnejyi] {
    padding: 24px 16px !important;
  }
}
/* _content/Oikos.Web/Components/Pages/Admin/Dashboard.razor.rz.scp.css */
.home-screen[b-yok8hpp92d] {
    min-height: calc(100vh - 120px);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    padding: 3.5rem 2.5rem;
}

.home-header[b-yok8hpp92d] {
    width: min(1180px, 100%);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
    margin: 0 auto;
}

.home-header__greeting[b-yok8hpp92d] {
    font-weight: 700;
}

.home-header__subtitle[b-yok8hpp92d] {
    color: var(--mud-palette-text-secondary);
    max-width: 420px;
}

.home-shell[b-yok8hpp92d] {
    width: min(1180px, 100%);
    display: flex;
    gap: 1.75rem;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
}

.home-shell--alert[b-yok8hpp92d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.home-shell--alert .home-alert[b-yok8hpp92d] {
    grid-column: 1 / -1;
}

.home-alert[b-yok8hpp92d] {
    width: 100%;
    border-radius: 18px;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, rgba(255, 183, 94, 0.18), rgba(255, 219, 168, 0.4));
    border: 1px solid rgba(var(--mud-palette-warning-rgb), 0.35);
    box-shadow: 0 14px 32px rgba(255, 153, 0, 0.16);
}

.home-alert__content[b-yok8hpp92d] {
    width: 100%;
    gap: 1.5rem;
    flex-wrap: nowrap;
}

.home-alert__message[b-yok8hpp92d] {
    font-weight: 700;
    color: var(--mud-palette-warning-text);
    flex: 1 1 auto;
}

.home-alert__action.mud-button-root[b-yok8hpp92d] {
    text-transform: none;
    font-weight: 700;
    padding-inline: 1.25rem;
    border-radius: 12px;
    color: var(--mud-palette-text-primary);
    background: linear-gradient(90deg, rgba(255, 170, 43, 0.95), rgba(255, 140, 0, 0.98));
    box-shadow: 0 10px 24px rgba(255, 159, 10, 0.35);
}

.home-alert__action.mud-button-root:hover[b-yok8hpp92d],
.home-alert__action.mud-button-root:focus-visible[b-yok8hpp92d] {
    box-shadow: 0 14px 32px rgba(255, 159, 10, 0.5);
}

.home-card[b-yok8hpp92d] {
    flex: 1 1 320px;
    padding: 3rem;
    border-radius: 24px;
    background-color: var(--mud-palette-surface);
    border: 1px solid rgba(15, 28, 71, 0.08);
    box-shadow: 0 18px 46px rgba(15, 28, 71, 0.08);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.home-card--cta[b-yok8hpp92d] {
    --cta-color: var(--mud-palette-warning);
    --cta-color-rgb: var(--mud-palette-warning-rgb);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background-color: #fff;
    border: 1px solid rgba(var(--cta-color-rgb), 0.24);
}

.home-card--cta:focus[b-yok8hpp92d],
.home-card--cta:hover[b-yok8hpp92d] {
    outline: none;
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(15, 28, 71, 0.16);
    border-color: rgba(var(--cta-color-rgb), 0.42);
}

.home-card--cta:focus-visible[b-yok8hpp92d] {
    box-shadow: 0 0 0 4px rgba(var(--cta-color-rgb), 0.35), 0 28px 60px rgba(15, 28, 71, 0.16);
    border-color: rgba(var(--cta-color-rgb), 0.5);
}

.home-card__title[b-yok8hpp92d] {
    font-weight: 700;
}

.home-card--news[b-yok8hpp92d] {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 16% 20%, rgba(var(--mud-palette-primary-rgb), 0.12), transparent 36%),
        linear-gradient(135deg, rgba(var(--mud-palette-primary-rgb), 0.06), var(--mud-palette-surface));
    border-color: rgba(var(--mud-palette-primary-rgb), 0.2);
    box-shadow: 0 18px 46px rgba(15, 28, 71, 0.08);
    gap: 1.5rem;
}

.home-status-list[b-yok8hpp92d] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.status-card[b-yok8hpp92d] {
    --status-color: var(--mud-palette-info);
    --status-color-rgb: var(--mud-palette-info-rgb);
    --status-color-icon-alpha: 0.22;
    --status-color-count-alpha: 0.26;
}

.status-card.mud-button-root[b-yok8hpp92d] {
    width: 100%;
    justify-content: flex-start;
    padding: 0;
    border-radius: 24px;
    text-transform: none;
    background: var(--mud-palette-surface);
    background: rgba(var(--status-color-rgb), 0.12);
    box-shadow: 0 12px 32px rgba(15, 28, 71, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.status-card.mud-button-root:hover[b-yok8hpp92d],
.status-card.mud-button-root:focus-visible[b-yok8hpp92d] {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(15, 28, 71, 0.16);
    background: var(--mud-palette-surface);
    background: rgba(var(--status-color-rgb), 0.18);
}

.status-card .mud-button-label[b-yok8hpp92d] {
    width: 100%;
}

.status-card__content[b-yok8hpp92d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1.5rem;
    padding: 1.4rem 1.6rem;
}

.status-card__icon[b-yok8hpp92d] {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background: rgba(var(--status-color-rgb), var(--status-color-icon-alpha));
    color: var(--status-color);
}

.status-card__text[b-yok8hpp92d] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    text-align: left;
}

.status-card__text .mud-typography-subtitle1[b-yok8hpp92d] {
    font-weight: 600;
    color: var(--mud-palette-text-primary);
}

.status-card__text .mud-typography-body2[b-yok8hpp92d] {
    color: var(--mud-palette-text-secondary);
}

.status-card__count[b-yok8hpp92d] {
    min-width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    font-variant-numeric: tabular-nums;
    background: rgba(var(--status-color-rgb), var(--status-color-count-alpha));
    color: var(--status-color);
}

.home-cta[b-yok8hpp92d] {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.home-cta__badge[b-yok8hpp92d] {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    background: rgba(var(--cta-color-rgb), 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(var(--cta-color-rgb), 0.9);
    font-size: 32px;
}

.home-cta__title[b-yok8hpp92d] {
    font-weight: 700;
}

.home-cta__subtitle[b-yok8hpp92d] {
    color: var(--mud-palette-text-secondary);
    max-width: 320px;
}

.home-cta__action[b-yok8hpp92d] {
    margin-top: auto;
    font-weight: 600;
    color: var(--cta-color);
}

.home-cta__action .mud-icon-root[b-yok8hpp92d] {
    font-size: 1.4rem;
}

.home-news__headline[b-yok8hpp92d] {
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

.home-news__summary[b-yok8hpp92d] {
    color: var(--mud-palette-text-secondary);
    line-height: 1.6;
}

.home-news__cta[b-yok8hpp92d] {
    align-self: flex-start;
    margin-top: 0.25rem;
}

.home-news[b-yok8hpp92d] {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.home-news__badge[b-yok8hpp92d] {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: rgba(var(--mud-palette-primary-rgb), 0.16);
    color: var(--mud-palette-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 34px rgba(15, 28, 71, 0.14);
}

.home-news__content[b-yok8hpp92d] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (max-width: 1100px) {
    .home-shell[b-yok8hpp92d] {
        flex-direction: column;
    }

    .home-card[b-yok8hpp92d] {
        padding: 2.75rem 2.5rem;
    }
}

@media (max-width: 768px) {
    .home-screen[b-yok8hpp92d] {
        padding: 2.5rem 1.75rem;
        min-height: calc(100vh - 80px);
    }

    .status-card__content[b-yok8hpp92d] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .status-card__count[b-yok8hpp92d] {
        align-self: flex-end;
    }
}

@media (max-width: 520px) {
    .home-screen[b-yok8hpp92d] {
        padding: 2rem 1.25rem;
    }

    .status-card__content[b-yok8hpp92d] {
        padding: 1.2rem 1.3rem;
    }
}

/* Queue tabs — compact, no horizontal scroll */
.queue-tabs::deep .mud-tabs-header[b-yok8hpp92d] {
    overflow: hidden;
}

.queue-tabs::deep .mud-tab[b-yok8hpp92d] {
    min-width: 0;
    flex: 1 1 0;
    padding: 6px 10px;
}

.queue-tabs::deep .mud-tab-text[b-yok8hpp92d] {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
/* _content/Oikos.Web/Components/Pages/Admin/InvoiceStages/InvoiceStages.razor.rz.scp.css */
.stage-manager-table .stage-action-buttons[b-4t56qaewak] {
    display: inline-flex;
    align-items: center;
    gap: var(--mud-space-1);
}

.stage-manager-table .stage-action-buttons .mud-tooltip-root[b-4t56qaewak] {
    display: inline-flex;
}
/* _content/Oikos.Web/Components/Pages/Admin/Invoices/InvoiceDetail/InvoiceDetail.razor.rz.scp.css */
.invoice-detail-hero[b-k18nocnaxw] {
    background: var(--mud-palette-surface);
    border-radius: 16px;
}

.invoice-detail-hero-content[b-k18nocnaxw] {
    flex-wrap: wrap;
}

.invoice-detail-title[b-k18nocnaxw] {
    font-weight: 700;
    letter-spacing: 0.5px;
}

.invoice-detail-chips[b-k18nocnaxw] {
    flex-wrap: wrap;
}

.invoice-detail-grid[b-k18nocnaxw] {
    align-items: stretch;
}

.invoice-detail-card[b-k18nocnaxw] {
    border-radius: 16px;
    background: var(--mud-palette-surface);
}

.invoice-detail-section-title[b-k18nocnaxw] {
    font-weight: 600;
}

.invoice-detail-timeline[b-k18nocnaxw] {
    position: sticky;
    top: 24px;
}

.invoice-detail-history-list :deep(.mud-list-item)[b-k18nocnaxw] {
    align-items: flex-start;
}

.invoice-detail-history-icon[b-k18nocnaxw] {
    margin-top: 4px;
}
/* _content/Oikos.Web/Components/Pages/Admin/Invoices/Invoices.razor.rz.scp.css */
.invoice-filters[b-8aeffaxfxl] {
    overflow-x: hidden;
}

.invoice-filter-stack[b-8aeffaxfxl] {
    flex-wrap: wrap;
    align-items: center;
}

.invoice-filter-actions[b-8aeffaxfxl] {
    flex-wrap: wrap;
}

.invoice-filter-actions .mud-button[b-8aeffaxfxl] {
    white-space: nowrap;
}
/* _content/Oikos.Web/Components/Pages/Admin/TaxOffices/TaxOffices.razor.rz.scp.css */
/* Filter bar.
   Sizing lives on wrappers this component owns, so CSS isolation applies without ::deep;
   the controls themselves keep MudBlazor's own dense geometry and therefore match in height. */

.tof-filters[b-a12fyiw7bc] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    width: 100%;
}

/* Wide enough that the placeholder is not clipped, and takes the slack when the row grows. */
.tof-search[b-a12fyiw7bc] {
    flex: 1 1 320px;
    min-width: 240px;
}

.tof-filter[b-a12fyiw7bc] {
    flex: 0 1 200px;
    min-width: 160px;
}

.tof-toggle[b-a12fyiw7bc] {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    /* MudSwitch carries its own label margin; the row's gap already provides the spacing. */
    margin-left: 4px;
}

.tof-toggle[b-a12fyiw7bc]  .mud-switch {
    margin: 0;
}

.tof-toggle[b-a12fyiw7bc]  .mud-switch-label {
    white-space: nowrap;
    font-size: 0.875rem;
}

@media (max-width: 599px) {
    .tof-search[b-a12fyiw7bc],
    .tof-filter[b-a12fyiw7bc],
    .tof-toggle[b-a12fyiw7bc] {
        flex: 1 1 100%;
        min-width: 0;
    }

    .tof-toggle[b-a12fyiw7bc] {
        margin-left: 0;
    }
}
/* _content/Oikos.Web/Components/Pages/Login.razor.rz.scp.css */
.full-screen[b-u8h9x29m5u] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.5rem 2.5rem;
    background: linear-gradient(130deg, #f4edff 0%, #ffe9f3 100%);
}

.login-shell[b-u8h9x29m5u] {
    display: flex;
    width: min(1100px, 100%);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 38px 80px rgba(86, 47, 153, 0.25);
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.2) 100%);
    backdrop-filter: blur(16px);
    position: relative;
}

.login-panel[b-u8h9x29m5u] {
    flex: 1 1 60%;
    background: rgba(255, 255, 255, 0.92);
    padding: 3.25rem 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.login-panel__top[b-u8h9x29m5u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-panel__logo[b-u8h9x29m5u] {
    display: flex;
    align-items: center;
}

    .login-panel__logo img[b-u8h9x29m5u] {
        height: 52px;
        width: auto;
        display: block;
    }

.login-panel__register:global(.mud-button-root)[b-u8h9x29m5u] {
    text-transform: none;
    font-weight: 600;
    color: #6f39f4;
    border-radius: 999px;
    padding: 0.5rem 1.2rem;
}

    .login-panel__register:global(.mud-button-root):hover[b-u8h9x29m5u] {
        background-color: rgba(111, 57, 244, 0.08);
    }

.login-panel__title[b-u8h9x29m5u] {
    font-weight: 700;
}

.login-panel__subtitle[b-u8h9x29m5u] {
    color: var(--mud-palette-text-secondary);
    max-width: 340px;
}

.login-panel__form[b-u8h9x29m5u] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

    .login-panel__form[b-u8h9x29m5u]  .mud-input-root {
        border-radius: 14px;
        background-color: rgba(243, 238, 255, 0.6);
    }

        .login-panel__form[b-u8h9x29m5u]  .mud-input-root:hover {
            background-color: rgba(243, 238, 255, 0.8);
        }

        .login-panel__form[b-u8h9x29m5u]  .mud-input-root input {
            color: #2b2541;
        }

    .login-panel__form[b-u8h9x29m5u]  .mud-input-underline::before,
    .login-panel__form[b-u8h9x29m5u]  .mud-input-underline::after {
        display: none;
    }

    .login-panel__form[b-u8h9x29m5u]  .mud-input-label {
        font-weight: 500;
    }

.login-panel__submit:global(.mud-button-root)[b-u8h9x29m5u] {
    margin-top: 0.5rem;
    align-self: flex-start;
    text-transform: none;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.9rem 2.4rem;
    background: linear-gradient(90deg, #5a2bd4 0%, #8734e8 100%);
    box-shadow: 0 14px 28px rgba(90, 43, 212, 0.25);
}

    .login-panel__submit:global(.mud-button-root):hover[b-u8h9x29m5u] {
        background: linear-gradient(90deg, #4d23b7 0%, #762ed0 100%);
    }

.login-panel__support[b-u8h9x29m5u] {
    color: #6f39f4;
    font-weight: 600;
    text-decoration: none;
    width: fit-content;
}

    .login-panel__support:hover[b-u8h9x29m5u] {
        text-decoration: underline;
    }

.login-panel__membership[b-u8h9x29m5u] {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
}

.login-panel__membership-link[b-u8h9x29m5u] {
    color: #f26f21;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

    .login-panel__membership-link:hover[b-u8h9x29m5u] {
        text-decoration: underline;
    }

.login-panel__culture[b-u8h9x29m5u] {
    margin-top: auto;
    display: flex;
    justify-content: flex-start;
}

.login-panel--loading[b-u8h9x29m5u] {
    gap: 1.75rem;
    pointer-events: none;
}

.login-panel__logo-skeleton[b-u8h9x29m5u],
.login-panel__register-skeleton[b-u8h9x29m5u],
.login-panel__title-skeleton[b-u8h9x29m5u],
.login-panel__subtitle-skeleton[b-u8h9x29m5u] {
    border-radius: 12px;
}

.login-panel__culture--loading[b-u8h9x29m5u] {
    justify-content: flex-start;
}

.promo-panel[b-u8h9x29m5u] {
    position: relative;
    flex: 1 1 40%;
    background: linear-gradient(200deg, #4c1c88 0%, #862dd7 100%);
    color: #fff;
    padding: 3.5rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}


.promo-panel__header[b-u8h9x29m5u] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem;
}

.promo-panel--loading[b-u8h9x29m5u] {
    gap: 1.25rem;
    pointer-events: none;
}

.promo-panel__close[b-u8h9x29m5u] {
    align-self: flex-start;
    margin-top: -0.75rem;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.7) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

    .promo-panel__close:hover[b-u8h9x29m5u] {
        background-color: rgba(255, 255, 255, 0.12) !important;
        color: #fff !important;
    }

.promo-panel__status[b-u8h9x29m5u] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
    opacity: 0.7;
}

.promo-panel__title[b-u8h9x29m5u] {
    flex: 1 1 auto;
    font-weight: 700;
}

.promo-panel__highlight[b-u8h9x29m5u] {
    font-weight: 600;
    opacity: 0.9;
}

.promo-panel__list[b-u8h9x29m5u] {
    padding-left: 1.1rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    font-size: 0.95rem;
}

.promo-panel__form[b-u8h9x29m5u] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.newsletter-input[b-u8h9x29m5u] {
    width: 100%;
}

.newsletter-input[b-u8h9x29m5u]  .mud-input-root {
    color: #fff;
}

.newsletter-input[b-u8h9x29m5u]  .mud-input-root input,
.newsletter-input[b-u8h9x29m5u]  .mud-input-root .mud-input-slot {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}

.newsletter-input[b-u8h9x29m5u]  .mud-input-root input::placeholder {
    color: rgba(255, 255, 255, 0.96);
}

.newsletter-input[b-u8h9x29m5u]  .mud-input-label {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}

    .promo-panel__form[b-u8h9x29m5u]  .mud-input-root {
        border-radius: 12px;
        background-color: rgba(255, 255, 255, 0.3);
        color: #fff;
    }

    .promo-panel__form[b-u8h9x29m5u]  .mud-input-label {
        color: rgba(255, 255, 255, 0.85);
    }

    .promo-panel__form[b-u8h9x29m5u]  .mud-input-root:hover,
    .promo-panel__form[b-u8h9x29m5u]  .mud-input-root.mud-focused {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .promo-panel__form[b-u8h9x29m5u]  .mud-input-underline::before,
    .promo-panel__form[b-u8h9x29m5u]  .mud-input-underline::after {
        display: none;
    }

    .promo-panel__form[b-u8h9x29m5u]  .mud-input-helper-text {
        color: rgba(255, 213, 251, 0.9);
    }

.promo-panel__cta:global(.mud-button-root)[b-u8h9x29m5u] {
    text-transform: none;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.85rem 2.2rem;
    align-self: flex-start;
    background: #fff;
    color: #5a2bd4;
}

    .promo-panel__cta:global(.mud-button-root):hover[b-u8h9x29m5u] {
        background: rgba(255, 255, 255, 0.85);
    }

.promo-panel__hint[b-u8h9x29m5u] {
    opacity: 0.75;
    font-size: 0.85rem;
}

.newsletter-wrap[b-u8h9x29m5u] {
    position: relative;
}

    .newsletter-wrap[b-u8h9x29m5u]  .mud-button-root.newsletter-tab {
        position: absolute;
        top: 80%;
        right: -2.1rem;
        transform: translateY(90%);
        text-transform: none;
        font-weight: 700;
        border-radius: 10px;
        padding: 1.35rem 0.6rem;
        color: #fff;
        z-index: 2;
        min-height: 8.25rem;
        background: linear-gradient(200deg, #4c1c88 0%, #862dd7 100%);
        box-shadow: 0 18px 36px rgba(88, 34, 180, 0.35);
        border: 1px solid rgba(255, 255, 255, .35);
        min-width: 50px;
    }


    .newsletter-wrap .newsletter-tab__content[b-u8h9x29m5u] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.35rem;
    }

    .newsletter-wrap .newsletter-tab__text[b-u8h9x29m5u] {
        font-size: 0.9rem;
        writing-mode: vertical-rl;
        letter-spacing: 0.12em;
    }

    .newsletter-wrap .newsletter-tab__icon[b-u8h9x29m5u] {
        font-size: 1.4rem;
    }

    .newsletter-wrap[b-u8h9x29m5u]  .mud-button-label {
        padding: 0;
    }


@media (max-width: 1024px) {
    .login-shell[b-u8h9x29m5u] {
        flex-direction: column;
    }

    .promo-panel[b-u8h9x29m5u] {
        flex: 1 1 auto;
        border-radius: 0;
    }

    .newsletter-tab:global(.mud-button-root)[b-u8h9x29m5u] {
        right: 1rem;
    }
}

@media (max-width: 720px) {
    .full-screen[b-u8h9x29m5u] {
        padding: 2.5rem 1.5rem;
    }

    .login-panel[b-u8h9x29m5u],
    .promo-panel[b-u8h9x29m5u] {
        padding: 2.5rem 2rem;
    }

    .login-panel__top[b-u8h9x29m5u] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .newsletter-tab:global(.mud-button-root)[b-u8h9x29m5u] {
        position: fixed;
        top: auto;
        bottom: 1.5rem;
        right: 1.5rem;
        transform: none;
        border-radius: 999px;
        padding: 0.75rem 1.5rem;
        box-shadow: 0 14px 28px rgba(88, 34, 180, 0.3);
        min-height: auto;
    }

    .newsletter-tab__text[b-u8h9x29m5u] {
        writing-mode: initial;
        letter-spacing: normal;
    }
}

@media (max-width: 480px) {
    .login-panel[b-u8h9x29m5u],
    .promo-panel[b-u8h9x29m5u] {
        padding: 2rem 1.5rem;
    }

    .promo-panel__cta:global(.mud-button-root)[b-u8h9x29m5u] {
        width: 100%;
        text-align: center;
    }

    .newsletter-tab:global(.mud-button-root)[b-u8h9x29m5u] {
        left: 1.5rem;
        right: 1.5rem;
        text-align: center;
    }
}
/* _content/Oikos.Web/Components/Pages/Partner/Dashboard.razor.rz.scp.css */
.partner-dashboard[b-7ncozu9q68] {
    padding: 2rem;
}

.partner-dashboard-header[b-7ncozu9q68] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partner-dashboard-header .fw-bold[b-7ncozu9q68] {
    font-weight: 800;
}

.partner-stat-card[b-7ncozu9q68] {
    background-color: #fff;
    border: 1px solid #f1f5f9;
    transition: all 0.2s ease;
}

.partner-stat-card:hover[b-7ncozu9q68] {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
}

.partner-stat-icon[b-7ncozu9q68] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.partner-stat-icon--primary[b-7ncozu9q68] {
    background-color: rgba(37, 99, 235, 0.1);
    color: #2563eb;
}

.partner-stat-icon--success[b-7ncozu9q68] {
    background-color: rgba(22, 163, 74, 0.1);
    color: #16a34a;
}

.partner-stat-icon--warning[b-7ncozu9q68] {
    background-color: rgba(202, 138, 4, 0.1);
    color: #ca8a04;
}

.partner-stat-icon--info[b-7ncozu9q68] {
    background-color: rgba(2, 132, 199, 0.1);
    color: #0284c7;
}

.partner-code-box[b-7ncozu9q68] {
    background-color: #f8faff;
    border: 1.5px dashed #c7d7f8;
    border-radius: 10px;
    padding: 1rem 1.25rem;
}

.partner-info-row[b-7ncozu9q68] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

@media (max-width: 600px) {
    .partner-dashboard[b-7ncozu9q68] {
        padding: 1rem;
    }

    .partner-dashboard-header[b-7ncozu9q68] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}
/* _content/Oikos.Web/Components/Pages/Partner/Recommendations.razor.rz.scp.css */
/* Page layout */
.partner-recommendations[b-ga28r1bru8] {
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
}

.rec-page-title[b-ga28r1bru8] {
    font-weight: 700;
    color: #1e293b;
}

/* Card */
.rec-card[b-ga28r1bru8] {
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.rec-card-header[b-ga28r1bru8] {
    padding: 20px 24px 16px;
    border-bottom: 1px solid #f1f5f9;
}

.rec-card-title[b-ga28r1bru8] {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 2px;
}

.rec-empty[b-ga28r1bru8] {
    padding: 24px;
}

/* Row */
.rec-row[b-ga28r1bru8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    border-bottom: 1px solid #f1f5f9;
    gap: 12px;
}

.rec-row:last-child[b-ga28r1bru8] {
    border-bottom: none;
}

.rec-row:hover[b-ga28r1bru8] {
    background-color: #f8fafc;
}

/* Left side */
.rec-row-left[b-ga28r1bru8] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    flex: 1;
}

.rec-avatar[b-ga28r1bru8] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #64748b;
}

.rec-info[b-ga28r1bru8] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.rec-name[b-ga28r1bru8] {
    font-weight: 600;
    font-size: 0.9375rem;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rec-meta[b-ga28r1bru8] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.rec-customer-no[b-ga28r1bru8] {
    font-size: 0.8125rem;
    color: #64748b;
}

.rec-plan-chip[b-ga28r1bru8] {
    display: inline-block;
    font-size: 0.75rem;
    color: #475569;
    background-color: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1px 8px;
    font-weight: 500;
}

/* Right side */
.rec-row-right[b-ga28r1bru8] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    flex-shrink: 0;
}

.rec-status-chip[b-ga28r1bru8] {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 6px;
    padding: 2px 10px;
    color: #fff;
}

.rec-status-active[b-ga28r1bru8] {
    background-color: #3b82f6;
}

.rec-status-cancelled[b-ga28r1bru8] {
    background-color: #ef4444;
}

.rec-status-expired[b-ga28r1bru8] {
    background-color: #94a3b8;
}

.rec-billing[b-ga28r1bru8] {
    font-size: 0.8125rem;
    color: #64748b;
    font-weight: 500;
}

.rec-date[b-ga28r1bru8] {
    font-size: 0.8125rem;
    color: #94a3b8;
}
/* _content/Oikos.Web/Components/Pages/Partner/SubPartners.razor.rz.scp.css */
/* Page layout */
.partner-subpartners[b-k4ltonekqq] {
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
}

/* Header */
.sp-page-header[b-k4ltonekqq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.sp-page-title[b-k4ltonekqq] {
    font-weight: 700;
    color: #1e293b;
}

.sp-add-btn[b-k4ltonekqq] {
    border-radius: 8px;
    flex-shrink: 0;
}

/* Card */
.sp-card[b-k4ltonekqq] {
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.sp-card-header[b-k4ltonekqq] {
    padding: 20px 24px 16px;
    border-bottom: 1px solid #f1f5f9;
}

.sp-card-title[b-k4ltonekqq] {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 2px;
}

.sp-empty[b-k4ltonekqq] {
    padding: 24px;
}

/* Row */
.sp-row[b-k4ltonekqq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #f1f5f9;
    gap: 12px;
}

.sp-row:last-child[b-k4ltonekqq] {
    border-bottom: none;
}

.sp-row:hover[b-k4ltonekqq] {
    background-color: #f8fafc;
}

/* Left side */
.sp-row-left[b-k4ltonekqq] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    flex: 1;
}

.sp-avatar[b-k4ltonekqq] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #64748b;
}

.sp-info[b-k4ltonekqq] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.sp-name[b-k4ltonekqq] {
    font-weight: 600;
    font-size: 0.9375rem;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-meta[b-k4ltonekqq] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.sp-email[b-k4ltonekqq],
.sp-notes[b-k4ltonekqq] {
    font-size: 0.8125rem;
    color: #64748b;
}

/* Right side */
.sp-row-right[b-k4ltonekqq] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    flex-shrink: 0;
}

.sp-code-row[b-k4ltonekqq] {
    display: flex;
    align-items: center;
    gap: 2px;
}

.sp-code[b-k4ltonekqq] {
    font-family: monospace;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1e293b;
    background-color: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 2px 8px;
}

.sp-copy-btn[b-k4ltonekqq] {
    color: #94a3b8 !important;
    padding: 2px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
}

.sp-status[b-k4ltonekqq] {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 6px;
    padding: 2px 10px;
    color: #fff;
}

.sp-status-active[b-k4ltonekqq] {
    background-color: #3b82f6;
}

.sp-status-inactive[b-k4ltonekqq] {
    background-color: #94a3b8;
}

.sp-date[b-k4ltonekqq] {
    font-size: 0.8125rem;
    color: #94a3b8;
}
/* _content/Oikos.Web/Components/Pages/TaxOffice/PartnerLawFirms.razor.rz.scp.css */
/* Partner law firms — card grid.
   Palette matches the slate scale used across the portal pages. */

.lf-page[b-r2n62eck95] {
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
}

/* ── Page header ─────────────────────────────────────────────────────────── */

.lf-header[b-r2n62eck95] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.lf-header-text[b-r2n62eck95] {
    min-width: 0;
}

.lf-title[b-r2n62eck95] {
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.lf-subtitle[b-r2n62eck95] {
    color: #64748b;
    margin-top: 2px;
}

.lf-add-btn[b-r2n62eck95] {
    border-radius: 10px;
    text-transform: none;
    font-weight: 600;
    padding: 8px 18px;
    flex-shrink: 0;
}

/* ── Budget band ─────────────────────────────────────────────────────────── */

.lf-budget[b-r2n62eck95] {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    background: linear-gradient(135deg, #eff6ff, #f8fafc);
    border: 1px solid #dbeafe;
    border-radius: 16px;
    padding: 18px 22px;
    margin-bottom: 28px;
}

/* Nothing to hand down: still stated, but not presented as an asset. */
.lf-budget-empty[b-r2n62eck95] {
    background: #f8fafc;
    border-color: #e2e8f0;
}

.lf-budget-empty .lf-budget-value[b-r2n62eck95] {
    color: #64748b;
}

.lf-budget-figure[b-r2n62eck95] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    flex-shrink: 0;
}

.lf-budget-value[b-r2n62eck95] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1d4ed8;
    letter-spacing: -0.02em;
}

.lf-budget-label[b-r2n62eck95] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    margin-top: 2px;
}

.lf-budget-hint[b-r2n62eck95] {
    margin: 0;
    font-size: 0.8125rem;
    color: #475569;
    flex: 1 1 260px;
    min-width: 0;
}

/* ── Section heading ─────────────────────────────────────────────────────── */

.lf-section-head[b-r2n62eck95] {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 14px;
}

.lf-section-title[b-r2n62eck95] {
    font-weight: 600;
    color: #0f172a;
}

.lf-count[b-r2n62eck95] {
    font-size: 0.8125rem;
    color: #64748b;
}

/* ── Empty state ─────────────────────────────────────────────────────────── */

.lf-empty[b-r2n62eck95] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    padding: 56px 24px;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    background-color: #f8fafc;
}

.lf-empty-icon[b-r2n62eck95] {
    color: #cbd5e1;
    width: 44px;
    height: 44px;
}

.lf-empty-text[b-r2n62eck95] {
    color: #64748b;
}

/* ── Card grid ───────────────────────────────────────────────────────────── */

.lf-grid[b-r2n62eck95] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 18px;
    align-items: start;
}

.lf-card[b-r2n62eck95] {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 18px 20px 12px;
    transition: box-shadow 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.lf-card:hover[b-r2n62eck95] {
    border-color: #cbd5e1;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

/* A deactivated firm keeps its terms and can be switched back on, so it is dimmed, not hidden. */
.lf-card-muted[b-r2n62eck95] {
    background-color: #fbfcfd;
}

.lf-card-muted .lf-name[b-r2n62eck95],
.lf-card-muted .lf-term-value[b-r2n62eck95] {
    color: #64748b;
}

/* Identity */

.lf-card-top[b-r2n62eck95] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.lf-identity[b-r2n62eck95] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.lf-avatar[b-r2n62eck95] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background-color: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lf-identity-text[b-r2n62eck95] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.lf-name[b-r2n62eck95] {
    font-weight: 650;
    font-size: 0.9375rem;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lf-business[b-r2n62eck95] {
    font-size: 0.8125rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lf-status[b-r2n62eck95] {
    flex-shrink: 0;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 999px;
    padding: 4px 10px;
    white-space: nowrap;
}

.lf-status-on[b-r2n62eck95] {
    background-color: #dcfce7;
    color: #15803d;
}

.lf-status-off[b-r2n62eck95] {
    background-color: #f1f5f9;
    color: #64748b;
}

/* Facts */

.lf-facts[b-r2n62eck95] {
    margin: 16px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lf-fact[b-r2n62eck95] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

.lf-fact dt[b-r2n62eck95] {
    font-size: 0.75rem;
    color: #94a3b8;
    white-space: nowrap;
    flex-shrink: 0;
}

.lf-fact dd[b-r2n62eck95] {
    margin: 0;
    font-size: 0.8125rem;
    color: #334155;
    text-align: right;
    min-width: 0;
}

.lf-truncate[b-r2n62eck95] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lf-muted[b-r2n62eck95] {
    color: #94a3b8;
}

.lf-code-line[b-r2n62eck95] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.lf-code[b-r2n62eck95] {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #0f172a;
    background-color: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 2px 8px;
    letter-spacing: 0.03em;
}

.lf-copy[b-r2n62eck95] {
    color: #94a3b8 !important;
    width: 26px !important;
    height: 26px !important;
    padding: 2px !important;
}

.lf-copy:hover[b-r2n62eck95] {
    color: #2563eb !important;
}

/* Terms — discount, commission, distributed, remaining */

.lf-terms[b-r2n62eck95] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 16px;
    padding: 12px;
    background-color: #f8fafc;
    border: 1px solid #eef2f7;
    border-radius: 12px;
}

.lf-term[b-r2n62eck95] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2px;
    min-width: 0;
}

.lf-term-value[b-r2n62eck95] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.lf-term-label[b-r2n62eck95] {
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
    line-height: 1.25;
}

.lf-term-free .lf-term-value[b-r2n62eck95] {
    color: #15803d;
}

.lf-term-over .lf-term-value[b-r2n62eck95] {
    color: #dc2626;
}

/* Footer */

.lf-card-foot[b-r2n62eck95] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
}

.lf-date[b-r2n62eck95] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.75rem;
    color: #94a3b8;
}

.lf-date-icon[b-r2n62eck95] {
    width: 14px;
    height: 14px;
}

.lf-actions[b-r2n62eck95] {
    display: flex;
    align-items: center;
    gap: 2px;
}

.lf-switch[b-r2n62eck95] {
    margin-right: 2px;
}

.lf-icon-btn[b-r2n62eck95] {
    color: #64748b !important;
}

.lf-icon-btn:hover[b-r2n62eck95] {
    background-color: #f1f5f9 !important;
    color: #0f172a !important;
}

.lf-icon-danger:hover[b-r2n62eck95] {
    background-color: #fef2f2 !important;
    color: #dc2626 !important;
}

/* ── Narrow screens ──────────────────────────────────────────────────────── */

@media (max-width: 599px) {
    .lf-grid[b-r2n62eck95] {
        grid-template-columns: 1fr;
    }

    .lf-add-btn[b-r2n62eck95] {
        width: 100%;
    }

    .lf-terms[b-r2n62eck95] {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 12px;
    }
}
/* _content/Oikos.Web/Components/Pages/User/BankPartners/BankPartners.razor.rz.scp.css */
.partner-banks[b-8v1i540hkm] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.partner-banks__selector[b-8v1i540hkm] {
    padding: 1.5rem;
    border-radius: 16px;
    background-image: linear-gradient(135deg, rgba(25, 118, 210, 0.08), rgba(25, 118, 210, 0.02));
}

.partner-banks__selector-content[b-8v1i540hkm] {
    min-width: 240px;
    flex: 1;
}

.partner-banks__grid[b-8v1i540hkm] {
    margin-top: 0.5rem;
}

.partner-banks__card[b-8v1i540hkm] {
    padding: 1.5rem;
    border-radius: 18px;
    min-height: 320px;
}

.partner-banks__avatar[b-8v1i540hkm] {
    background-color: rgba(25, 118, 210, 0.12);
}

.partner-banks__list[b-8v1i540hkm] {
    margin: 0 -0.5rem;
}
/* _content/Oikos.Web/Components/Pages/User/CompanyChecks/Dialogs/CompanyCheckDetailDialog.razor.rz.scp.css */
.company-check-detail-dialog .mud-dialog-content[b-e7glw817wn] {
    padding-top: 0;
}

.company-check-detail__header[b-e7glw817wn] {
    background: linear-gradient(135deg, rgba(255, 124, 67, 0.15), rgba(255, 187, 92, 0.15));
    border-radius: 12px;
}

.company-check-detail__grid[b-e7glw817wn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px 24px;
}

.company-check-detail__grid-item[b-e7glw817wn] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.company-check-detail__label[b-e7glw817wn] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(0, 0, 0, 0.54);
}

.company-check-detail__value[b-e7glw817wn] {
    font-size: 0.95rem;
    font-weight: 500;
}

.company-check-json[b-e7glw817wn] {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 12px;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: ui-monospace, SFMono-Regular, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.85rem;
}
/* _content/Oikos.Web/Components/Pages/User/CompanyChecks/History.razor.rz.scp.css */
.company-check-history-table .actions-column[b-4zfcl8dnfh] {
    text-align: right;
}

.company-check-history-table .actions-cell[b-4zfcl8dnfh] {
    white-space: nowrap;
    text-align: right;
}

.company-check-history-table .actions-stack[b-4zfcl8dnfh] {
    justify-content: flex-end;
    gap: 0.5rem;
}

.company-check-history-table .actions-stack .mud-button-root[b-4zfcl8dnfh] {
    min-width: auto;
}
/* _content/Oikos.Web/Components/Pages/User/CompanyChecks/Index.razor.rz.scp.css */
.wizard-background[b-9vf439u2si] {
    min-height: 100vh;
    padding: 48px 0;
    background: radial-gradient(circle at 10% 20%, rgba(var(--mud-palette-primary-rgb), 0.08) 0%, transparent 55%),
        radial-gradient(circle at 90% 0%, rgba(var(--mud-palette-secondary-rgb), 0.12) 0%, transparent 50%),
        linear-gradient(135deg, rgba(var(--mud-palette-background-rgb), 0.95) 0%, rgba(var(--mud-palette-surface-rgb), 0.9) 35%, #ffffff 100%);
}

.company-check-wizard-background[b-9vf439u2si] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wizard-container[b-9vf439u2si] {
    position: relative;
    padding-inline: 24px;
    flex: 1;
}

.company-checks-footer[b-9vf439u2si] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 16px 8px;
    margin-top: 24px;
    text-align: center;
}

.company-checks-footer .mud-typography[b-9vf439u2si] {
    letter-spacing: 0.16em;
    font-weight: 600;
}

.company-checks-disclaimer-backdrop[b-9vf439u2si] {
    position: fixed;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 2200;
}

    .company-checks-disclaimer-backdrop[b-9vf439u2si] .company-checks-disclaimer-card {
        max-width: 600px;
        border-radius: 24px;
        text-align: center;
        max-height: 90vh;
        overflow-y: auto;
    }

.company-checks-sepa-card[b-9vf439u2si] {
    width: 100%;
    max-width: 420px;
    text-align: left;
    max-height: 90vh;
    overflow-y: auto;
}

.company-checks-sepa-card .wizard-text-center[b-9vf439u2si] {
    text-align: center;
}

.company-checks-sepa-upload[b-9vf439u2si] {
    width: 100%;
}

.company-checks-sepa-upload .mud-button-root[b-9vf439u2si] {
    width: 100%;
    justify-content: center;
}

.company-check-wizard-card[b-9vf439u2si] {
    border-radius: 36px;
    background: rgba(var(--mud-palette-surface-rgb), 0.94);
    box-shadow: 0 28px 80px rgba(var(--mud-palette-primary-rgb), 0.16);
    overflow: hidden;
    backdrop-filter: blur(18px);
}

.wizard-content[b-9vf439u2si] {
    padding: 40px 64px 48px;
}

.wizard-shell[b-9vf439u2si] {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.wizard-header[b-9vf439u2si] {
    gap: 12px;
}

.wizard-text-center[b-9vf439u2si] {
    text-align: center;
    width: 100%;
}

.wizard-progress-card[b-9vf439u2si] {
    padding: 18px 24px;
    border-radius: 24px;
    background: rgba(var(--mud-palette-background-rgb), 0.78);
    box-shadow: var(--mud-elevation-6);
    backdrop-filter: blur(12px);
}

.wizard-progress[b-9vf439u2si] {
    display: flex;
    align-items: stretch;
    gap: 16px;
}

.wizard-progress-item[b-9vf439u2si] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 18px;
    border-radius: 16px;
    border: 1px solid transparent;
    background: rgba(var(--mud-palette-primary-rgb), 0.06);
    background-clip: padding-box;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
    color: inherit;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    overflow: visible;
}

.wizard-progress-item .mud-button-label[b-9vf439u2si] {
    width: 100%;
    padding: 0;
}

.wizard-progress-content[b-9vf439u2si] {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
}

.wizard-progress-item:disabled[b-9vf439u2si] {
    cursor: default;
    opacity: 0.65;
}

.wizard-progress-item:hover:not(:disabled)[b-9vf439u2si] {
    transform: translateY(-2px);
    background: rgba(var(--mud-palette-primary-rgb), 0.14);
    box-shadow: var(--mud-elevation-8);
    border-color: rgba(var(--mud-palette-primary-rgb), 0.35);
}

.wizard-progress-item.active[b-9vf439u2si] {
    background: rgba(var(--mud-palette-primary-rgb), 0.2);
    border-color: rgba(var(--mud-palette-primary-rgb), 0.5);
    box-shadow: var(--mud-elevation-10);
}

.wizard-progress-item.completed[b-9vf439u2si] {
    background: rgba(var(--mud-palette-success-rgb), 0.15);
    border-color: rgba(var(--mud-palette-success-rgb), 0.45);
    box-shadow: var(--mud-elevation-6);
}

.wizard-progress-item.completed:hover:not(:disabled)[b-9vf439u2si] {
    background: rgba(var(--mud-palette-success-rgb), 0.2);
}

.wizard-progress-item:focus-visible[b-9vf439u2si] {
    outline: 3px solid rgba(var(--mud-palette-primary-rgb), 0.35);
    outline-offset: 2px;
}

.wizard-progress-circle[b-9vf439u2si] {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(140deg, rgba(var(--mud-palette-primary-rgb), 0.12), rgba(var(--mud-palette-primary-rgb), 0.02));
    color: var(--mud-palette-primary);
    box-shadow: inset 0 0 0 1px rgba(var(--mud-palette-primary-rgb), 0.15);
}

.wizard-progress-circle .mud-icon-root[b-9vf439u2si] {
    font-size: 26px;
}

.wizard-progress-index[b-9vf439u2si] {
    position: absolute;
    bottom: -6px;
    right: -6px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(var(--mud-palette-primary-rgb), 0.85);
    color: white;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(15, 23, 42, 0.2);
}

.wizard-progress-item.completed .wizard-progress-circle[b-9vf439u2si] {
    background: linear-gradient(140deg, rgba(var(--mud-palette-success-rgb), 0.18), rgba(var(--mud-palette-success-rgb), 0.08));
    color: var(--mud-palette-success);
    box-shadow: inset 0 0 0 1px rgba(var(--mud-palette-success-rgb), 0.25);
}

.wizard-progress-text[b-9vf439u2si] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.wizard-progress-connector[b-9vf439u2si] {
    flex: 1;
    height: 2px;
    align-self: center;
    background: linear-gradient(90deg, rgba(var(--mud-palette-primary-rgb), 0.25), rgba(var(--mud-palette-primary-rgb), 0));
}

.wizard-step-body[b-9vf439u2si] {
    padding: 8px 0;
}

.wizard-hero[b-9vf439u2si] {
    background: linear-gradient(135deg, rgba(var(--mud-palette-primary-rgb), 0.12), rgba(var(--mud-palette-primary-rgb), 0.04));
    border-radius: 28px;
    box-shadow: var(--mud-elevation-4);
}

.wizard-hero-icon[b-9vf439u2si] {
    font-size: 48px;
}

.wizard-section[b-9vf439u2si] {
    border-radius: 22px;
    background: rgba(var(--mud-palette-surface-rgb), 0.95);
    box-shadow: var(--mud-elevation-4);
}

.wizard-primary-action[b-9vf439u2si] {
    min-width: 160px;
    padding-inline: 32px;
    border-radius: 14px;
    font-weight: 600;
    box-shadow: var(--mud-elevation-6);
}

.wizard-primary-action:disabled[b-9vf439u2si] {
    box-shadow: none;
}

.wizard-alert[b-9vf439u2si] {
    border-radius: 18px;
}

.wizard-empty-state[b-9vf439u2si] {
    padding-block: 32px;
}

.wizard-payment[b-9vf439u2si] {
    text-align: center;
}

.wizard-report-grid[b-9vf439u2si] {
    margin-top: 8px;
}

.company-check-result-table[b-9vf439u2si] {
    border-radius: 18px;
    overflow: hidden;
}

.company-check-result-table__table[b-9vf439u2si] {
    width: 100%;
}

.company-check-result-table__table .mud-table-container[b-9vf439u2si] {
    overflow-x: visible;
}

.company-check-result-table__table .mud-table-cell[b-9vf439u2si],
.company-check-result-table__table .mud-table-head-cell[b-9vf439u2si] {
    white-space: normal;
    word-break: break-word;
}

.company-check-result-table__table .mud-table-root[b-9vf439u2si] {
    border-radius: inherit;
}

.company-check-result-table__table table tbody tr[b-9vf439u2si] {
    transition: background-color 0.2s ease;
}

.company-check-result-table__table table tbody tr:hover[b-9vf439u2si] {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.06);
}

.company-check-result-table__actions-header[b-9vf439u2si],
.company-check-result-table__actions-cell[b-9vf439u2si] {
    text-align: center;
    white-space: nowrap;
}

.company-check-result-table__actions-cell .mud-button-root[b-9vf439u2si] {
    font-weight: 600;
}

@media (max-width: 1200px) {
    .wizard-content[b-9vf439u2si] {
        padding: 32px 40px;
    }

    .wizard-progress[b-9vf439u2si] {
        flex-direction: column;
        align-items: stretch;
    }

    .wizard-progress-connector[b-9vf439u2si] {
        width: 100%;
        height: 2px;
        display: none;
    }
}

@media (max-width: 900px) {
    .wizard-content[b-9vf439u2si] {
        padding: 28px 24px 36px;
    }

    .wizard-progress-card[b-9vf439u2si] {
        padding: 16px;
    }

    .wizard-progress-circle[b-9vf439u2si] {
        width: 42px;
        height: 42px;
    }

    .wizard-progress-item[b-9vf439u2si] {
        padding: 10px 16px;
    }
}

@media (max-width: 600px) {
    .wizard-background[b-9vf439u2si] {
        padding: 32px 0;
    }

    .company-checks-disclaimer-backdrop[b-9vf439u2si] {
        align-items: flex-start;
    }

    .company-checks-sepa-card[b-9vf439u2si],
    .company-checks-disclaimer-card[b-9vf439u2si] {
        width: 100%;
        max-height: 100vh;
        padding: 16px !important;
    }

    .wizard-content[b-9vf439u2si] {
        padding: 24px 20px 32px;
    }

    .wizard-hero[b-9vf439u2si] {
        padding: 32px 16px !important;
    }

    .wizard-section[b-9vf439u2si] {
        padding: 24px 16px !important;
    }
}
/* _content/Oikos.Web/Components/Pages/User/Dashboard.razor.rz.scp.css */
/* Rules that target a MudBlazor component's rendered markup must go through
   ::deep: Blazor stamps the scope id onto plain HTML elements only, so a bare
   `.oikos-status-card` never matches the <div> that MudPaper renders. */

.oikos-dashboard[b-osekcmkpor] {
    padding: 2rem;
}

.oikos-dashboard-header[b-osekcmkpor] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oikos-header-content[b-osekcmkpor]  .fw-bold {
    font-weight: 800;
}

.oikos-dashboard[b-osekcmkpor]  .oikos-news-banner {
    background-color: #f0f7ff;
    border: 1px solid #e0efff;
    transition: transform 0.2s ease;
}

.oikos-news-icon[b-osekcmkpor] {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 120, 255, 0.08);
}

.oikos-dashboard[b-osekcmkpor]  .oikos-news-title {
    font-weight: 700;
    color: #1e293b;
}

.oikos-dashboard[b-osekcmkpor]  .oikos-plan-banner {
    background-color: #ecf2ff;
    border: 1px solid #d9e6ff;
}

.oikos-plan-usage[b-osekcmkpor] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
}

.oikos-usage-circle[b-osekcmkpor] {
    width: 64px;
    height: 64px;
    border: 3px solid #2e5bc0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.usage-text[b-osekcmkpor] {
    font-weight: 800;
    color: #2e5bc0;
    font-size: 0.9rem;
}

.plan-label[b-osekcmkpor] {
    font-size: 0.65rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.oikos-dashboard[b-osekcmkpor]  .oikos-upgrade-btn.mud-button-root {
    color: #64748b;
    font-weight: 600;
    text-transform: none;
}

.oikos-dashboard[b-osekcmkpor]  .oikos-status-card {
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #f1f5f9;
    background-color: #fff;
}

.oikos-dashboard[b-osekcmkpor]  .oikos-status-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
}

.oikos-card-icon-nested[b-osekcmkpor] {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--status-color-rgb), 0.1);
    color: var(--status-color);
}

/* Variant suffixes come from AddSummary and are culture-independent. */
.oikos-dashboard[b-osekcmkpor]  .oikos-status-card.status-card--draft {
    background-color: #f8fafc;
    border-color: #f1f5f9;
}

.oikos-dashboard[b-osekcmkpor]  .oikos-status-card.status-card--neu {
    background-color: #f8faff;
    border-color: #e2e8f0;
}

.oikos-dashboard[b-osekcmkpor]  .oikos-status-card.status-card--in-pruefung {
    background-color: #fffbeb;
    border-color: #fef3c7;
}

.oikos-dashboard[b-osekcmkpor]  .oikos-status-card.status-card--rueckfragen {
    background-color: #fef2f2;
    border-color: #fee2e2;
}

.oikos-dashboard[b-osekcmkpor]  .oikos-status-card.status-card--akzeptiert {
    background-color: #f0fdf4;
    border-color: #dcfce7;
}

.oikos-dashboard[b-osekcmkpor]  .oikos-status-card.status-card--gericht {
    background-color: #f8fafc;
    border-color: #f1f5f9;
}

.oikos-dashboard[b-osekcmkpor]  .oikos-status-card.status-card--fristen {
    background-color: #f8fafc;
    border-color: #f1f5f9;
}

.oikos-dashboard[b-osekcmkpor]  .oikos-status-card.status-card--completed {
    background-color: #f0fdf4;
    border-color: #dcfce7;
}

.oikos-case-row[b-osekcmkpor] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
    gap: 8px;
}

.oikos-case-row:last-child[b-osekcmkpor] {
    border-bottom: none;
}

.oikos-activity-list[b-osekcmkpor] {
    display: flex;
    flex-direction: column;
}

.oikos-activity-item[b-osekcmkpor] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
}

.oikos-activity-item:last-child[b-osekcmkpor] {
    border-bottom: none;
}

.oikos-activity-dot[b-osekcmkpor] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #2563eb;
    flex-shrink: 0;
    margin-top: 4px;
}

@media (max-width: 960px) {
    .oikos-dashboard[b-osekcmkpor] {
        padding: 1.5rem;
    }
}

@media (max-width: 600px) {
    .oikos-dashboard[b-osekcmkpor] {
        padding: 1rem;
    }

    .oikos-dashboard-header[b-osekcmkpor] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .oikos-header-actions[b-osekcmkpor] {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    /* A long debtor name would otherwise push the amount column off-screen. */
    .oikos-case-row[b-osekcmkpor] {
        flex-wrap: wrap;
    }
}
/* _content/Oikos.Web/Components/Pages/User/InsurancePartners/InsurancePartners.razor.rz.scp.css */
.insurance-partners[b-u9hizx64xz] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.insurance-partners__card[b-u9hizx64xz] {
    padding: 1.5rem;
    border-radius: 18px;
    min-height: 260px;
}

.insurance-partners__avatar[b-u9hizx64xz] {
    background-color: rgba(0, 150, 136, 0.12);
}

.insurance-partners__list[b-u9hizx64xz] {
    margin: 0 -0.5rem;
}
/* _content/Oikos.Web/Components/Pages/User/Invoices/InvoiceDetail/InvoiceDetail.razor.rz.scp.css */
.invoice-detail-hero[b-9w7pfsn1ad] {
    background: var(--mud-palette-surface);
    border-radius: 16px;
}

.invoice-detail-hero-content[b-9w7pfsn1ad] {
    flex-wrap: wrap;
}

.invoice-detail-title[b-9w7pfsn1ad] {
    font-weight: 700;
    letter-spacing: 0.5px;
}

.invoice-detail-chips[b-9w7pfsn1ad] {
    flex-wrap: wrap;
}

.invoice-detail-grid[b-9w7pfsn1ad] {
    align-items: stretch;
}

.invoice-detail-card[b-9w7pfsn1ad] {
    border-radius: 16px;
    background: var(--mud-palette-surface);
}

.invoice-detail-section-title[b-9w7pfsn1ad] {
    font-weight: 600;
}

.invoice-detail-timeline[b-9w7pfsn1ad] {
    position: sticky;
    top: 24px;
}

.invoice-detail-history-list :deep(.mud-list-item)[b-9w7pfsn1ad] {
    align-items: flex-start;
}

.invoice-detail-history-icon[b-9w7pfsn1ad] {
    margin-top: 4px;
}
/* _content/Oikos.Web/Components/Pages/User/Invoices/Invoices.razor.rz.scp.css */
.my-invoices-container[b-70l1tvdpba] {
    padding-top: 32px;
    padding-bottom: 48px;
}

.my-invoices-table[b-70l1tvdpba] {
    border-radius: var(--mud-default-borderradius);
    overflow: hidden;
}

.modern-invoice-table .mud-table-head[b-70l1tvdpba] {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.05);
}

[b-70l1tvdpba] .modern-invoice-table .mud-table-row:hover {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.04) !important;
}

[b-70l1tvdpba] .modern-invoice-table .mud-table-row {
    cursor: pointer;
}

.status-chip[b-70l1tvdpba] {
    font-weight: 600;
}
/* _content/Oikos.Web/Components/Pages/User/NewInvoiceWizard/NewInvoiceWizard.razor.rz.scp.css */
.wizard-background[b-yf789lrfvg] {
    min-height: 100vh;
    padding: 48px 0;
    background: radial-gradient(circle at 10% 20%, rgba(var(--mud-palette-primary-rgb), 0.08) 0%, transparent 55%),
        radial-gradient(circle at 90% 0%, rgba(var(--mud-palette-secondary-rgb), 0.12) 0%, transparent 50%),
        linear-gradient(135deg, rgba(var(--mud-palette-background-rgb), 0.95) 0%, rgba(var(--mud-palette-surface-rgb), 0.9) 35%, #ffffff 100%);
}

.wizard-container[b-yf789lrfvg] {
    position: relative;
    padding-inline: 24px;
}

.new-invoice-wizard[b-yf789lrfvg] {
    border-radius: 36px;
    background: rgba(var(--mud-palette-surface-rgb), 0.92);
    box-shadow: 0 28px 80px rgba(var(--mud-palette-primary-rgb), 0.16);
    overflow: hidden;
    backdrop-filter: blur(16px);
}

.wizard-content[b-yf789lrfvg] {
    padding: 40px 64px 48px;
}

.wizard-shell[b-yf789lrfvg] {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.wizard-text-center[b-yf789lrfvg] {
    text-align: center;
    width: 100%;
}

.wizard-hero[b-yf789lrfvg] {
    background: linear-gradient(135deg, rgba(var(--mud-palette-primary-rgb), 0.12), rgba(var(--mud-palette-primary-rgb), 0.04));
    border-radius: 28px;
    box-shadow: var(--mud-elevation-4);
}

.wizard-progress-card[b-yf789lrfvg] {
    padding: 18px 24px;
    border-radius: 24px;
    background: rgba(var(--mud-palette-background-rgb), 0.75);
    box-shadow: var(--mud-elevation-6);
    backdrop-filter: blur(12px);
}

.wizard-progress[b-yf789lrfvg] {
    display: flex;
    align-items: stretch;
    gap: 16px;
}

.wizard-progress-item[b-yf789lrfvg] {
    display: flex;
    align-items: stretch;
}

.wizard-progress-button[b-yf789lrfvg] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px;
    border-radius: 16px;
    border: 1px solid transparent;
    background: rgba(var(--mud-palette-primary-rgb), 0.06);
    background-clip: padding-box;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
    color: inherit;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    overflow: visible;
    width: 100%;
}

.wizard-progress-item[b-yf789lrfvg] (.mud-button-label) {
    display: flex;
    align-items: center;
    column-gap: 20px;
    width: 100%;
    padding: 0;
    justify-content: flex-start;
}

.wizard-progress-button:disabled[b-yf789lrfvg] {
    cursor: default;
    opacity: 0.7;
}

.wizard-progress-button:hover:not(:disabled)[b-yf789lrfvg] {
    transform: translateY(-2px);
    background: rgba(var(--mud-palette-primary-rgb), 0.14);
    box-shadow: var(--mud-elevation-8);
    border-color: rgba(var(--mud-palette-primary-rgb), 0.35);
}

.wizard-progress-item.active .wizard-progress-button[b-yf789lrfvg] {
    background: rgba(var(--mud-palette-primary-rgb), 0.2);
    border-color: rgba(var(--mud-palette-primary-rgb), 0.5);
    box-shadow: var(--mud-elevation-10);
}

.wizard-progress-item.completed .wizard-progress-button[b-yf789lrfvg] {
    background: rgba(var(--mud-palette-success-rgb), 0.15);
    border-color: rgba(var(--mud-palette-success-rgb), 0.45);
    box-shadow: var(--mud-elevation-6);
}

.wizard-progress-item.completed .wizard-progress-button:hover:not(:disabled)[b-yf789lrfvg] {
    background: rgba(var(--mud-palette-success-rgb), 0.2);
}

.wizard-progress-button:focus-visible[b-yf789lrfvg] {
    outline: 3px solid rgba(var(--mud-palette-primary-rgb), 0.35);
    outline-offset: 2px;
}

.wizard-progress-button[b-yf789lrfvg]::after {
    display: none;
}

.wizard-progress-button[b-yf789lrfvg],
.wizard-progress-button>*[b-yf789lrfvg] {
    font: inherit;
}

.wizard-progress-circle[b-yf789lrfvg] {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(140deg, rgba(var(--mud-palette-primary-rgb), 0.12), rgba(var(--mud-palette-primary-rgb), 0.02));
    color: var(--mud-palette-primary);
    box-shadow: inset 0 0 0 1px rgba(var(--mud-palette-primary-rgb), 0.15);
}

.wizard-progress-circle .mud-icon-root[b-yf789lrfvg] {
    font-size: 26px;
}

.wizard-progress-index[b-yf789lrfvg] {
    position: absolute;
    bottom: -6px;
    right: -6px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(var(--mud-palette-primary-rgb), 0.85);
    color: white;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(15, 23, 42, 0.2);
}

.wizard-progress-item.completed .wizard-progress-circle[b-yf789lrfvg] {
    background: linear-gradient(140deg, rgba(var(--mud-palette-success-rgb), 0.18), rgba(var(--mud-palette-success-rgb), 0.08));
    color: var(--mud-palette-success);
    box-shadow: inset 0 0 0 1px rgba(var(--mud-palette-success-rgb), 0.25);
}

.wizard-progress-text[b-yf789lrfvg] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-left: 10px;
}

.wizard-progress-connector[b-yf789lrfvg] {
    flex: 1;
    height: 2px;
    align-self: center;
    background: linear-gradient(90deg, rgba(var(--mud-palette-primary-rgb), 0.25), rgba(var(--mud-palette-primary-rgb), 0));
}

.wizard-step-body[b-yf789lrfvg] {
    padding: 8px 0;
}

.wizard-drop-wrapper[b-yf789lrfvg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.wizard-drop-upload[b-yf789lrfvg] {
    width: 100%;
}



.wizard-drop-zone[b-yf789lrfvg] {
    position: relative;
    border: 1px solid rgba(var(--mud-palette-primary-rgb), 0.25);
    border-radius: 28px;
    padding: 54px 32px;
    text-align: center;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    background: linear-gradient(135deg, rgba(var(--mud-palette-primary-rgb), 0.08), rgba(var(--mud-palette-primary-rgb), 0.02));
    backdrop-filter: blur(12px);
    box-shadow: var(--mud-elevation-6);
    cursor: pointer;
}

.wizard-drop-zone:hover[b-yf789lrfvg] {
    border-color: var(--mud-palette-primary);
    transform: translateY(-6px);
    box-shadow: var(--mud-elevation-12);
}

.wizard-drop-zone.is-disabled[b-yf789lrfvg] {
    opacity: 0.6;
    pointer-events: none;
    transform: none;
}

.wizard-drop-content[b-yf789lrfvg] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    pointer-events: none;
}

.wizard-drop-icon[b-yf789lrfvg] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border-radius: 28px;
    background: rgba(var(--mud-palette-primary-rgb), 0.14);
    color: var(--mud-palette-primary);
    box-shadow: inset 0 0 0 1px rgba(var(--mud-palette-primary-rgb), 0.12), 0 20px 40px rgba(var(--mud-palette-primary-rgb), 0.18);
}

.wizard-drop-icon .mud-icon-root[b-yf789lrfvg] {
    font-size: 38px;
}

.wizard-drop-input[b-yf789lrfvg] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    display: block;
}

[b-yf789lrfvg] .wizard-drop-input::file-selector-button,
[b-yf789lrfvg] .wizard-drop-input::-webkit-file-upload-button {
    visibility: hidden;
}


.wizard-upload-status[b-yf789lrfvg] {
    border-radius: 20px;
    background-color: rgba(var(--mud-palette-surface-rgb), 0.98);
    box-shadow: var(--mud-elevation-6);
}

.wizard-upload-status-icon.spin[b-yf789lrfvg] {
    animation: wizard-spin-b-yf789lrfvg 1.4s linear infinite;
}

.wizard-upload-progress[b-yf789lrfvg] {
    width: 100%;
    max-width: 360px;
}


.wizard-uploaded-list[b-yf789lrfvg] {
    border-radius: 20px;
    background-color: rgba(var(--mud-palette-surface-rgb), 0.98);
    box-shadow: var(--mud-elevation-3);
}

.wizard-uploaded-item[b-yf789lrfvg] {
    border-radius: 16px;
    border: 1px solid rgba(var(--mud-palette-primary-rgb), 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wizard-uploaded-item:hover[b-yf789lrfvg] {
    transform: translateY(-2px);
    box-shadow: var(--mud-elevation-6);
}

.wizard-uploaded-item-meta[b-yf789lrfvg] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.wizard-section[b-yf789lrfvg] {
    border-radius: 22px;
    background: rgba(var(--mud-palette-surface-rgb), 0.95);
    box-shadow: var(--mud-elevation-4);
}

.wizard-power-of-attorney-card[b-yf789lrfvg] {
    border-radius: 24px;
    border: 1px solid rgba(var(--mud-palette-primary-rgb), 0.2);
    background: linear-gradient(135deg, rgba(var(--mud-palette-primary-rgb), 0.12), rgba(var(--mud-palette-primary-rgb), 0.03));
    box-shadow: var(--mud-elevation-2);
}

.wizard-power-of-attorney-card .mud-alert-root[b-yf789lrfvg] {
    margin-top: 8px;
}

.wizard-preview-card[b-yf789lrfvg] {
    height: 100%;
}

.wizard-preview-wrapper[b-yf789lrfvg] {
    position: relative;
    width: 100%;
    height: clamp(420px, 65vh, 720px);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: rgba(var(--mud-palette-primary-rgb), 0.04);
    box-shadow: inset 0 0 0 1px rgba(var(--mud-palette-primary-rgb), 0.12);
}

.wizard-preview-object[b-yf789lrfvg] {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.wizard-preview-fallback[b-yf789lrfvg] {
    flex: 1 1 auto;
    padding: 32px;
    text-align: center;
    justify-content: center;
}

.wizard-preview-fallback .mud-icon-root[b-yf789lrfvg] {
    font-size: 42px;
}

.wizard-invoice-detail[b-yf789lrfvg] {
    border-radius: 18px;
    border: 1px solid rgba(var(--mud-palette-primary-rgb), 0.14);
    transition: box-shadow 0.2s ease;
}

.wizard-invoice-detail:hover[b-yf789lrfvg] {
    box-shadow: var(--mud-elevation-6);
}

.wizard-actions[b-yf789lrfvg] {
    padding-top: 16px;
}

.wizard-primary-action[b-yf789lrfvg] {
    min-width: 180px;
    padding-inline: 36px;
    border-radius: 14px;
    font-weight: 600;
    box-shadow: var(--mud-elevation-6);
}

.wizard-primary-action:disabled[b-yf789lrfvg] {
    box-shadow: none;
}

.wizard-cancel-action[b-yf789lrfvg] {
    font-weight: 500;
    color: rgba(var(--mud-palette-primary-rgb), 0.8);
}

.start-option-date-picker[b-yf789lrfvg] {
    max-width: 180px;
}

.start-option-date-input[b-yf789lrfvg] {
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 0.875rem;
    font-family: inherit;
    color: inherit;
    background: transparent;
    height: 32px;
    cursor: pointer;
}

.start-option-date-input:focus[b-yf789lrfvg] {
    outline: none;
    border-color: var(--mud-palette-primary);
    border-width: 2px;
}

/* Native select replacement for MudSelect (avoids popover JS cleanup crash) */
.wizard-native-select-wrap[b-yf789lrfvg] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wizard-native-label[b-yf789lrfvg] {
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 2px;
    padding-left: 2px;
}

.wizard-native-select[b-yf789lrfvg] {
    width: 100%;
    height: 40px;
    padding: 6px 8px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    outline: none;
    transition: border-color 0.2s;
}

.wizard-native-select:focus[b-yf789lrfvg] {
    border-color: var(--mud-palette-primary);
    border-width: 2px;
}

.wizard-native-select:hover[b-yf789lrfvg] {
    border-color: rgba(0, 0, 0, 0.6);
}

.start-option-date-row[b-yf789lrfvg] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

@keyframes wizard-spin-b-yf789lrfvg {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1400px) {
    .wizard-content[b-yf789lrfvg] {
        padding: 36px 48px;
    }

    .wizard-progress[b-yf789lrfvg] {
        flex-wrap: wrap;
        gap: 12px;
    }

    .wizard-progress-item[b-yf789lrfvg] {
        flex: 1 1 320px;
        min-width: 280px;
    }

    .wizard-progress-connector[b-yf789lrfvg] {
        display: none;
    }
}

@media (max-width: 1200px) {
    .wizard-content[b-yf789lrfvg] {
        padding: 32px 40px;
    }

    .wizard-progress[b-yf789lrfvg] {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
    }

    .wizard-progress-connector[b-yf789lrfvg] {
        width: 100%;
        height: 2px;
        display: none;
    }

    .wizard-progress-item[b-yf789lrfvg] {
        width: 100%;
        flex: 1 1 auto;
    }
}

@media (max-width: 960px) {
    .wizard-background[b-yf789lrfvg] {
        padding: 32px 0;
    }

    .wizard-container[b-yf789lrfvg] {
        padding-inline: 16px;
    }

    .wizard-content[b-yf789lrfvg] {
        padding: 28px 24px 32px;
    }

    .wizard-shell[b-yf789lrfvg] {
        gap: 24px;
    }

    .wizard-drop-zone[b-yf789lrfvg] {
        padding: 32px 24px;
    }

    .wizard-preview-wrapper[b-yf789lrfvg] {
        min-height: 320px;
    }
}
/* _content/Oikos.Web/Components/Pages/User_Bonix/CompanyChecks/History.razor.rz.scp.css */
.company-check-history-table .actions-column[b-bxsira35ln] {
    text-align: right;
}

.company-check-history-table .actions-cell[b-bxsira35ln] {
    white-space: nowrap;
    text-align: right;
}

.company-check-history-table .actions-stack[b-bxsira35ln] {
    justify-content: flex-end;
    gap: 0.5rem;
}

.company-check-history-table .actions-stack .mud-button-root[b-bxsira35ln] {
    min-width: auto;
}
/* _content/Oikos.Web/Components/Pages/User_Bonix/CompanyChecks/Index.razor.rz.scp.css */
.wizard-background[b-c2t2irl9z6] {
  min-height: 100vh;
  padding: 48px 0;
  background: radial-gradient(circle at 10% 20%, rgba(var(--mud-palette-primary-rgb), 0.08) 0%, transparent 55%),
    radial-gradient(circle at 90% 0%, rgba(var(--mud-palette-secondary-rgb), 0.12) 0%, transparent 50%),
    linear-gradient(135deg, rgba(var(--mud-palette-background-rgb), 0.95) 0%, rgba(var(--mud-palette-surface-rgb), 0.9) 35%, #ffffff 100%);
}

.company-check-wizard-background[b-c2t2irl9z6] {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wizard-container[b-c2t2irl9z6] {
  position: relative;
  padding-inline: 24px;
  flex: 1;
}

.company-checks-footer[b-c2t2irl9z6] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 16px 8px;
  margin-top: 24px;
  text-align: center;
}

.company-checks-footer .mud-typography[b-c2t2irl9z6] {
  letter-spacing: 0.16em;
  font-weight: 600;
}

.company-checks-disclaimer-backdrop[b-c2t2irl9z6] {
  position: fixed;
  inset: 0;
  background-color: rgba(15, 23, 42, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 2200;
}

.company-checks-disclaimer-backdrop[b-c2t2irl9z6] .company-checks-disclaimer-card {
  max-width: 600px;
  border-radius: 24px;
  text-align: center;
  max-height: 90vh;
  overflow-y: auto;
}

.company-checks-sepa-card[b-c2t2irl9z6] {
  width: 100%;
  max-width: 420px;
  text-align: left;
  max-height: 90vh;
  overflow-y: auto;
}

.company-checks-sepa-card .wizard-text-center[b-c2t2irl9z6] {
  text-align: center;
}

.company-checks-sepa-upload[b-c2t2irl9z6] {
  width: 100%;
}

.company-checks-sepa-upload .mud-button-root[b-c2t2irl9z6] {
  width: 100%;
  justify-content: center;
}

.company-check-wizard-card[b-c2t2irl9z6] {
  border-radius: 36px;
  background: rgba(var(--mud-palette-surface-rgb), 0.94);
  box-shadow: 0 28px 80px rgba(var(--mud-palette-primary-rgb), 0.16);
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.wizard-content[b-c2t2irl9z6] {
  padding: 40px 64px 48px;
}

.wizard-shell[b-c2t2irl9z6] {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.wizard-header[b-c2t2irl9z6] {
  gap: 12px;
}

.wizard-text-center[b-c2t2irl9z6] {
  text-align: center;
  width: 100%;
}

.wizard-progress-card[b-c2t2irl9z6] {
  padding: 18px 24px;
  border-radius: 24px;
  background: rgba(var(--mud-palette-background-rgb), 0.78);
  box-shadow: var(--mud-elevation-6);
  backdrop-filter: blur(12px);
}

.wizard-progress[b-c2t2irl9z6] {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.wizard-progress-item[b-c2t2irl9z6] {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: rgba(var(--mud-palette-primary-rgb), 0.06);
  background-clip: padding-box;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  color: inherit;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  overflow: visible;
}

.wizard-progress-item .mud-button-label[b-c2t2irl9z6] {
  width: 100%;
  padding: 0;
}

.wizard-progress-content[b-c2t2irl9z6] {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
}

.wizard-progress-item:disabled[b-c2t2irl9z6] {
  cursor: default;
  opacity: 0.65;
}

.wizard-progress-item:hover:not(:disabled)[b-c2t2irl9z6] {
  transform: translateY(-2px);
  background: rgba(var(--mud-palette-primary-rgb), 0.14);
  box-shadow: var(--mud-elevation-8);
  border-color: rgba(var(--mud-palette-primary-rgb), 0.35);
}

.wizard-progress-item.active[b-c2t2irl9z6] {
  background: rgba(var(--mud-palette-primary-rgb), 0.2);
  border-color: rgba(var(--mud-palette-primary-rgb), 0.5);
  box-shadow: var(--mud-elevation-10);
}

.wizard-progress-item.completed[b-c2t2irl9z6] {
  background: rgba(var(--mud-palette-success-rgb), 0.15);
  border-color: rgba(var(--mud-palette-success-rgb), 0.45);
  box-shadow: var(--mud-elevation-6);
}

.wizard-progress-item.completed:hover:not(:disabled)[b-c2t2irl9z6] {
  background: rgba(var(--mud-palette-success-rgb), 0.2);
}

.wizard-progress-item:focus-visible[b-c2t2irl9z6] {
  outline: 3px solid rgba(var(--mud-palette-primary-rgb), 0.35);
  outline-offset: 2px;
}

.wizard-progress-circle[b-c2t2irl9z6] {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(140deg, rgba(var(--mud-palette-primary-rgb), 0.12), rgba(var(--mud-palette-primary-rgb), 0.02));
  color: var(--mud-palette-primary);
  box-shadow: inset 0 0 0 1px rgba(var(--mud-palette-primary-rgb), 0.15);
}

.wizard-progress-circle .mud-icon-root[b-c2t2irl9z6] {
  font-size: 26px;
}

.wizard-progress-index[b-c2t2irl9z6] {
  position: absolute;
  bottom: -6px;
  right: -6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(var(--mud-palette-primary-rgb), 0.85);
  color: white;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(15, 23, 42, 0.2);
}

.wizard-progress-item.completed .wizard-progress-circle[b-c2t2irl9z6] {
  background: linear-gradient(140deg, rgba(var(--mud-palette-success-rgb), 0.18), rgba(var(--mud-palette-success-rgb), 0.08));
  color: var(--mud-palette-success);
  box-shadow: inset 0 0 0 1px rgba(var(--mud-palette-success-rgb), 0.25);
}

.wizard-progress-text[b-c2t2irl9z6] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wizard-progress-connector[b-c2t2irl9z6] {
  flex: 1;
  height: 2px;
  align-self: center;
  background: linear-gradient(90deg, rgba(var(--mud-palette-primary-rgb), 0.25), rgba(var(--mud-palette-primary-rgb), 0));
}

.wizard-step-body[b-c2t2irl9z6] {
  padding: 8px 0;
}

.wizard-hero[b-c2t2irl9z6] {
  background: linear-gradient(135deg, rgba(var(--mud-palette-primary-rgb), 0.12), rgba(var(--mud-palette-primary-rgb), 0.04));
  border-radius: 28px;
  box-shadow: var(--mud-elevation-4);
}

.wizard-hero-icon[b-c2t2irl9z6] {
  font-size: 48px;
}

.wizard-section[b-c2t2irl9z6] {
  border-radius: 22px;
  background: rgba(var(--mud-palette-surface-rgb), 0.95);
  box-shadow: var(--mud-elevation-4);
}

.wizard-primary-action[b-c2t2irl9z6] {
  min-width: 160px;
  padding-inline: 32px;
  border-radius: 14px;
  font-weight: 600;
  box-shadow: var(--mud-elevation-6);
}

.wizard-primary-action:disabled[b-c2t2irl9z6] {
  box-shadow: none;
}

.wizard-alert[b-c2t2irl9z6] {
  border-radius: 18px;
}

.wizard-empty-state[b-c2t2irl9z6] {
  padding-block: 32px;
}

.wizard-payment[b-c2t2irl9z6] {
  text-align: center;
}

.wizard-report-grid[b-c2t2irl9z6] {
  margin-top: 8px;
}

.company-check-result-table[b-c2t2irl9z6] {
  border-radius: 18px;
  overflow: hidden;
}

.company-check-result-table__table[b-c2t2irl9z6] {
  width: 100%;
}

.company-check-result-table__table .mud-table-container[b-c2t2irl9z6] {
  overflow-x: visible;
}

.company-check-result-table__table .mud-table-cell[b-c2t2irl9z6],
.company-check-result-table__table .mud-table-head-cell[b-c2t2irl9z6] {
  white-space: normal;
  word-break: break-word;
}

.company-check-result-table__table .mud-table-root[b-c2t2irl9z6] {
  border-radius: inherit;
}

.company-check-result-table__table table tbody tr[b-c2t2irl9z6] {
  transition: background-color 0.2s ease;
}

.company-check-result-table__table table tbody tr:hover[b-c2t2irl9z6] {
  background-color: rgba(var(--mud-palette-primary-rgb), 0.06);
}

.company-check-result-table__actions-header[b-c2t2irl9z6],
.company-check-result-table__actions-cell[b-c2t2irl9z6] {
  text-align: center;
  white-space: nowrap;
}

.company-check-result-table__actions-cell .mud-button-root[b-c2t2irl9z6] {
  font-weight: 600;
}

@media (max-width: 1200px) {
  .wizard-content[b-c2t2irl9z6] {
    padding: 32px 40px;
  }

  .wizard-progress[b-c2t2irl9z6] {
    flex-direction: column;
    align-items: stretch;
  }

  .wizard-progress-connector[b-c2t2irl9z6] {
    width: 100%;
    height: 2px;
    display: none;
  }
}

@media (max-width: 900px) {
  .wizard-content[b-c2t2irl9z6] {
    padding: 28px 24px 36px;
  }

  .wizard-progress-card[b-c2t2irl9z6] {
    padding: 16px;
  }

  .wizard-progress-circle[b-c2t2irl9z6] {
    width: 42px;
    height: 42px;
  }

  .wizard-progress-item[b-c2t2irl9z6] {
    padding: 10px 16px;
  }
}

@media (max-width: 600px) {
  .wizard-background[b-c2t2irl9z6] {
    padding: 32px 0;
  }

  .company-checks-disclaimer-backdrop[b-c2t2irl9z6] {
    align-items: flex-start;
  }

  .company-checks-sepa-card[b-c2t2irl9z6],
  .company-checks-disclaimer-card[b-c2t2irl9z6] {
    width: 100%;
    max-height: 100vh;
    padding: 16px !important;
  }

  .wizard-content[b-c2t2irl9z6] {
    padding: 24px 20px 32px;
  }

  .wizard-hero[b-c2t2irl9z6] {
    padding: 32px 16px !important;
  }

  .wizard-section[b-c2t2irl9z6] {
    padding: 24px 16px !important;
  }
}
/* _content/Oikos.Web/Components/Pages/User_Bonix/Dashboard.razor.rz.scp.css */
.oikos-dashboard[b-1xewg3vz6z] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.oikos-dashboard-header[b-1xewg3vz6z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oikos-header-content .fw-bold[b-1xewg3vz6z] {
    font-weight: 800;
}

.oikos-news-banner[b-1xewg3vz6z] {
    background-color: #f0f7ff;
    border: 1px solid #e0efff;
    transition: transform 0.2s ease;
}

.oikos-news-icon[b-1xewg3vz6z] {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 120, 255, 0.08);
}

.oikos-info-chip.mud-chip[b-1xewg3vz6z] {
    background-color: #e2e8f0;
    color: #475569;
    font-weight: 600;
    font-size: 0.7rem;
    height: 20px;
    width: fit-content;
}

.oikos-news-title[b-1xewg3vz6z] {
    font-weight: 700;
    color: #1e293b;
}

.oikos-plan-banner[b-1xewg3vz6z] {
    background-color: #ecf2ff;
    border: 1px solid #d9e6ff;
}

.oikos-plan-usage[b-1xewg3vz6z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.oikos-usage-circle[b-1xewg3vz6z] {
    width: 64px;
    height: 64px;
    border: 3px solid #2e5bc0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.usage-text[b-1xewg3vz6z] {
    font-weight: 800;
    color: #2e5bc0;
    font-size: 0.9rem;
}

.plan-label[b-1xewg3vz6z] {
    font-size: 0.65rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.oikos-upgrade-btn.mud-button-root[b-1xewg3vz6z] {
    color: #64748b;
    font-weight: 600;
    text-transform: none;
}

.oikos-status-card[b-1xewg3vz6z] {
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #f1f5f9;
    background-color: #fff;
}

.oikos-status-card:hover[b-1xewg3vz6z] {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
}

.oikos-card-icon-nested[b-1xewg3vz6z] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--status-color-rgb), 0.1);
    color: var(--status-color);
}

.oikos-status-card.status-card--neu[b-1xewg3vz6z] {
    background-color: #f8faff;
    border-color: #e2e8f0;
}

.oikos-status-card.status-card--in-prüfung[b-1xewg3vz6z] {
    background-color: #fffbeb;
    border-color: #fef3c7;
}

.oikos-status-card.status-card--rückfragen[b-1xewg3vz6z] {
    background-color: #fef2f2;
    border-color: #fee2e2;
}

.oikos-status-card.status-card--akzeptiert[b-1xewg3vz6z] {
    background-color: #f0fdf4;
    border-color: #dcfce7;
}

.oikos-status-card.status-card--gericht[b-1xewg3vz6z] {
    background-color: #f8fafc;
    border-color: #f1f5f9;
}

.oikos-status-card.status-card--fristen[b-1xewg3vz6z] {
    background-color: #f8fafc;
    border-color: #f1f5f9;
}

.oikos-status-card.status-card--completed[b-1xewg3vz6z] {
    background-color: #f0fdf4;
    border-color: #dcfce7;
}

@media (max-width: 600px) {
    .oikos-dashboard-header[b-1xewg3vz6z] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .oikos-header-actions[b-1xewg3vz6z] {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
}
/* _content/Oikos.Web/Components/Shared/IconSelect.razor.rz.scp.css */
.icon-item:hover[b-uc4z3tk051] {
    background-color: var(--mud-palette-table-hover);
}
/* _content/Oikos.Web/Components/Shared/Loading.razor.rz.scp.css */
.full-screen[b-0t15r9w26k] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.5rem 2.5rem;
    background: linear-gradient(130deg, #f4edff 0%, #ffe9f3 100%);
}

.login-shell[b-0t15r9w26k] {
    display: flex;
    width: min(1100px, 100%);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 38px 80px rgba(86, 47, 153, 0.25);
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.2) 100%);
    backdrop-filter: blur(16px);
}

.login-panel[b-0t15r9w26k] {
    flex: 1 1 60%;
    background: rgba(255, 255, 255, 0.92);
    padding: 3.25rem 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.login-panel__top[b-0t15r9w26k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-panel__logo-skeleton[b-0t15r9w26k],
.login-panel__register-skeleton[b-0t15r9w26k],
.login-panel__title-skeleton[b-0t15r9w26k],
.login-panel__subtitle-skeleton[b-0t15r9w26k] {
    border-radius: 12px;
}

.login-panel__form[b-0t15r9w26k] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.login-panel__submit.mud-button-root[b-0t15r9w26k] {
    margin-top: 0.5rem;
    align-self: flex-start;
    text-transform: none;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.9rem 2.4rem;
    background: linear-gradient(90deg, #5a2bd4 0%, #8734e8 100%);
    box-shadow: 0 14px 28px rgba(90, 43, 212, 0.25);
}

.login-panel__submit.mud-button-root:disabled[b-0t15r9w26k] {
    color: rgba(255, 255, 255, 0.8);
}

.login-panel__culture[b-0t15r9w26k] {
    margin-top: auto;
    display: flex;
    justify-content: flex-start;
}

.login-panel--loading[b-0t15r9w26k] {
    gap: 1.75rem;
    pointer-events: none;
}

.login-panel__culture--loading[b-0t15r9w26k] {
    justify-content: flex-start;
}

.promo-panel[b-0t15r9w26k] {
    flex: 1 1 40%;
    background: linear-gradient(200deg, #4c1c88 0%, #862dd7 100%);
    color: #fff;
    padding: 3.5rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.promo-panel--loading[b-0t15r9w26k] {
    gap: 1.25rem;
    pointer-events: none;
}

.promo-panel__list[b-0t15r9w26k] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

@media (max-width: 960px) {
    .login-shell[b-0t15r9w26k] {
        flex-direction: column;
    }

    .promo-panel[b-0t15r9w26k],
    .login-panel[b-0t15r9w26k] {
        flex: 1 1 auto;
        width: 100%;
    }
}
/* _content/Oikos.Web/Components/Shared/NoAuthorizedPage.razor.rz.scp.css */
.container[b-m7e0c890r2] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.tree[b-m7e0c890r2] {
    position: relative;
    width: 50px;
    height: 50px;
    transform-style: preserve-3d;
    transform: rotateX(-20deg) rotateY(30deg);
    animation: treeAnimate-b-m7e0c890r2 5s linear infinite;
}

@keyframes treeAnimate-b-m7e0c890r2 {
    0% {
        transform: rotateX(-20deg) rotateY(360deg);
    }

    100% {
        transform: rotateX(-20deg) rotateY(0deg);
    }
}

.tree div[b-m7e0c890r2] {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform: translateY(calc(25px * var(--x))) translateZ(0px);
}

    .tree div.branch span[b-m7e0c890r2] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #69c069, #77dd77);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        border-bottom: 5px solid #00000019;
        transform-origin: bottom;
        transform: rotateY(calc(90deg * var(--i))) rotateX(30deg) translateZ(28.5px);
    }

    .tree div.stem span[b-m7e0c890r2] {
        position: absolute;
        top: 110px;
        /* updated top value */
        left: calc(50% - 7.5px);
        width: 15px;
        height: 50%;
        background: linear-gradient(90deg, #bb4622, #df7214);
        border-bottom: 5px solid #00000019;
        transform-origin: bottom;
        transform: rotateY(calc(90deg * var(--i))) translateZ(7.5px);
    }

.shadow[b-m7e0c890r2] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    filter: blur(20px);
    transform-style: preserve-3d;
    transform: rotateX(90deg) translateZ(-65px);
}
/* _content/Oikos.Web/Components/Shared/NotFoundPage.razor.rz.scp.css */
.loader[b-eeqc6zyirb] {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

    .loader[b-eeqc6zyirb]::before,
    .loader[b-eeqc6zyirb]::after {
        content: '';
        border: 7px solid #ccc;
        border-radius: 50%;
        width: inherit;
        height: inherit;
        position: absolute;
        animation: loader-b-eeqc6zyirb 2s linear infinite;
        opacity: 0;
    }

    .loader[b-eeqc6zyirb]::before {
        animation-delay: 1s;
    }

@keyframes loader-b-eeqc6zyirb {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}
