@charset "UTF-8";
/* Projekt UI Asset
--------------------------------------------- */
/* Projekt UI
--------------------------------------------- */
#masthead .arren-mobile-header {
  display: none;
}

.site-header,
#masthead {
  overflow: visible;
  position: relative;
  z-index: 15;
}

.has-projekt-mobile-ui .site-header,
.has-projekt-desktop-ui .site-header {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

body.has-projekt-mobile-ui,
body.has-projekt-desktop-ui {
  overflow-x: clip;
}

body.has-projekt-mobile-ui {
  --projekt-bottom-nav-height: calc(82px + env(safe-area-inset-bottom));
}

body.has-projekt-desktop-ui {
  --projekt-desktop-nav-height: 108px;
}

.has-projekt-mobile-ui .site-header {
  position: relative;
  z-index: 15;
  background: #ffffff;
  border-bottom: 1px solid rgba(223, 227, 232, 0.92);
  backdrop-filter: blur(16px);
}

.has-projekt-mobile-ui .site-header > :not(.arren-mobile-header) {
  display: none;
}

.has-projekt-mobile-ui #masthead .arren-mobile-header {
  display: block;
}

.has-projekt-mobile-ui .arren-mobile-header__bar {
  position: relative;
  z-index: 16;
  min-height: 68px;
  width: min(900px, 100%);
  margin: 0 auto;
  padding: calc(10px + env(safe-area-inset-top)) 16px 12px;
}

.has-projekt-mobile-ui .arren-mobile-header__actions {
  position: relative;
  z-index: 17;
  display: flex;
  align-items: flex-end;
  min-height: 40px;
  pointer-events: none;
}

.has-projekt-mobile-ui .arren-mobile-header__brand {
  position: absolute;
  right: 16px;
  bottom: 12px;
  z-index: 2;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: calc(100% - 144px);
  text-align: right;
}

.has-projekt-mobile-ui .arren-mobile-header__actions > * {
  pointer-events: auto;
}

.has-projekt-mobile-ui .arren-mobile-header__brand a {
  color: #111827;
  text-decoration: none;
}

.arrenapp-header-brand {
  display: inline-flex;
  align-items: center;
  color: #111827;
  line-height: 0;
  text-decoration: none;
}

.arrenapp-header-brand:focus-visible {
  outline: 2px solid rgba(17, 24, 39, 0.18);
  outline-offset: 4px;
  border-radius: 8px;
}

.arrenapp-header-logo {
  display: block;
  width: 100%;
  height: auto;
}

.arrenapp-header-logo__rocket-outer,
.arrenapp-header-logo__rocket-inner,
.arrenapp-header-logo__rocket-accent,
.arrenapp-header-logo__wordmark {
  transition: fill 0.2s ease;
}

.arrenapp-header-logo__rocket-outer {
  fill: #f39200;
}

.arrenapp-header-logo__rocket-inner {
  fill: #ffdd00;
}

.arrenapp-header-logo__rocket-core {
  fill: #ffffff;
}

.arrenapp-header-logo__rocket-accent {
  fill: #80166f;
}

.arrenapp-header-logo__wordmark {
  fill: #111827;
}

.arrenapp-header-brand:hover .arrenapp-header-logo__rocket-outer,
.arrenapp-header-brand:focus-visible .arrenapp-header-logo__rocket-outer {
  fill: #878787;
}

.arrenapp-header-brand:hover .arrenapp-header-logo__rocket-inner,
.arrenapp-header-brand:focus-visible .arrenapp-header-logo__rocket-inner {
  fill: #c6c6c6;
}

.arrenapp-header-brand:hover .arrenapp-header-logo__rocket-accent,
.arrenapp-header-brand:focus-visible .arrenapp-header-logo__rocket-accent {
  fill: #878787;
}

.arrenapp-header-brand:hover .arrenapp-header-logo__wordmark,
.arrenapp-header-brand:focus-visible .arrenapp-header-logo__wordmark {
  fill: #706f6f;
}

.has-projekt-mobile-ui .arren-mobile-header__brand-link {
  width: min(132px, 100vw - 176px);
}

.has-projekt-mobile-ui .arren-mobile-header__brand .custom-logo {
  display: block;
  width: auto;
  max-width: 132px;
  max-height: 34px;
}

.arren-header-shell {
  display: grid;
  gap: 12px;
  padding: 16px 24px;
  background: #ffffff;
  backdrop-filter: blur(16px);
  overflow: visible;
}

.arren-header-shell__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
  width: min(900px, 100%);
  margin: 0 auto;
}

.arren-header-shell .site-branding {
  flex: 0 0 auto;
  min-width: 0;
  display: flex;
  align-items: center;
}

.arren-header-shell .site-branding .arrenapp-header-brand {
  width: min(240px, 28vw);
}

.arren-home-feed-filter {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
  width: fit-content;
  max-width: max-content;
  min-height: 40px;
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 18px;
  background: #f28301;
  color: #80166f;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.arren-home-feed-filter__checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 1.35rem;
  border: 0.18rem solid currentColor;
  border-radius: 0.3rem;
  background: transparent;
}

.arren-home-feed-filter__checkbox::after {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.05rem;
  width: 0.38rem;
  height: 0.72rem;
  border-right: 0.18rem solid currentColor;
  border-bottom: 0.18rem solid currentColor;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 0.18s ease;
}

.arren-home-feed-filter__label {
  min-width: 0;
  display: block;
}

.arren-home-feed-filter:hover,
.arren-home-feed-filter:focus-visible {
  transform: translateY(-1px);
  filter: brightness(0.98);
}

.arren-home-feed-filter.is-active {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.arren-home-feed-filter.is-active .arren-home-feed-filter__checkbox::after {
  opacity: 1;
}

.content-page__event-filter {
  margin: 0.5rem 0;
}

.content-page__event-filter .arren-home-feed-filter--hero {
  flex: 0 0 auto;
  align-self: flex-start;
  min-height: 40px;
  margin: 0;
}

@media (max-width: 767.98px) {
  .content-page__event-filter {
    display: flex;
    justify-content: flex-start;
  }
  .content-page__event-filter .arren-home-feed-filter--hero {
    font-size: 0.95rem;
  }
}
.has-projekt-mobile-ui .feed-card.is-feed-filter-hidden {
  display: none !important;
}

.feed-item.is-feed-filter-hidden {
  display: none !important;
}

.home-feed-filter-empty {
  margin: 12px 0 18px;
  padding: 16px 18px;
  border: 1px solid #ececec;
  border-radius: 18px;
  background: #ffffff;
  color: #475569;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.home-feed-filter-empty p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.projekt-nav {
  position: relative;
  z-index: 30;
  font-family: inherit;
}
.projekt-nav .nav-item {
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: 1.2;
}
.projekt-nav button.nav-item {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
}
.projekt-nav .hidden {
  display: none;
}
.projekt-nav .icon-svg {
  width: 1em;
  height: 1em;
  display: block;
  fill: currentColor;
  stroke: currentColor;
}
.projekt-nav .nav-drawers {
  position: relative;
  z-index: 20;
  background: #ffffff;
}
.projekt-nav .nav-drawer {
  margin: 0;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.projekt-nav .nav-drawer.show {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.projekt-nav .drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid #eef1f4;
  font-weight: 600;
}
.projekt-nav .drawer-header__title {
  min-width: 0;
}
.projekt-nav .drawer-header__close,
.projekt-nav .notification-panel__close {
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111827;
  font: inherit;
  line-height: 0;
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.projekt-nav .drawer-header__close > span,
.projekt-nav .notification-panel__close > span {
  display: block;
  font-size: 22px;
  line-height: 1;
  transform: translateY(-1px);
}
.projekt-nav .drawer-header__close:hover,
.projekt-nav .drawer-header__close:focus-visible,
.projekt-nav .notification-panel__close:hover,
.projekt-nav .notification-panel__close:focus-visible {
  background: #e5e7eb;
  transform: translateY(-1px);
}
.projekt-nav .drawer-body {
  overflow-y: auto;
}
.projekt-nav .bottom-menu-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.projekt-nav .bottom-menu-links li {
  border-bottom: 1px solid #eef1f4;
}
.projekt-nav .bottom-menu-links li:last-child {
  border-bottom: 0;
}
.projekt-nav .bottom-menu-links a {
  display: block;
  padding: 12px 14px;
  color: #1f2937;
  text-decoration: none;
}
.projekt-nav .bottom-menu-links a:hover,
.projekt-nav .bottom-menu-links a:focus-visible {
  background: #f8fafc;
  color: #80166f;
}
.projekt-nav .bottom-menu-links .sub-menu,
.projekt-nav .bottom-menu-links .arrenapp-menu-branch__children {
  list-style: none;
  margin: 0;
  padding: 0 0.5rem 0 1rem;
  background-color: rgba(153, 153, 153, 0.15);
}
.projekt-nav .bottom-menu-links .menu-item--project::before,
.projekt-nav .bottom-menu-links .menu-item--project::after {
  display: none;
}
.projekt-nav .arrenapp-menu-branch__row {
  align-items: stretch;
  display: flex;
  gap: 0;
}
.projekt-nav .arrenapp-menu-branch__link {
  flex: 1 1 auto;
  min-width: 0;
}
.projekt-nav .arrenapp-menu-branch__toggle {
  align-items: center;
  align-self: stretch;
  appearance: none;
  background: transparent;
  border: 0;
  color: #111827;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  min-width: 44px;
  padding: 12px 14px;
}
.projekt-nav .arrenapp-menu-branch__toggle::before {
  border-bottom: 1.5px solid currentColor;
  border-inline-end: 1.5px solid currentColor;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 8px;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  width: 8px;
}
.projekt-nav .arrenapp-menu-branch.is-open > .arrenapp-menu-branch__row .arrenapp-menu-branch__toggle::before {
  transform: rotate(225deg);
}
.projekt-nav .arrenapp-menu-branch__toggle:hover,
.projekt-nav .arrenapp-menu-branch__toggle:focus-visible {
  color: #80166f;
}
.projekt-nav .arrenapp-menu-branch__children {
  max-height: min(60vh, 420px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 8px;
}
.projekt-nav .arrenapp-menu-branch__children .menu-item {
  border-bottom: 0;
}
.projekt-nav .arrenapp-menu-branch__children a {
  color: #000000;
  padding-inline-start: 26px;
}
.projekt-nav .arrenapp-menu-group__details {
  display: block;
}
.projekt-nav .arrenapp-menu-group__details[open] {
  background: #f8fafc;
}
.projekt-nav .arrenapp-menu-group__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  color: #111827;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.projekt-nav .arrenapp-menu-group__toggle::-webkit-details-marker {
  display: none;
}
.projekt-nav .arrenapp-menu-group__toggle::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  flex: 0 0 auto;
  margin-top: -4px;
}
.projekt-nav .arrenapp-menu-group__details[open] .arrenapp-menu-group__toggle::after {
  transform: rotate(225deg);
  margin-top: 2px;
}
.projekt-nav .arrenapp-menu-group__toggle:hover,
.projekt-nav .arrenapp-menu-group__toggle:focus-visible {
  color: #80166f;
}
.projekt-nav .arrenapp-menu-group__children {
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
  max-height: min(42vh, 320px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.projekt-nav .arrenapp-menu-group__children li {
  border-bottom: 0;
}
.projekt-nav .arrenapp-menu-group__children a {
  padding: 9px 14px 9px 26px;
  color: #000000;
}
.projekt-nav .nav-menu-box__panel {
  overflow: hidden;
  border-radius: inherit;
}
.projekt-nav .nav-expand {
  display: none;
  gap: 10px;
  padding: 12px;
}
.projekt-nav .nav-expand.show {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.projekt-nav .nav-expand.hidden {
  display: none;
}
.projekt-nav .nav-expand .cpt-btn {
  width: 100%;
  padding: 20px 15px;
  border: 1px solid #d9e0e7;
  border-radius: 10px;
  background: #f6f8fa;
  text-align: left;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.projekt-nav .nav-expand .icon-svg-cpt {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.projekt-nav .nav-news-drawer > .drawer-header {
  display: none;
}
.projekt-nav .drawer-body--notifications {
  padding: 18px 14px 20px;
  background: #ffffff;
}
.projekt-nav .drawer-body--dashboard {
  padding: 0 0 var(--projekt-bottom-nav-height, calc(82px + env(safe-area-inset-bottom)));
  background: rgba(127, 1, 107, 0.3019607843);
}
.projekt-nav .dashboard-drawer-content,
.projekt-nav .dashboard-modal-content {
  min-height: 220px;
}
.projekt-nav .dashboard-drawer-state,
.projekt-nav .dashboard-modal-state {
  padding: 22px 18px 28px;
  color: #000000;
  font-size: 15px;
  line-height: 1.5;
}
.projekt-nav .dashboard-drawer-state--error,
.projekt-nav .dashboard-modal-state--error {
  color: #dc2626;
}
.projekt-nav .nav-profile-drawer .dashboard-container--posts {
  max-width: none;
  padding: 18px 16px 28px;
}
.projekt-nav .nav-profile-drawer,
.projekt-nav .nav-profile-drawer .drawer-body--dashboard,
.projekt-nav .nav-profile-drawer .dashboard-drawer-content {
  background: rgba(127, 1, 107, 0.3019607843);
}
.projekt-nav .notification-panel {
  display: grid;
  gap: 18px;
}
.projekt-nav .notification-panel__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.projekt-nav .notification-panel__topbar {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.projekt-nav .notification-panel__copy {
  min-width: 0;
}
.projekt-nav .notification-panel__title {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111111;
}
.projekt-nav .notification-panel__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #5f6368;
}
.projekt-nav .notification-panel__mark-all {
  align-self: flex-start;
}
.projekt-nav .notification-panel__mark-all:hover,
.projekt-nav .notification-panel__mark-all:focus-visible {
  transform: none;
  opacity: 1;
}
.projekt-nav .notification-loading.notification-list {
  padding: 0;
}
.projekt-nav .notification-list {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.projekt-nav .notification-item {
  position: relative;
}
.projekt-nav .notification-item + .notification-item {
  border-top: 1px solid #e5e7eb;
}
.projekt-nav .notification-item__link {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 54px 24px 16px;
  text-decoration: none;
  color: #111827;
  background: #ffffff;
  transition: opacity 0.2s ease;
}
.projekt-nav .notification-item.is-unread .notification-item__link {
  background: #ffffff;
}
.projekt-nav .notification-item__link:hover,
.projekt-nav .notification-item__link:focus-visible {
  opacity: 0.92;
}
.projekt-nav .notification-item__visual {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #80166f;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}
.projekt-nav .notification-item__visual--project {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #f5f7fa;
  color: #334155;
}
.projekt-nav .notification-item__visual--like {
  background: #ffffff;
}
.projekt-nav .notification-item__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.projekt-nav .notification-item__icon,
.projekt-nav .notification-item__fallback-icon .icon-svg {
  width: 24px;
  height: 24px;
}
.projekt-nav .notification-item__icon--heart {
  width: 26px;
  height: 26px;
}
.projekt-nav .notification-item__content {
  display: block;
  min-width: 0;
  padding-top: 4px;
}
.projekt-nav .notification-item__text {
  display: block;
  font-size: 15px;
  line-height: 1.45;
  color: #0f172a;
}
.projekt-nav .notification-item__strong {
  font-weight: 700;
}
.projekt-nav .notification-item__context {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.4;
  color: #475569;
}
.projekt-nav .notification-item__time {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.3;
  color: #64748b;
}
.projekt-nav .notification-item__unread-indicator {
  position: absolute;
  top: 24px;
  right: 18px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #dc2626;
}
.projekt-nav .notification-item__mark-read {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  color: #475569;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.14);
  cursor: pointer;
}
.projekt-nav .notification-item__mark-read:hover,
.projekt-nav .notification-item__mark-read:focus-visible {
  background: #ffffff;
  color: #0f172a;
}
.projekt-nav .notification-item__mark-read:disabled {
  cursor: wait;
  opacity: 0.7;
}
.projekt-nav .notification-state {
  padding: 24px 18px;
  text-align: center;
  font-size: 14px;
  line-height: 1.45;
  color: #64748b;
}
.projekt-nav .notification-state--error {
  color: #b42318;
}
.projekt-nav .notification-state--disabled p {
  margin: 0 0 12px;
}
.projekt-nav .notification-state__action {
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  padding: 8px 12px;
  background: #ffffff;
  color: #0f172a;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.projekt-ui-type-icon {
  --project-ui-type-icon-fg: #80166f;
  --project-ui-type-icon-bg: rgba(128, 22, 111, 0.08);
  --project-ui-type-icon-contrast: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--project-ui-type-icon-fg);
  background: var(--project-ui-type-icon-bg);
}

.projekt-ui-type-icon--plain {
  background: transparent;
  color: var(--project-ui-type-icon-fg);
}

.projekt-ui-type-icon--soft {
  background: var(--project-ui-type-icon-bg);
  color: var(--project-ui-type-icon-fg);
}

.projekt-ui-type-icon--inverted {
  background: var(--project-ui-type-icon-fg);
  color: var(--project-ui-type-icon-contrast);
}

.projekt-ui-type-icon__svg {
  width: 24px;
  height: 24px;
  display: block;
}

.projekt-ui-type-icon[data-type-tone=nachricht],
.projekt-ui-type-icon[data-type-tone=projektnews],
.projekt-ui-type-icon[data-type-tone=medienecho] {
  --project-ui-type-icon-fg: #ee7203;
  --project-ui-type-icon-bg: #fff3eb;
}

.projekt-ui-type-icon[data-type-tone=veranstaltung] {
  --project-ui-type-icon-fg: #009fe3;
  --project-ui-type-icon-bg: #e8f6fd;
}

.projekt-ui-type-icon[data-type-tone=projekt] {
  --project-ui-type-icon-fg: #009640;
  --project-ui-type-icon-bg: #e8f6ee;
}

.projekt-ui-type-icon[data-type-tone=tausche-biete-suche] {
  --project-ui-type-icon-fg: #95c11f;
  --project-ui-type-icon-bg: #f4fadf;
}

.projekt-ui-type-icon[data-type-tone=umfrage] {
  --project-ui-type-icon-fg: #20957c;
  --project-ui-type-icon-bg: #e7f7f2;
}

.projekt-ui-type-icon[data-type-tone=menschen-am-arrenberg] {
  --project-ui-type-icon-fg: #cd1719;
  --project-ui-type-icon-bg: #fdeceb;
}

.projekt-ui-type-icon[data-type-tone=interkulturelle-feiertage] {
  --project-ui-type-icon-fg: #e6007e;
  --project-ui-type-icon-bg: #fde8f4;
}

.arrenapp-pwa-install-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 20px;
  z-index: 25;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid #dfe3e8;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(18px);
}

.has-projekt-mobile-ui .arrenapp-pwa-install-bar {
  bottom: var(--projekt-bottom-nav-height, calc(82px + env(safe-area-inset-bottom)));
}

.has-projekt-desktop-ui .arrenapp-pwa-install-bar {
  left: auto;
  right: 24px;
  bottom: 104px;
  width: min(360px, 100vw - 48px);
}

.arrenapp-pwa-install-bar.is-ios-hint {
  border-color: rgba(128, 22, 111, 0.18);
}

.arrenapp-pwa-install-bar__content {
  min-width: 0;
  flex: 1 1 auto;
}

.arrenapp-pwa-install-bar__eyebrow {
  margin: 0 0 6px;
  color: #80166f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.arrenapp-pwa-install-bar__title {
  margin: 0;
  color: #101828;
  font-size: 17px;
  line-height: 1.15;
}

.arrenapp-pwa-install-bar__text {
  margin: 8px 0 0;
  color: #475467;
  font-size: 14px;
  line-height: 1.45;
}

.arrenapp-pwa-install-bar__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}

.arrenapp-pwa-install-bar__button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 11px 16px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.arrenapp-pwa-install-bar__button:hover,
.arrenapp-pwa-install-bar__button:focus-visible {
  transform: translateY(-1px);
}

.arrenapp-pwa-install-bar__button--primary {
  background: #80166f;
  color: #ffffff;
}

.arrenapp-pwa-install-bar__button--ghost {
  background: rgba(54, 65, 82, 0.08);
  color: #364152;
}

@media (max-width: 767px) {
  .arrenapp-pwa-install-bar {
    gap: 14px;
    padding: 15px 16px;
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
  }
  .arrenapp-pwa-install-bar__actions {
    width: 100%;
    justify-content: stretch;
  }
  .arrenapp-pwa-install-bar__button {
    flex: 1 1 0;
    justify-content: center;
  }
}
#projekt-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  background: #38002f;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.16);
}

.arren-nojs-notice {
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 0 clamp(1rem, 4vw, 1.5rem);
  background: rgba(248, 231, 28, 0.18);
  border-bottom: 1px solid rgba(128, 22, 111, 0.15);
}

.arren-nojs-notice__inner {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 0.85rem 0 0.95rem;
  color: #38002f;
}

.arren-nojs-notice__title {
  display: block;
  font-size: 0.98rem;
  line-height: 1.3;
}

.arren-nojs-notice__text {
  margin: 0.3rem 0 0;
  font-size: 0.94rem;
  line-height: 1.5;
}

.arren-nojs-menu-panel {
  display: none;
  margin: 0;
  padding: 0 clamp(1rem, 4vw, 1.5rem);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(128, 22, 111, 0.12);
  scroll-margin-top: 1rem;
}

.arren-nojs-menu-panel:target {
  display: block;
}

.arren-nojs-menu-panel__inner {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 0.9rem 0 1rem;
}

.arren-nojs-menu-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.7rem;
}

.arren-nojs-menu-panel__title {
  display: block;
  color: #38002f;
  font-size: 0.98rem;
  line-height: 1.3;
}

.arren-nojs-menu-panel__close {
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  border-radius: 999px;
  background: rgba(128, 22, 111, 0.08);
  color: #38002f;
  text-decoration: none;
}

.arren-nojs-menu-panel__close:hover,
.arren-nojs-menu-panel__close:focus-visible {
  background: rgba(128, 22, 111, 0.14);
}

.arren-nojs-menu-panel__close > span {
  display: block;
  font-size: 22px;
  line-height: 1;
  transform: translateY(-1px);
}

.arren-nojs-menu-list,
.arren-nojs-menu-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.arren-nojs-menu-list {
  display: grid;
  gap: 0.25rem;
}

.arren-nojs-menu-list a,
.arren-nojs-menu-list .arrenapp-menu-group__toggle {
  display: block;
  padding: 0.8rem 0.9rem;
  border-radius: 14px;
  color: #38002f;
  font-weight: 600;
  text-decoration: none;
}

.arren-nojs-menu-list a:hover,
.arren-nojs-menu-list a:focus-visible,
.arren-nojs-menu-list .arrenapp-menu-group__toggle:hover,
.arren-nojs-menu-list .arrenapp-menu-group__toggle:focus-visible {
  background: rgba(128, 22, 111, 0.08);
}

.arren-nojs-menu-list .arrenapp-menu-group__children {
  padding-top: 0.2rem;
}

.arren-nojs-menu-list .arrenapp-menu-group__children a {
  padding-left: 1.5rem;
  font-weight: 500;
}

#projekt-bottom-nav .nav-drawers {
  order: -1;
  width: min(900px, 100vw);
  margin: 0 auto;
  padding: 0 10px;
}

#projekt-bottom-nav .nav-drawer {
  transform: translateY(8px);
}

#projekt-bottom-nav .nav-drawer.show {
  transform: translateY(0);
}

#projekt-bottom-nav .drawer-body {
  max-height: calc(100dvh - 86px - var(--projekt-bottom-nav-height, calc(82px + env(safe-area-inset-bottom))));
}

#projekt-bottom-nav .nav-main {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  align-items: center;
  width: min(900px, 100vw);
  margin: 0 auto;
  padding: 8px 10px 10px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(242, 131, 1, 0.24);
  background: #38002f;
  box-shadow: none;
}

#projekt-bottom-nav .nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 52px;
  border: 0;
  background: transparent;
  color: #f28301;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.2;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

#projekt-bottom-nav .nav-item--noscript-only,
#projekt-desktop-nav .nav-item--noscript-only {
  display: none;
}

#projekt-bottom-nav .nav-item:focus {
  outline: none;
  box-shadow: none;
}

#projekt-bottom-nav .nav-item:hover,
#projekt-bottom-nav .nav-item:focus-visible {
  color: #ffffff;
}

#projekt-bottom-nav .create-btn {
  z-index: 4;
}

#projekt-bottom-nav .nav-item .icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  line-height: 1;
}

#projekt-bottom-nav .create-btn .icon,
#projekt-desktop-nav .create-btn .icon {
  position: absolute;
  z-index: 5;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 10px;
  background: #f28301;
  color: #38002f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  box-shadow: 3px 3px 4px -2px black;
}

#projekt-bottom-nav .create-btn .icon::before,
#projekt-bottom-nav .create-btn .icon::after,
#projekt-desktop-nav .create-btn .icon::before,
#projekt-desktop-nav .create-btn .icon::after {
  content: none;
}

#projekt-bottom-nav .create-btn .icon {
  top: -30px;
}

#projekt-bottom-nav .create-btn .icon .icon-svg-plus,
#projekt-desktop-nav .create-btn .icon .icon-svg-plus {
  width: 2.5rem;
  height: 2.5rem;
  transform: rotate(-45deg);
  opacity: 1;
}

#projekt-bottom-nav .nav-item .icon .badge {
  position: absolute;
  top: -6px;
  left: calc(100% - 2px);
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #d62f2f;
  color: #ffffff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}

#projekt-bottom-nav .nav-item--filter.is-active {
  color: #ffffff;
}

#projekt-bottom-nav .nav-item.is-active {
  color: #ffffff;
}

#projekt-desktop-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  width: 100%;
  background: #38002f;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.16);
}

#projekt-desktop-nav .nav-main {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 12px;
  width: min(900px, 100%);
  margin: 0 auto;
  padding: 10px 14px 14px;
  border: 0;
  border-top: 1px solid rgba(242, 131, 1, 0.24);
  background: #38002f;
  box-shadow: none;
  backdrop-filter: none;
}

#projekt-desktop-nav .nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 52px;
  padding: 4px 0 0;
  border: 0;
  background: transparent;
  color: #f28301;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.2;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.2s ease, transform 0.2s ease;
}

#projekt-desktop-nav .nav-item:focus {
  outline: none;
  box-shadow: none;
}

#projekt-desktop-nav .nav-item:hover,
#projekt-desktop-nav .nav-item:focus-visible {
  color: #ffffff;
  transform: translateY(-1px);
}

#projekt-desktop-nav .nav-item .icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  line-height: 1;
}

#projekt-desktop-nav .nav-item.create-btn .icon {
  width: 3.75rem;
  height: 3.75rem;
  font-size: inherit;
}

#projekt-desktop-nav .create-btn {
  z-index: 4;
}

#projekt-desktop-nav .create-btn .icon {
  top: -32px;
}

#projekt-desktop-nav .nav-item--filter.is-active {
  color: #ffffff;
}

#projekt-desktop-nav .nav-item.is-active {
  color: #ffffff;
}

#projekt-desktop-nav .nav-item .icon .badge {
  position: absolute;
  top: -6px;
  left: calc(100% - 2px);
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #d62f2f;
  color: #ffffff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}

#projekt-desktop-nav .nav-drawers {
  position: absolute;
  bottom: calc(100% + 14px);
  top: auto;
  left: 50%;
  right: auto;
  width: min(900px, 100vw);
  height: 0;
  overflow: visible;
  background: transparent;
  transform: translateX(-50%);
}

#projekt-desktop-nav .nav-drawer {
  position: absolute;
  bottom: 0;
  width: min(420px, 100vw - 48px);
  border-radius: 22px;
  transform: translateY(8px);
  visibility: hidden;
}

#projekt-desktop-nav .nav-drawer.show {
  transform: translateY(0);
  visibility: visible;
}

#projekt-desktop-nav .nav-menu-drawer {
  left: 0;
}

#projekt-desktop-nav .nav-menu-box {
  width: min(320px, 100vw - 32px);
  max-height: calc(100dvh - 44px - var(--projekt-desktop-nav-height, 108px));
  border: 1px solid #dfe3e8;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.16);
  overflow: hidden;
}

#projekt-desktop-nav .nav-menu-box .bottom-menu-links--desktop {
  padding: 8px;
}

#projekt-desktop-nav .nav-menu-box .bottom-menu-links--desktop li {
  border-bottom: 0;
}

#projekt-desktop-nav .nav-menu-box .bottom-menu-links--desktop a {
  border-radius: 14px;
  padding: 13px 16px;
  font-size: 15px;
  font-weight: 600;
}

#projekt-desktop-nav .nav-create-drawer {
  left: 50%;
  transform: translate(-50%, 8px);
}

#projekt-desktop-nav .nav-create-drawer.show {
  transform: translate(-50%, 0);
}

#projekt-desktop-nav .nav-news-drawer {
  right: 0;
  left: auto;
}

#projekt-desktop-nav .nav-profile-drawer {
  right: 0;
  left: auto;
  width: min(760px, 100vw - 48px);
}

#projekt-desktop-nav .drawer-body {
  max-height: min(70vh, 720px);
}

#projekt-desktop-nav .nav-menu-box__panel {
  max-height: inherit;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

body.has-projekt-mobile-ui #page {
  padding-bottom: var(--projekt-bottom-nav-height, calc(82px + env(safe-area-inset-bottom)));
}

@media (min-width: 768px) {
  body.has-projekt-desktop-ui #page {
    padding-bottom: var(--projekt-desktop-nav-height, 108px);
  }
}
#projekt-modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 20;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(100%);
  transition: transform 0.25s ease, opacity 0.2s ease, visibility 0.2s ease;
  overflow: hidden;
  overflow-x: hidden;
}

#projekt-modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

#projekt-modal .projekt-modal-card {
  height: 100%;
  min-height: 0;
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

#projekt-modal .projekt-modal-card > .cpt-form {
  height: 100%;
  min-height: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

#projekt-modal .projekt-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #e6e9ee;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 2;
}

#projekt-modal .projekt-modal-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

#projekt-modal .projekt-modal-close {
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111827;
  font: inherit;
  font-size: 22px;
  line-height: 1;
  aspect-ratio: 1/1;
  cursor: pointer;
}

#projekt-modal .projekt-modal-close:hover,
#projekt-modal .projekt-modal-close:focus-visible {
  background: #e5e7eb;
  transform: translateY(-1px);
}

#projekt-modal .projekt-modal-body {
  padding: 12px 14px 20px;
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

#projekt-modal.modal--dashboard .projekt-modal-body--dashboard {
  padding-bottom: calc(var(--projekt-bottom-nav-height, calc(82px + env(safe-area-inset-bottom))) + 32px);
}

#projekt-modal .projekt-auth-gate {
  justify-content: center;
}

@media (max-width: 767.98px) {
  #projekt-modal .projekt-auth-gate {
    justify-content: flex-start;
  }
}
#projekt-modal .projekt-auth-gate__body {
  max-width: 420px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
  text-align: center;
  padding: 22px 8px 12px;
}

#projekt-modal .projekt-auth-gate__body p {
  margin: 0;
  color: #475569;
  line-height: 1.55;
}

#projekt-modal .projekt-auth-gate__actions {
  display: grid;
  gap: 10px;
}

#projekt-modal .projekt-auth-gate__stack {
  width: min(100%, 560px);
  margin: 0 auto;
}

#projekt-modal .projekt-auth-gate__panel {
  display: none;
}

#projekt-modal .projekt-auth-gate__panel.is-active {
  display: block;
}

#projekt-modal .projekt-auth-gate__intro,
#projekt-modal .projekt-auth-gate__form-wrap {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(128, 22, 111, 0.12);
  border-radius: 24px;
  background: radial-gradient(circle at top right, rgba(128, 22, 111, 0.08), transparent 38%), linear-gradient(180deg, #ffffff 0%, #fff9fc 100%);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
}

#projekt-modal .projekt-auth-gate__welcome,
#projekt-modal .projekt-auth-gate__form-title {
  margin: 0;
  color: #85006e;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

#projekt-modal .projekt-auth-gate__lead {
  margin: 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.6;
}

#projekt-modal .projekt-auth-gate__feature {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(128, 22, 111, 0.06);
  color: #5c204f;
  font-weight: 600;
}

#projekt-modal .projekt-auth-gate__choice,
#projekt-modal .projekt-auth-gate__submit,
#projekt-modal .projekt-auth-gate__back {
  appearance: none;
  border: 0;
  border-radius: 16px;
  font: inherit;
}

#projekt-modal .projekt-auth-gate__choice,
#projekt-modal .projekt-auth-gate__submit {
  min-height: 52px;
  padding: 0 18px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

#projekt-modal .projekt-auth-gate__choice:hover,
#projekt-modal .projekt-auth-gate__submit:hover {
  transform: translateY(-1px);
}

#projekt-modal .projekt-auth-gate__choice--register,
#projekt-modal .projekt-auth-gate__submit--register,
#projekt-modal .projekt-auth-gate__submit--login {
  background: linear-gradient(135deg, #85006e 0%, #b21f84 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(133, 0, 110, 0.22);
}

#projekt-modal .projekt-auth-gate__choice--login {
  background: #f4e8f0;
  color: #6d1b5c;
}

#projekt-modal .projekt-auth-gate__form {
  display: grid;
  gap: 16px;
}

#projekt-modal .projekt-auth-gate__form-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#projekt-modal .projekt-auth-gate__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: rgba(15, 23, 42, 0.06);
  color: #0f172a;
  font-weight: 600;
}

#projekt-modal .projekt-auth-gate__back::before {
  content: "←";
}

#projekt-modal .projekt-auth-gate__field,
#projekt-modal .projekt-auth-gate__field-grid {
  display: grid;
  gap: 12px;
}

#projekt-modal .projekt-auth-gate__field-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#projekt-modal .projekt-auth-gate__field label {
  display: block;
  margin: 0;
  color: #0f172a;
  font-size: 0.94rem;
  font-weight: 700;
}

#projekt-modal .projekt-auth-gate__field-hint {
  margin: -4px 0 0;
  color: #475569;
  font-size: 0.88rem;
  line-height: 1.45;
}

#projekt-modal .projekt-auth-gate__password-wrap {
  position: relative;
}

#projekt-modal .projekt-auth-gate__field input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #e3d0db;
  border-radius: 16px;
  background: #ffffff;
  color: #0f172a;
  font: inherit;
  box-sizing: border-box;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

#projekt-modal .projekt-auth-gate__password-wrap input {
  padding-right: 54px;
}

#projekt-modal .projekt-auth-gate__password-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #85006e;
  transform: translateY(-50%);
  cursor: pointer;
}

#projekt-modal .projekt-auth-gate__password-toggle:hover {
  background: rgba(133, 0, 110, 0.08);
}

#projekt-modal .projekt-auth-gate__password-toggle .icon-svg {
  width: 18px;
  height: 18px;
}

#projekt-modal .projekt-auth-gate__field input:focus {
  outline: none;
  border-color: #b21f84;
  box-shadow: 0 0 0 4px rgba(178, 31, 132, 0.12);
}

#projekt-modal .projekt-auth-gate__notice {
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff1cf;
  color: #6b4b00;
  font-size: 0.96rem;
  line-height: 1.5;
}

#projekt-modal .projekt-auth-gate__notice.is-success {
  background: rgba(32, 149, 124, 0.12);
  color: #0f6b58;
}

#projekt-modal .projekt-auth-gate__notice.is-error {
  background: rgba(179, 38, 30, 0.12);
  color: #8c1d18;
}

#projekt-modal .projekt-auth-gate__notice[hidden] {
  display: none !important;
}

#projekt-modal .projekt-auth-gate__form-actions {
  display: grid;
  gap: 10px;
}

#projekt-modal .projekt-auth-gate__helper {
  margin: 0;
  text-align: left;
  color: #475569;
  font-size: 0.95rem;
}

#projekt-modal .projekt-auth-gate__helper a {
  color: #85006e;
  font-weight: 600;
  text-decoration: none;
}

#projekt-modal .projekt-auth-gate__helper a:hover {
  text-decoration: underline;
}

.projekt-auth-flow-notice {
  position: fixed;
  left: 50%;
  bottom: calc(var(--projekt-bottom-nav-height, 0px) + 18px);
  z-index: 120;
  width: min(92vw, 560px);
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.92);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.26);
  transform: translateX(-50%);
  font-size: 0.98rem;
  line-height: 1.5;
}

.projekt-auth-flow-notice.is-success {
  background: linear-gradient(135deg, #0f6b58 0%, #20957c 100%);
}

.projekt-auth-flow-notice.is-warning {
  background: linear-gradient(135deg, #8c5c00 0%, #b77b00 100%);
}

.projekt-auth-flow-notice.is-error {
  background: linear-gradient(135deg, #8c1d18 0%, #b3261e 100%);
}

.projekt-auth-flow-notice[hidden] {
  display: none !important;
}

@media (max-width: 680px) {
  #projekt-modal .projekt-auth-gate > .projekt-modal-body {
    padding-top: 8px;
    padding-bottom: calc(var(--projekt-bottom-nav-height, calc(82px + env(safe-area-inset-bottom))) + 36px);
  }
  #projekt-modal .projekt-auth-gate__stack {
    padding-bottom: 20px;
  }
  #projekt-modal .projekt-auth-gate__intro,
  #projekt-modal .projekt-auth-gate__form-wrap {
    padding: 18px;
    border-radius: 20px;
  }
  #projekt-modal .projekt-auth-gate__field-grid {
    grid-template-columns: 1fr;
  }
  #projekt-modal .projekt-auth-gate__form-top {
    align-items: start;
    flex-direction: column;
  }
}
#projekt-modal .projekt-modal-actions {
  padding: 0;
  box-sizing: border-box;
  border-top: 1px solid #e6e9ee;
  background: #ffffff;
  position: sticky;
  bottom: 0;
  z-index: 2;
}

#projekt-modal .projekt-modal-actions__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
}

#projekt-modal .projekt-modal-validation {
  display: none;
  flex: 1 1 100%;
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff7d9;
  color: #0f172a;
}

#projekt-modal .projekt-modal-validation.is-visible {
  display: block;
}

#projekt-modal .projekt-modal-validation__summary {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

#projekt-modal .projekt-publish-validation-popup {
  position: absolute;
  inset: 0;
  z-index: 45;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 72px 18px 18px;
  background: rgba(15, 23, 42, 0.16);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

#projekt-modal .projekt-publish-validation-popup.is-visible {
  opacity: 1;
  pointer-events: auto;
}

#projekt-modal .projekt-publish-validation-popup__box {
  width: min(100%, 420px);
  display: grid;
  gap: 14px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(133, 0, 110, 0.14);
  border-radius: 22px;
  background: radial-gradient(circle at top right, rgba(133, 0, 110, 0.1), transparent 42%), linear-gradient(180deg, #fffdf7 0%, #fff6df 100%);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.18);
}

#projekt-modal .projekt-publish-validation-popup__eyebrow {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(133, 0, 110, 0.1);
  color: #7b005d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#projekt-modal .projekt-publish-validation-popup__message {
  margin: 0;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
}

#projekt-modal .projekt-publish-validation-popup__close {
  justify-self: start;
  min-width: 112px;
}

#projekt-modal .acf-form {
  display: block;
  min-width: 0;
}

#projekt-modal .acf-fields {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  border: 0;
  background: transparent;
}

#projekt-modal .acf-field {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  float: none;
  box-shadow: none;
  margin: 0 0 28px;
}

#projekt-modal .acf-field::before,
#projekt-modal .acf-field::after,
#projekt-modal .acf-fields::before,
#projekt-modal .acf-fields::after {
  display: none !important;
}

#projekt-modal .acf-field[data-width] {
  min-height: 0;
}

#projekt-modal .acf-field .acf-label {
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
}

#projekt-modal .acf-field .acf-label label {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.15;
  color: #85006e;
}

#projekt-modal .acf-field .acf-label p,
#projekt-modal .acf-field .description,
#projekt-modal .acf-field .acf-notice.-instruction {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7019607843);
}

#projekt-modal .acf-field .acf-input {
  width: 100%;
  margin: 0;
  padding: 0;
  min-width: 0;
}

#projekt-modal .acf-field input[type=text],
#projekt-modal .acf-field input[type=password],
#projekt-modal .acf-field input[type=email],
#projekt-modal .acf-field input[type=number],
#projekt-modal .acf-field input[type=url],
#projekt-modal .acf-field textarea,
#projekt-modal .acf-field select {
  width: 100%;
  min-height: 60px;
  border: 1.5px solid #a9abb3;
  border-radius: 18px;
  background: #ffffff;
  color: #0f172a;
  padding: 14px 18px;
  font-size: 1rem;
  line-height: 1.45;
  box-shadow: none;
}

#projekt-modal .acf-field[data-name=headline] .acf-input input[type=text],
#projekt-modal .acf-field[data-name=headline] .acf-input textarea {
  font-weight: 700;
}

#projekt-modal .acf-field textarea {
  min-height: 100px;
  resize: vertical;
}

#projekt-modal .acf-field input[type=text]:focus,
#projekt-modal .acf-field input[type=password]:focus,
#projekt-modal .acf-field input[type=email]:focus,
#projekt-modal .acf-field input[type=number]:focus,
#projekt-modal .acf-field input[type=url]:focus,
#projekt-modal .acf-field textarea:focus,
#projekt-modal .acf-field select:focus {
  border-color: #80166f;
  outline: none;
  box-shadow: 0 0 0 4px rgba(128, 22, 111, 0.12);
}

#projekt-modal .acf-field.projekt-required-field-invalid > .acf-label label,
#projekt-modal .acf-field-group.projekt-required-field-invalid > .acf-label label {
  color: #b54708;
}

#projekt-modal .acf-field.projekt-required-field-invalid .acf-input input[type=text],
#projekt-modal .acf-field.projekt-required-field-invalid .acf-input input[type=password],
#projekt-modal .acf-field.projekt-required-field-invalid .acf-input input[type=email],
#projekt-modal .acf-field.projekt-required-field-invalid .acf-input input[type=number],
#projekt-modal .acf-field.projekt-required-field-invalid .acf-input input[type=url],
#projekt-modal .acf-field.projekt-required-field-invalid .acf-input textarea,
#projekt-modal .acf-field.projekt-required-field-invalid .acf-input select,
#projekt-modal .acf-field.projekt-required-field-invalid .acf-input .select2-selection--single,
#projekt-modal .acf-field.projekt-required-field-invalid .acf-input .select2-selection--multiple,
#projekt-modal .acf-field-group.projekt-required-field-invalid .acf-input input[type=text],
#projekt-modal .acf-field-group.projekt-required-field-invalid .acf-input input[type=password],
#projekt-modal .acf-field-group.projekt-required-field-invalid .acf-input input[type=email],
#projekt-modal .acf-field-group.projekt-required-field-invalid .acf-input input[type=number],
#projekt-modal .acf-field-group.projekt-required-field-invalid .acf-input input[type=url],
#projekt-modal .acf-field-group.projekt-required-field-invalid .acf-input textarea,
#projekt-modal .acf-field-group.projekt-required-field-invalid .acf-input select,
#projekt-modal .acf-field-group.projekt-required-field-invalid .acf-input .select2-selection--single,
#projekt-modal .acf-field-group.projekt-required-field-invalid .acf-input .select2-selection--multiple {
  border-color: #f28301;
  box-shadow: 0 0 0 4px rgba(242, 131, 1, 0.14);
}

#projekt-modal .projekt-required-field-error {
  margin-top: 8px;
  color: #b54708;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

#projekt-modal .acf-field .acf-radio-list,
#projekt-modal .acf-field .acf-checkbox-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
}

#projekt-modal .acf-field .acf-radio-list label,
#projekt-modal .acf-field .acf-checkbox-list label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  width: 100%;
  color: #334155;
}

#projekt-modal .acf-field .acf-radio-list input,
#projekt-modal .acf-field .acf-checkbox-list input {
  margin: 0;
}

#projekt-modal .project-core-poll-field-hidden {
  display: none !important;
}

#projekt-modal .acf-field .acf-repeater {
  border: 1px solid #dbe3ec;
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafc;
}

#projekt-modal .acf-field .acf-repeater .acf-table {
  border: 0;
  margin: 0;
}

#projekt-modal .acf-field .acf-repeater .acf-table > thead th {
  background: #eef3f8;
  color: #475569;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #dbe3ec;
}

#projekt-modal .acf-field .acf-repeater .acf-row > td {
  background: #ffffff;
  border-top: 1px solid #e7edf4;
}

#projekt-modal .acf-field .acf-actions {
  padding: 12px;
  margin: 0;
  border-top: 1px solid #dbe3ec;
  background: #f8fafc;
}

#projekt-modal .acf-field .acf-button,
#projekt-modal .acf-field a.button,
#projekt-modal .acf-field .button {
  border-radius: 10px;
}

#projekt-modal .acf-field .select2-container {
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
  z-index: 9;
}

#projekt-modal .acf-field .select2-container .select2-selection--single,
#projekt-modal .acf-field .select2-container .select2-selection--multiple {
  min-height: 46px;
  border: 1px solid #ced8e5;
  border-radius: 10px;
}

#projekt-modal .acf-field .acf-image-uploader .image-wrap {
  border-radius: 12px;
  overflow: hidden;
}

#projekt-modal .acf-field[data-name=poll_options] > .acf-input > .acf-repeater {
  border: 0;
  background: transparent;
  overflow: visible;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table {
  border-collapse: separate;
  border-spacing: 0 12px;
  background: transparent;
  margin: -12px 0 0;
  width: 100%;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > thead {
  display: none;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td {
  background: transparent;
  border: 0;
  padding: 0;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-fields {
  background: #ffffff;
  border: 1px solid #dbe3ec;
  border-right: 0;
  border-radius: 16px 0 0 16px;
  padding: 14px 16px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-row-handle.order {
  display: none;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-row-handle.remove {
  width: 50px;
  min-width: 50px;
  background: #ffffff;
  border: 1px solid #dbe3ec;
  border-left: 0;
  border-radius: 0 16px 16px 0;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-row-handle.remove a.acf-icon.-plus,
#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-row-handle.remove a.acf-icon.-duplicate {
  display: none !important;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-row-handle.remove a.acf-icon.-minus {
  position: static;
  top: auto;
  right: auto;
  left: auto;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #fff1f2;
  color: #be123c;
  border: 1px solid #fecdd3;
  box-shadow: none;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-row-handle.remove a.acf-icon.-minus:hover {
  background: #ffe4e6;
  color: #9f1239;
  border-color: #fda4af;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-fields > .acf-fields {
  border: 0;
  background: transparent;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-fields > .acf-fields > .acf-field {
  padding: 0;
  border: 0;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-fields > .acf-fields > .acf-field::before {
  display: none;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-field.acf-field-text.acf-field-project-core-poll-option-label.is-required {
  padding: 5px 5px 0 5px;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-field[data-name=option_label] > .acf-label {
  margin-bottom: 8px;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-field[data-name=option_label] > .acf-label label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #475569;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-field[data-name=option_label] input[type=text] {
  min-height: 50px;
  border-radius: 12px;
  border-color: #cfd8e3;
  background: #f8fafc;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-actions {
  padding: 10px 0 0;
  border-top: 0;
  background: transparent;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-actions .acf-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px dashed #b8c7da;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: #0f172a;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

#projekt-modal .acf-field[data-name=poll_options] .acf-actions .acf-button::before {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #80166f;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-actions .acf-button:hover {
  border-color: #9fb2ca;
  background: #ffffff;
  color: #0f172a;
}

@media (max-width: 767.98px) {
  #projekt-modal .projekt-unsaved-confirm {
    inset: 0 0 var(--projekt-bottom-nav-height, calc(82px + env(safe-area-inset-bottom))) 0;
  }
  #projekt-modal .projekt-modal-card,
  #projekt-modal .projekt-modal-card > .cpt-form,
  #projekt-modal .projekt-modal-body,
  #projekt-modal .acf-form,
  #projekt-modal .acf-fields,
  #projekt-modal .acf-field,
  #projekt-modal .acf-field .acf-input {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
.projekt-btn {
  border: 1px solid #f28301;
  background: #80166f;
  color: #80166f;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 14px;
  cursor: pointer;
}

.projekt-btn.projekt-btn-primary {
  background: #f28301;
  border-color: #f28301;
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  min-height: 3rem;
  padding: 0.7rem 1.35rem;
}
.projekt-btn.projekt-btn-primary:hover, .projekt-btn.projekt-btn-primary:focus-visible {
  background: rgb(211.5259259259, 114.5037037037, 0.8740740741);
  border-color: rgb(211.5259259259, 114.5037037037, 0.8740740741);
  color: #fff;
}

.projekt-btn.projekt-btn-secondary {
  background: #80166f;
  color: #f28301;
}

.projekt-btn.projekt-btn-danger {
  border-color: #dc2626;
  background: #dc2626;
  color: #ffffff;
}

#projekt-modal .projekt-unsaved-confirm {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

#projekt-modal .projekt-unsaved-box {
  width: min(460px, 100%);
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

#projekt-modal .projekt-unsaved-box h4 {
  margin: 0 0 8px;
}

#projekt-modal .projekt-unsaved-box p {
  margin: 0 0 14px;
  color: #475569;
}

#projekt-modal .projekt-unsaved-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (min-width: 768px) {
  #projekt-modal {
    background: rgba(0, 0, 0, 0.45);
    padding: 0px 0px calc(-20px + var(--projekt-desktop-nav-height, 108px));
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #projekt-modal .projekt-modal-card {
    width: min(920px, 100%);
    max-height: calc(100vh - 44px - var(--projekt-desktop-nav-height, 108px));
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    min-height: 0;
  }
  #projekt-modal .projekt-modal-body {
    overflow-y: auto;
  }
}
.dashboard-container--posts {
  --dashboard-page-bg: #7f016b4d;
  --dashboard-accent: #80166f;
  --dashboard-accent-soft: rgba(128, 22, 111, 0.08);
  --dashboard-accent-strong: rgba(128, 22, 111, 0.16);
  --dashboard-surface: #ffffff;
  --dashboard-surface-soft: #f6f7fb;
  --dashboard-border: rgba(15, 23, 42, 0.08);
  --dashboard-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  --dashboard-text: #111827;
  --dashboard-text-muted: #667085;
  --dashboard-success: #20957c;
  --dashboard-danger: #cd1719;
  --dashboard-warning: #ee7203;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 16px 110px;
  display: grid;
  gap: 18px;
}

body.page-template-page-user-dashboard,
body.page-template-page-user-dashboard #page {
  background: rgba(127, 1, 107, 0.3019607843);
}

.dashboard-hero-card {
  background: #ffffff;
  border: 1px solid var(--dashboard-border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--dashboard-shadow);
}

.dashboard-hero-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.dashboard-hero-card__logout {
  flex: 0 0 auto;
}

.dashboard-kicker {
  margin: 0 0 6px;
  color: var(--dashboard-accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.dashboard-title {
  margin: 0;
  color: var(--dashboard-text);
  font-size: clamp(28px, 4.4vw, 40px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.dashboard-subtitle {
  margin: 10px 0 0;
  color: var(--dashboard-text-muted);
  font-size: 16px;
  line-height: 1.5;
}

.dashboard-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  padding: 5px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--dashboard-border);
  box-shadow: var(--dashboard-shadow);
}

.dashboard-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 46px;
  border-radius: 16px;
  padding: 8px 10px;
  text-decoration: none;
  color: var(--dashboard-text-muted);
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-tab:visited {
  color: var(--dashboard-text-muted);
}

.dashboard-tab__icon {
  font-size: 18px;
  width: 18px;
  height: 18px;
}

.dashboard-tab__label {
  white-space: nowrap;
}

.dashboard-tab.is-active {
  background: var(--dashboard-surface-soft);
  color: #000;
  box-shadow: inset 0 0 0 1px rgba(128, 22, 111, 0.14);
}

.dashboard-tab:hover,
.dashboard-tab:focus-visible,
.dashboard-tab:active {
  color: #000;
}

.dashboard-notice {
  border-radius: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-inline-start-width: 5px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  color: #111827;
}

.dashboard-notice-success {
  border-color: rgba(32, 149, 124, 0.22);
  border-inline-start-color: rgba(32, 149, 124, 0.92);
  background: #fff;
  color: #166534;
}

.dashboard-notice-error {
  border-color: rgba(205, 23, 25, 0.2);
  border-inline-start-color: rgba(205, 23, 25, 0.92);
  background: #fff;
  color: #991b1b;
}

.dashboard-notice-info {
  border-color: rgba(59, 130, 246, 0.2);
  border-inline-start-color: rgba(59, 130, 246, 0.92);
  background: #fff;
  color: #1f3a5f;
}

.dashboard-summary-grid,
.dashboard-overview-grid,
.dashboard-profile-grid,
.dashboard-profile-stack,
.dashboard-section {
  display: grid;
  gap: 14px;
}

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

.dashboard-summary-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-height: 176px;
  padding: 22px 22px 84px;
  border-radius: 24px;
  border: 1px solid var(--dashboard-border);
  background: var(--dashboard-surface);
  box-shadow: var(--dashboard-shadow);
  color: inherit;
  text-decoration: none;
}

.dashboard-summary-card::after {
  content: "";
  position: absolute;
  right: -66px;
  bottom: -66px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: var(--dashboard-accent-soft);
  pointer-events: none;
}

.dashboard-summary-card[data-card-tone=engagement]::after {
  background: rgba(0, 159, 227, 0.1);
}

.dashboard-summary-card[data-card-tone=subscriptions]::after {
  background: rgba(32, 149, 124, 0.1);
}

.dashboard-summary-card__copy,
.dashboard-panel__header,
.dashboard-post-content,
.dashboard-subscription-content {
  min-width: 0;
}

.dashboard-summary-card__label {
  margin: 0 0 10px;
  color: var(--dashboard-text-muted);
  font-size: 14px;
  font-weight: 600;
}

.dashboard-summary-card__value {
  margin: 0;
  color: var(--dashboard-text);
  font-size: clamp(28px, 5vw, 36px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.dashboard-summary-card__meta {
  margin: 10px 0 0;
  color: var(--dashboard-text-muted);
  font-size: 14px;
  line-height: 1.4;
}

.dashboard-summary-card__meta-line {
  display: block;
}

.dashboard-summary-card__icon {
  position: absolute;
  right: 21px;
  bottom: 21px;
  z-index: 1;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--dashboard-accent-soft);
  color: var(--dashboard-accent);
  flex: 0 0 auto;
}

@media (max-width: 479px) {
  .dashboard-summary-grid {
    grid-template-columns: 1fr;
  }
}
.dashboard-summary-card__icon .icon-svg {
  width: 26px;
  height: 26px;
}

.dashboard-summary-card[data-card-tone=engagement] .dashboard-summary-card__icon {
  background: rgba(0, 159, 227, 0.12);
  color: #009fe3;
}

.dashboard-summary-card[data-card-tone=subscriptions] .dashboard-summary-card__icon {
  background: rgba(32, 149, 124, 0.12);
  color: #20957c;
}

.dashboard-panel {
  border: 1px solid var(--dashboard-border);
  border-radius: 24px;
  background: var(--dashboard-surface);
  padding: 22px;
  box-shadow: var(--dashboard-shadow);
}

.dashboard-panel--feature {
  display: grid;
  gap: 18px;
}

.dashboard-panel--section {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.dashboard-panel--section > .dashboard-section__head {
  margin-bottom: 18px;
}

.dashboard-panel__header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.dashboard-panel__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--dashboard-accent);
  color: #fff;
  flex: 0 0 auto;
}

.dashboard-panel__icon .icon-svg {
  width: 22px;
  height: 22px;
}

.dashboard-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.dashboard-section__title,
.dashboard-panel-title {
  margin: 0;
  color: var(--dashboard-text);
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.dashboard-section__text,
.dashboard-panel-text {
  margin: 0;
  color: var(--dashboard-text-muted);
  font-size: 15px;
  line-height: 1.5;
}

.dashboard-scope-switch {
  display: inline-flex;
  padding: 4px;
  gap: 4px;
  border-radius: 999px;
  background: var(--dashboard-surface-soft);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.dashboard-scope-switch__option {
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--dashboard-text-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.dashboard-scope-switch__option.is-active {
  background: #fff;
  color: var(--dashboard-text);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.dashboard-subscription-list {
  display: grid;
  gap: 10px;
}

.dashboard-subscription-group {
  display: grid;
  gap: 8px;
}

.dashboard-subscription-item {
  --dashboard-context-color: var(--dashboard-accent);
  --dashboard-context-bg: color-mix(in srgb, var(--dashboard-context-color, var(--dashboard-accent)) 12%, white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
  background: #f8fafc;
}

.dashboard-subscription-item.is-excluded {
  opacity: 0.78;
  background: #f1f5f9;
}

.dashboard-subscription-main {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  flex: 1 1 auto;
}

.dashboard-subscription-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.06);
}

.dashboard-subscription-thumb-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.dashboard-subscription-icon__badge,
.dashboard-post-icon__badge {
  width: 40px;
  height: 40px;
}

.dashboard-subscription-icon__badge .projekt-ui-type-icon__svg,
.dashboard-post-icon__badge .projekt-ui-type-icon__svg {
  width: 24px;
  height: 24px;
}

.dashboard-subscription-children {
  display: grid;
  gap: 8px;
  margin: -2px 0 4px;
  padding-left: 18px;
}

.dashboard-subscription-item-child {
  background: #ffffff;
  border-style: dashed;
}

.dashboard-subscription-title {
  font-weight: 600;
  color: var(--dashboard-text);
  word-break: break-word;
  line-height: 1.35;
}

.dashboard-subscription-title a {
  color: inherit;
  text-decoration: none;
}

.dashboard-subscription-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.dashboard-subscription-type {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.05);
  color: var(--dashboard-text-muted);
  font-size: 12px;
  font-weight: 600;
}

.dashboard-subscription-mode {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(128, 22, 111, 0.08);
  color: var(--dashboard-accent);
  font-size: 12px;
  font-weight: 700;
}

.dashboard-subscriptions-empty {
  margin: 0;
  color: var(--dashboard-text-muted);
}

.dashboard-form {
  display: grid;
  gap: 14px;
}

.dashboard-avatar-section {
  display: grid;
  gap: 10px;
  margin-bottom: 6px;
}

.dashboard-avatar-label {
  font-size: 13px;
  color: var(--dashboard-text-muted);
  font-weight: 600;
}

.dashboard-avatar-field .crop-dropzone-wrapper {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.dashboard-avatar-field .crop-dropzone {
  min-width: 156px;
  min-height: 156px;
  border-radius: 24px;
  background: var(--dashboard-surface-soft);
}

.dashboard-avatar-field .crop-dropzone .dz-message {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.dashboard-avatar-field .crop-dropzone .icon-svg {
  width: 30px;
  height: 30px;
}

.dashboard-avatar-field .image-preview {
  display: inline-flex;
  width: fit-content;
  background: transparent;
}

.dashboard-avatar-field .crop-preview-container.crop-preview-container--avatar {
  width: 148px;
  height: 148px;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 50% !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#projekt-modal .crop-ui-field .crop-preview-container.crop-preview-container--avatar {
  width: max-content;
  height: auto;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 50%;
  background: transparent;
  border: 0;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dashboard-avatar-field #projekt-modal .crop-ui-field .crop-preview-container.crop-preview-container--avatar {
  width: 148px;
  height: 148px;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 50% !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dashboard-avatar-field .crop-preview-stack {
  width: fit-content;
  margin: 0;
  display: grid;
  gap: 12px;
}

.dashboard-avatar-field .crop-preview-actions,
.dashboard-avatar-field .crop-dropzone-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

.dashboard-avatar-field .crop-dropzone-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  padding: 0 18px;
  border: 1.5px solid #8f8f95;
  border-radius: 18px;
  background: #ffffff;
  color: #f28301;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: none;
}

.dashboard-avatar-field .crop-preview-actions .arrenapp-btn,
.dashboard-avatar-field .crop-dropzone-actions .arrenapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.dashboard-avatar-field .crop-preview-container--avatar .crop-controls {
  inset: 0;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  justify-content: center;
  align-items: center;
  border-radius: 50% !important;
}

.dashboard-avatar-field .image-preview img {
  width: 148px;
  height: 148px;
  object-fit: cover;
  border-radius: 50%;
  border: 0;
  box-shadow: none;
}

.dashboard-avatar-field .image-preview .crop-preview-image--avatar {
  width: 148px;
  height: 148px;
  border: 0;
  box-shadow: none;
  border-radius: 50% !important;
  background: transparent !important;
}

.dashboard-avatar-field .crop-preview-container.crop-preview-container--avatar img,
.dashboard-avatar-field .crop-preview-container.crop-preview-container--avatar .crop-preview-image--avatar {
  width: 148px;
  height: 148px;
  object-fit: cover;
  border-radius: 50% !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.dashboard-avatar-field #projekt-modal .crop-ui-field .crop-preview-container.crop-preview-container--avatar img,
.dashboard-avatar-field #projekt-modal .crop-ui-field .crop-preview-image--avatar {
  width: 148px;
  height: 148px;
  object-fit: cover;
  border-radius: 50% !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.dashboard-avatar-field .crop-dropzone-wrapper.crop-editor-inline-open .image-preview {
  display: none;
  width: 100%;
}

.dashboard-avatar-field .crop-dropzone-wrapper.crop-editor-inline-open .crop-inline-editor-host {
  width: 100%;
}

.dashboard-avatar-field .crop-dropzone-wrapper.crop-editor-inline-open .crop-inline-editor-host > div {
  width: 100%;
  max-width: none;
}

.dashboard-avatar-meta {
  display: none;
}

.dashboard-avatar-hint {
  margin: 0;
  font-size: 12px;
  color: var(--dashboard-text-muted);
}

.dashboard-field-visibility {
  display: grid;
  gap: 8px;
}

.dashboard-field-visibility__label {
  font-size: 13px;
  color: var(--dashboard-text-muted);
  font-weight: 600;
}

.dashboard-field-visibility__options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.dashboard-field-visibility__option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--dashboard-text);
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}

.dashboard-field-visibility__option span {
  font-size: 13px;
  color: var(--dashboard-text-muted);
  font-weight: 600;
}

.dashboard-field-visibility__option input[type=radio] {
  margin: 0;
  accent-color: var(--dashboard-accent);
}

.dashboard-form-row {
  display: grid;
  gap: 14px;
}

.dashboard-form-field {
  display: grid;
  gap: 8px;
}

.dashboard-form-field--compact {
  width: 100%;
}

.dashboard-form-field > span {
  font-size: 13px;
  color: var(--dashboard-text-muted);
  font-weight: 600;
}

.dashboard-form-field__hint {
  font-size: 12px;
  line-height: 1.45;
  color: var(--dashboard-text-muted);
}

.dashboard-radio-groups {
  display: grid;
  gap: 16px;
}

.dashboard-radio-group {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.dashboard-radio-group__legend {
  padding: 0;
  color: var(--dashboard-text);
  font-size: 15px;
  font-weight: 700;
}

.dashboard-radio-option {
  position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.dashboard-radio-option__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dashboard-radio-option__control {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  border: 1.5px solid rgba(15, 23, 42, 0.16);
  background: #fff;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-radio-option__control::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: var(--dashboard-accent);
  transform: scale(0);
  transition: transform 0.18s ease;
}

.dashboard-radio-option__input:checked + .dashboard-radio-option__control {
  border-color: var(--dashboard-accent);
  box-shadow: 0 0 0 4px rgba(128, 22, 111, 0.12);
}

.dashboard-radio-option__input:checked + .dashboard-radio-option__control::after {
  transform: scale(1);
}

.dashboard-radio-option__input:focus-visible + .dashboard-radio-option__control {
  box-shadow: 0 0 0 4px rgba(128, 22, 111, 0.12);
}

.dashboard-radio-option__copy {
  display: grid;
  gap: 4px;
}

.dashboard-radio-option__label {
  color: var(--dashboard-text);
  font-size: 15px;
  font-weight: 700;
}

.dashboard-radio-option__text {
  color: var(--dashboard-text);
  font-size: 13px;
  line-height: 1.45;
}

.dashboard-form input:not([type=radio]):not([type=checkbox]):not([type=hidden]),
.dashboard-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  padding: 13px 14px;
  font-size: 15px;
  background: #fff;
  color: var(--dashboard-text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-form input:not([type=radio]):not([type=checkbox]):not([type=hidden]):focus,
.dashboard-form textarea:focus {
  border-color: rgba(128, 22, 111, 0.4);
  box-shadow: 0 0 0 4px rgba(128, 22, 111, 0.08);
  outline: none;
}

.dashboard-settings-block {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: var(--dashboard-surface-soft);
}

.dashboard-settings-block__header {
  display: grid;
}

.dashboard-settings-list {
  display: grid;
  gap: 10px;
}

.dashboard-push-section {
  display: grid;
  gap: 14px;
  margin-top: 6px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.dashboard-radio-groups.is-disabled {
  opacity: 0.52;
}

.dashboard-setting-row {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  cursor: pointer;
}

.dashboard-setting-row__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dashboard-setting-row__checkbox {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 7px;
  border: 1.5px solid rgba(15, 23, 42, 0.16);
  background: #fff;
  position: relative;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-setting-row__checkbox::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 3px;
  background: #fff;
  transform: scale(0);
  transition: transform 0.18s ease;
}

.dashboard-setting-row__input:checked + .dashboard-setting-row__checkbox {
  border-color: var(--dashboard-accent);
  background: var(--dashboard-accent);
  box-shadow: 0 8px 18px rgba(128, 22, 111, 0.16);
}

.dashboard-setting-row__input:checked + .dashboard-setting-row__checkbox::after {
  transform: scale(1);
}

.dashboard-setting-row__input:focus-visible + .dashboard-setting-row__checkbox {
  box-shadow: 0 0 0 4px rgba(128, 22, 111, 0.12);
}

.dashboard-setting-row__copy {
  display: grid;
  gap: 4px;
}

.dashboard-setting-row__title {
  display: block;
  color: var(--dashboard-text);
  font-size: 15px;
  font-weight: 700;
}

.dashboard-setting-row__text {
  display: block;
  color: var(--dashboard-text);
  font-size: 13px;
  line-height: 1.45;
}

.dashboard-setting-row--nested {
  margin-top: 0.75rem;
}

.dashboard-push-browser {
  width: 100%;
  display: grid;
  gap: 10px;
  padding-top: 4px;
}

.dashboard-push-browser.is-disabled {
  opacity: 0.78;
}

.dashboard-push-label {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--dashboard-text);
}

.dashboard-push-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dashboard-push-status {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--dashboard-text-muted);
  display: block;
  width: 100%;
  min-height: 1.45em;
  padding: 10px 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #fff;
}

.dashboard-push-hint {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--dashboard-text-muted);
}

.dashboard-push-debug {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--dashboard-text-muted);
  padding: 10px 12px;
  border: 1px dashed rgba(15, 23, 42, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  display: none;
}

.dashboard-push-debug[data-state=error] {
  color: #b91c1c;
}

.projekt-media-upload-hint {
  margin: 0.65rem 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #5f5160;
}

.dashboard-push-status[data-state=active] {
  color: #166534;
}

.dashboard-push-status[data-state=warning] {
  color: #9a3412;
}

.dashboard-push-status[data-state=error] {
  color: #b91c1c;
}

.dashboard-profile-actions {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.dashboard-security-danger {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(205, 23, 25, 0.18);
  border-radius: 20px;
  background: rgba(205, 23, 25, 0.04);
  display: grid;
  gap: 14px;
}

.dashboard-danger-confirm summary {
  cursor: pointer;
  font-weight: 600;
  color: #991b1b;
}

.dashboard-danger-confirm__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dashboard-form-danger {
  margin-top: 10px;
}

.dashboard-post-list {
  display: grid;
  gap: 10px;
}

.dashboard-comment-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.dashboard-comment-filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.dashboard-comment-filter.is-active {
  background: color-mix(in srgb, var(--dashboard-accent) 12%, white);
  border-color: color-mix(in srgb, var(--dashboard-accent) 28%, white);
  color: var(--dashboard-accent);
}

.dashboard-comment-filter__count {
  color: #64748b;
  font-size: 13px;
}

.dashboard-comment-list {
  display: grid;
  gap: 12px;
}

.dashboard-comment-card {
  position: relative;
  display: grid;
  gap: 0.3rem;
  padding: 16px 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--dashboard-shadow);
}

.dashboard-comment-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  padding-right: 52px;
}

.dashboard-comment-card__meta-main {
  min-width: 0;
}

.dashboard-comment-card__author {
  margin: 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
}

.dashboard-comment-card__subline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  color: #64748b;
  font-size: 13px;
}

.dashboard-comment-card__status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef2ff;
  color: #4338ca;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.dashboard-comment-card__status--approved {
  background: #ecfdf5;
  color: #047857;
}

.dashboard-comment-card__status--hold {
  background: #fff7ed;
  color: #c2410c;
}

.dashboard-comment-card__status--spam {
  background: #fef2f2;
  color: #b91c1c;
}

.dashboard-comment-card__content {
  color: #1f2937;
  font-size: 15px;
  line-height: 1.55;
}

.dashboard-comment-card__content > :first-child {
  margin-top: 0;
}

.dashboard-comment-card__content > :last-child {
  margin-bottom: 0;
}

.dashboard-comment-card__moderation-note {
  margin: -4px 0 0;
  color: #92400e;
  font-size: 14px;
  line-height: 1.45;
}

.dashboard-comment-card__context {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #475569;
  font-size: 14px;
}

.dashboard-comment-card__context-label {
  font-weight: 700;
}

.dashboard-comment-card__context-title-link {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

.dashboard-comment-card__context-title-link:hover,
.dashboard-comment-card__context-title-link:focus-visible {
  text-decoration: underline;
}

.dashboard-comment-card__actions {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  min-height: 0;
}

.dashboard-comment-action {
  margin: 0;
}

.dashboard-comment-actions {
  margin-left: auto;
}

.projekt-btn-small {
  min-height: 38px;
  padding: 0 14px;
  font-size: 14px;
}

.dashboard-post-card {
  --dashboard-context-color: var(--dashboard-accent);
  --dashboard-context-bg: color-mix(in srgb, var(--dashboard-context-color, var(--dashboard-accent)) 12%, white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--dashboard-shadow);
}

.dashboard-post-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1 1 auto;
}

.dashboard-post-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.06);
}

.dashboard-post-thumb-image,
.dashboard-post-thumb-placeholder {
  width: 100%;
  height: 100%;
  display: block;
}

.dashboard-post-thumb-image {
  object-fit: cover;
}

.dashboard-post-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 4px;
}

.dashboard-post-type-badge,
.dashboard-post-status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.dashboard-post-type-badge {
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #000;
}

.dashboard-post-status-badge {
  background: rgba(15, 23, 42, 0.06);
  color: var(--dashboard-text);
}

.dashboard-post-status-badge--draft {
  background: rgba(244, 114, 182, 0.12);
}

.dashboard-post-status-badge--live {
  background: rgba(34, 197, 94, 0.14);
}

.dashboard-post-status-badge--scheduled {
  background: rgba(96, 165, 250, 0.16);
}

.dashboard-post-status-badge--archived {
  background: rgba(15, 23, 42, 0.06);
}

.dashboard-post-status-badge--review {
  background: rgba(242, 131, 1, 0.16);
  color: #8a4b00;
}

.dashboard-post-title {
  margin: 0;
  color: var(--dashboard-text);
  font-size: 16px;
  line-height: 1.35;
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dashboard-post-link {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

.dashboard-post-link:visited {
  color: #000;
}

.dashboard-post-link:hover,
.dashboard-post-link:focus-visible,
.dashboard-post-link:active {
  color: #000;
  text-decoration: underline;
}

.dashboard-post-moderation-hint {
  margin: 8px 0 0;
  color: var(--dashboard-text-muted);
  font-size: 12px;
  line-height: 1.45;
}

.dashboard-post-date,
.dashboard-post-author {
  font-size: 13px;
  color: var(--dashboard-text-muted);
  font-weight: 500;
}

.dashboard-post-sep {
  color: #95a0af;
}

.dashboard-post-side {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.dashboard-post-stats {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
}

.dashboard-post-stat {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 20px;
  padding: 0;
  color: var(--dashboard-text-muted);
  font-size: 12px;
  font-weight: 700;
}

.dashboard-post-stat__icon {
  font-size: 14px;
  width: 14px;
  height: 14px;
}

.dashboard-post-actions {
  position: relative;
  flex: 0 0 auto;
}

.dashboard-post-actions summary {
  list-style: none;
}

.dashboard-post-actions summary::-webkit-details-marker {
  display: none;
}

.dashboard-post-actions__toggle {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  padding: 0;
  background: #fff;
  color: var(--dashboard-text);
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.dashboard-post-actions__toggle:hover,
.dashboard-post-actions__toggle:focus-visible,
.dashboard-post-actions[open] .dashboard-post-actions__toggle {
  border-color: rgba(128, 22, 111, 0.18);
  color: var(--dashboard-accent);
  background: rgba(128, 22, 111, 0.04);
}

.dashboard-post-actions__ellipsis {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.dashboard-post-actions__ellipsis-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.dashboard-post-actions__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 20;
  min-width: 0;
  width: max-content;
  display: grid;
  gap: 4px;
  padding: 8px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.dashboard-post-actions__menu form {
  margin: 0;
  display: grid;
  gap: 4px;
}

.dashboard-post-actions__item {
  min-height: 40px;
  width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 12px;
  padding: 0 12px;
  background: transparent;
  color: var(--dashboard-text);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.dashboard-post-actions__item:hover,
.dashboard-post-actions__item:focus-visible {
  background: rgba(128, 22, 111, 0.06);
  color: var(--dashboard-accent);
}

.dashboard-post-actions__item-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.dashboard-post-actions__item.is-danger {
  color: #b42318;
}

.dashboard-post-actions__item.is-danger:hover,
.dashboard-post-actions__item.is-danger:focus-visible {
  background: rgba(205, 23, 25, 0.06);
  color: #b42318;
}

.dashboard-empty-state {
  border: 1px dashed #cfd8e3;
  border-radius: 22px;
  padding: 26px;
  background: #f8fafc;
  color: var(--dashboard-text-muted);
  text-align: center;
}

.dashboard-profile-stack {
  display: grid;
  gap: 20px;
}

.dashboard-profile-grid {
  display: grid;
  gap: 20px;
}

.dashboard-profile-stack .dashboard-form {
  gap: 20px;
}

.dashboard-profile-stack .dashboard-form--card-stack {
  display: grid;
  gap: 20px;
}

.dashboard-profile-stack .dashboard-form-row {
  gap: 20px;
}

.dashboard-profile-stack .dashboard-section__head--profile-intro {
  margin-bottom: 4px;
}

.dashboard-profile-stack .dashboard-avatar-section {
  gap: 14px;
  margin-bottom: 2px;
}

.dashboard-profile-stack .dashboard-avatar-label,
.dashboard-profile-stack .dashboard-form-field > span,
.dashboard-profile-stack .dashboard-field-visibility__label {
  color: var(--dashboard-text);
  font-size: 14px;
}

.dashboard-profile-stack .dashboard-field-visibility__options {
  display: grid;
  gap: 10px;
}

.dashboard-profile-stack .dashboard-field-visibility__option span {
  color: var(--dashboard-text);
  font-size: 14px;
  font-weight: 500;
}

.dashboard-profile-stack .dashboard-form input:not([type=radio]):not([type=checkbox]):not([type=hidden]),
.dashboard-profile-stack .dashboard-form textarea {
  min-height: 48px;
  border-radius: 14px;
}

.dashboard-profile-stack .dashboard-form textarea {
  min-height: 132px;
}

.dashboard-profile-stack .dashboard-settings-block {
  gap: 18px;
  padding: 22px;
  border: 1px solid #e6e9ee;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(43, 19, 39, 0.08);
}

.dashboard-section--manage {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid #e6e9ee;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(43, 19, 39, 0.08);
}

.dashboard-section--manage .dashboard-section__head {
  align-items: flex-start;
}

.dashboard-section--manage .dashboard-empty-state {
  background: #fff;
}

.dashboard-section--manage .dashboard-panel--section {
  margin: 0;
}

.dashboard-section--manage .dashboard-post-list,
.dashboard-section--manage .dashboard-comment-list,
.dashboard-section--manage .dashboard-subscription-list {
  gap: 14px;
}

.dashboard-section--manage .dashboard-comment-filters {
  margin-bottom: 0.5rem;
}

.dashboard-section--manage .dashboard-subscription-group {
  gap: 10px;
}

.dashboard-section--manage .dashboard-subscription-item,
.dashboard-section--manage .dashboard-post-card,
.dashboard-section--manage .dashboard-comment-card {
  border-color: rgba(43, 19, 39, 0.08);
  box-shadow: 0 12px 28px rgba(43, 19, 39, 0.06);
}

.dashboard-profile-stack .dashboard-settings-list {
  gap: 16px;
}

.dashboard-profile-stack .dashboard-push-section {
  gap: 18px;
  margin-top: 0;
  padding-top: 24px;
}

.dashboard-profile-stack .dashboard-radio-groups {
  gap: 20px;
}

.dashboard-profile-stack .dashboard-radio-option,
.dashboard-profile-stack .dashboard-setting-row {
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 18px;
  background: #fff;
}

.dashboard-profile-stack .dashboard-radio-option:hover,
.dashboard-profile-stack .dashboard-radio-option:focus-within,
.dashboard-profile-stack .dashboard-setting-row:hover,
.dashboard-profile-stack .dashboard-setting-row:focus-within {
  background: #fff;
}

.dashboard-profile-stack .dashboard-radio-option__label,
.dashboard-profile-stack .dashboard-setting-row__title {
  font-size: 15px;
  font-weight: 600;
}

.dashboard-profile-stack .dashboard-radio-option__text,
.dashboard-profile-stack .dashboard-setting-row__text {
  font-size: 13px;
}

.dashboard-profile-stack .dashboard-push-browser {
  gap: 12px;
  padding-top: 0;
}

.dashboard-profile-stack .dashboard-profile-actions {
  margin-top: 8px;
  padding-top: 0;
  border-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dashboard-profile-stack .dashboard-profile-submit {
  display: flex;
  justify-content: flex-start;
}

.dashboard-profile-stack .dashboard-settings-block--security {
  gap: 16px;
}

.dashboard-profile-stack .dashboard-settings-block--security .arrenapp-btn {
  justify-self: start;
  width: auto;
}

.dashboard-profile-stack .dashboard-settings-block--danger {
  border-color: red;
  background: white;
  box-shadow: none;
}

.project-subscribe-btn {
  min-height: 40px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  color: var(--dashboard-text);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.project-subscribe-btn.is-subscribed {
  border-color: rgba(128, 22, 111, 0.2);
  color: var(--dashboard-accent);
  background: rgba(128, 22, 111, 0.08);
}

.single-projekt-subscribe {
  margin: 10px 0 14px;
}

.single-projekt-subscribe .project-subscribe-btn + .project-subscribe-btn {
  margin-left: 8px;
}

.project-context-create-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 14px;
}

.project-core-acf-hidden {
  display: none !important;
}

.project-poll-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.project-poll-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.project-poll-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.project-poll-option {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid #c8d6e5;
  border-radius: 14px;
  background: #ffffff;
  color: #0f172a;
  padding: 13px 14px;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.project-poll-option:hover {
  border-color: #20957c;
  transform: translateY(-1px);
}

.project-poll-option:focus-within {
  border-color: #20957c;
  box-shadow: 0 0 0 3px rgba(128, 22, 111, 0.12);
  outline: none;
}

.project-poll-option.is-selected {
  border-color: #20957c;
  box-shadow: 0 10px 22px rgba(128, 22, 111, 0.12);
}

.project-poll-option__input {
  position: absolute;
  inset: 0;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}

.project-poll-option__indicator {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1.5px solid #9fb1c4;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.project-poll-option__dot {
  width: 10px;
  height: 10px;
  border-radius: inherit;
  background: #20957c;
  transform: scale(0);
  transition: transform 0.18s ease;
}

.project-poll-option.is-selected .project-poll-option__indicator {
  border-color: #20957c;
}

.project-poll-option.is-selected .project-poll-option__dot {
  transform: scale(1);
}

.project-poll-option__text {
  min-width: 0;
  font-size: 15px;
  line-height: 1.4;
}

.project-poll-submit {
  display: flex;
  justify-content: flex-end;
}

.project-poll-submit__button {
  appearance: none;
  align-self: flex-start;
}

.project-poll-submit__button:hover,
.project-poll-submit__button:focus-visible {
  outline: none;
}

.project-poll-submit__button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  transform: none;
  box-shadow: none;
}

.project-poll-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--project-poll-accent, #20957c);
  font-size: 14px;
  font-weight: 700;
}

.project-poll-result-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.project-poll-result-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 14px;
}

.project-poll-result-label {
  font-weight: 600;
  color: #0f172a;
}

.project-poll-result-count {
  color: #0f172a;
}

.project-poll-result-bar {
  height: 12px;
  border-radius: 999px;
  background: var(--project-poll-accent-soft, #dde8f2);
  overflow: hidden;
}

.project-poll-result-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--project-poll-accent, #20957c);
}

.project-poll-login-hint {
  margin: 0;
  color: #475569;
}

@media (max-width: 420px) {
  #projekt-bottom-nav .drawer-body--notifications {
    padding: 16px 10px 18px;
  }
  #projekt-bottom-nav .notification-panel__title {
    font-size: 26px;
  }
  #projekt-bottom-nav .notification-item__link {
    gap: 12px;
    padding: 16px 48px 16px 14px;
  }
}
@media (min-width: 768px) {
  #projekt-bottom-nav {
    display: none;
  }
  .dashboard-summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dashboard-overview-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dashboard-profile-grid,
  .dashboard-form-row {
    grid-template-columns: 1fr;
  }
  .dashboard-form-field--compact {
    width: min(100%, 520px);
  }
}
@media (max-width: 767.98px) {
  .dashboard-tabs {
    gap: 4px;
  }
  .dashboard-tab {
    min-height: 44px;
    padding-inline: 8px;
    font-size: 13px;
  }
  .dashboard-subscription-item {
    flex-direction: column;
    align-items: stretch;
  }
  .dashboard-post-card {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 12px 14px;
  }
  .dashboard-post-main {
    align-items: flex-start;
    width: 100%;
  }
  .dashboard-post-side {
    width: calc(100% - 52px);
    justify-content: space-between;
    padding-left: 0;
    margin-left: 52px;
    min-width: 0;
  }
  .dashboard-post-content {
    flex: 1 1 auto;
  }
  .dashboard-post-title {
    font-size: 15px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
  }
  .dashboard-post-topline {
    row-gap: 6px;
    margin-bottom: 2px;
  }
  .dashboard-post-stats {
    gap: 6px;
  }
  .dashboard-post-stat {
    font-size: 11px;
  }
  .dashboard-post-actions {
    margin-left: auto;
  }
  .dashboard-section__head {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 479.98px) {
  .dashboard-tab__label {
    display: none;
  }
  .dashboard-tab {
    padding-inline: 0;
  }
  .dashboard-summary-card,
  .dashboard-panel--feature {
    padding: 18px;
  }
}
/* Create / Edit Modal Shell
--------------------------------------------- */
#projekt-modal.modal--editor {
  background: #ffffff;
  padding: 0;
  display: block;
  z-index: 40;
}

#projekt-modal.modal--editor .projekt-modal-card--editor {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  border-radius: 0;
  background: rgba(127, 1, 107, 0.3019607843);
}

#projekt-modal.modal--editor .projekt-modal-head {
  width: 100%;
  margin: 0;
  padding: 28px 20px 18px;
}

#projekt-modal.modal--editor .projekt-modal-title {
  color: #85006e;
  font-size: clamp(2.5rem, 4vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.95;
}

#projekt-modal.modal--editor .projekt-modal-body {
  padding: 18px 18px max(36px, var(--projekt-bottom-nav-height, 36px));
}

#projekt-modal.modal--editor .projekt-modal-actions {
  background: #7f016b;
}

#projekt-modal.modal--editor .projekt-modal-actions__inner {
  width: min(900px, 100%);
  margin: 0 auto;
  box-sizing: border-box;
  padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
}

#projekt-modal .projekt-modal-actions__cancel {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
#projekt-modal .projekt-modal-actions__cancel .icon-svg {
  width: 1.9rem;
  height: 1.9rem;
  display: block;
}
#projekt-modal .projekt-modal-actions__cancel:hover, #projekt-modal .projekt-modal-actions__cancel:focus-visible {
  opacity: 0.82;
  transform: scale(1.03);
}

#projekt-modal .projekt-modal-actions--display-fit-locked {
  align-items: center;
  flex-wrap: wrap;
}

#projekt-modal .projekt-display-fit-submit-note {
  flex: 1 1 220px;
  margin: 0 auto 0 0;
  color: #b42318;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

#projekt-modal .projekt-modal-actions [data-submit-status][disabled] {
  opacity: 0.48;
  cursor: not-allowed;
  pointer-events: none;
}

#projekt-modal.modal--dashboard {
  background: white;
  display: block;
  z-index: 20;
}

#projekt-modal.modal--dashboard .projekt-modal-card--dashboard {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  border-radius: 0;
  background: var(--dashboard-page-bg, rgba(127, 1, 107, 0.3019607843));
}

#projekt-modal.modal--dashboard .projekt-modal-head {
  padding: 18px 20px;
}

#projekt-modal.modal--dashboard .projekt-modal-title {
  font-size: 1.1rem;
  font-weight: 700;
}

#projekt-modal.modal--dashboard .projekt-modal-body--dashboard {
  padding: 0;
  background: var(--dashboard-page-bg, rgba(127, 1, 107, 0.3019607843));
}

#projekt-modal.modal--dashboard .dashboard-container--posts {
  max-width: 900px;
  padding: 20px 16px max(36px, var(--projekt-bottom-nav-height, calc(36px + env(safe-area-inset-bottom))));
}

#projekt-modal .projekt-create-layout {
  display: grid;
  gap: 28px;
  min-width: 0;
}

#projekt-modal .projekt-create-intro {
  width: min(900px, 100%);
  margin: 0 auto 20px;
  display: grid;
  gap: 8px;
  min-width: 0;
  transition: gap 0.3s ease, transform 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
}

#projekt-modal .projekt-create-intro__title {
  margin: 0;
  color: #85006e;
  font-size: clamp(2.5rem, 4vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.95;
  transition: font-size 0.2s ease, line-height 0.2s ease;
}

#projekt-modal .projekt-create-intro__text {
  margin: 0;
  color: #2f3138;
  font-size: 1rem;
  line-height: 1.45;
  max-height: 4.5rem;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  transition: max-height 0.4s ease, opacity 0.25s ease, transform 0.25s ease, margin 0.25s ease;
}

#projekt-modal.modal--editor .projekt-modal-head.is-compact {
  padding-top: 18px;
  padding-bottom: 12px;
}

#projekt-modal.modal--editor .projekt-modal-head.is-compact .projekt-create-intro {
  gap: 0;
  margin-bottom: 0;
}

#projekt-modal.modal--editor .projekt-modal-head.is-compact .projekt-create-intro__title {
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1;
}

#projekt-modal.modal--editor .projekt-modal-head.is-compact .projekt-create-intro__text {
  max-height: 0;
  margin: 0;
  opacity: 0;
  transform: translateY(-8px);
}

#projekt-modal .projekt-create-form-card {
  width: min(900px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 28px;
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 32px 32px;
}

#projekt-modal .projekt-create-fields {
  display: block;
  min-width: 0;
}

#projekt-modal .projekt-create-fields > .acf-form {
  width: 100%;
}

#projekt-modal .projekt-live-previews {
  display: grid;
  gap: 28px;
  align-content: start;
  width: min(900px, 100%);
  min-width: 0;
  margin: 0 auto;
}

#projekt-modal .projekt-feed-preview,
#projekt-modal .projekt-display-preview {
  display: grid;
  gap: 14px;
  min-width: 0;
}

#projekt-modal .projekt-feed-preview-heading,
#projekt-modal .projekt-display-preview-heading {
  margin: 0;
  color: #85006e;
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

#projekt-modal .projekt-create-switcher {
  min-width: 0;
}

#projekt-modal .projekt-create-switcher__inner {
  display: grid;
  gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#projekt-modal .projekt-create-switcher__copy {
  display: grid;
  gap: 4px;
}

#projekt-modal .projekt-create-switcher__label {
  display: block;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.15;
  color: #85006e;
}

#projekt-modal .projekt-create-switcher__hint {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #5f6368;
}

#projekt-modal .projekt-create-switcher__control {
  position: relative;
  min-width: 0;
}

#projekt-modal .projekt-create-switcher__select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

#projekt-modal .projekt-create-switcher__trigger {
  width: 100%;
  min-height: 60px;
  border: 1.5px solid #a9abb3;
  border-radius: 18px;
  background: #ffffff;
  color: #2e3138;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  line-height: 1.4;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#projekt-modal .projekt-create-switcher__trigger:hover,
#projekt-modal .projekt-create-switcher__trigger:focus-visible,
#projekt-modal .projekt-create-switcher__control.is-open .projekt-create-switcher__trigger {
  border-color: #80166f;
  outline: none;
  box-shadow: 0 0 0 4px rgba(128, 22, 111, 0.12);
}

#projekt-modal .projekt-create-switcher__trigger:disabled {
  cursor: default;
  opacity: 0.72;
  box-shadow: none;
}

#projekt-modal .projekt-create-switcher__trigger-value {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

#projekt-modal .projekt-create-switcher__option-icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
}

#projekt-modal .projekt-create-switcher__option-icon .projekt-ui-type-icon__svg,
#projekt-modal .projekt-create-switcher__option-icon .dashicons {
  width: 24px;
  height: 24px;
}

#projekt-modal .projekt-create-switcher__option-icon .dashicons {
  font-size: 18px;
}

#projekt-modal .projekt-create-switcher__option-label {
  min-width: 0;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
  color: #2e3138;
}

#projekt-modal .projekt-create-switcher__trigger-chevron {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
  color: #64748b;
}

#projekt-modal .projekt-create-switcher__control.is-open .projekt-create-switcher__trigger-chevron {
  transform: rotate(-135deg) translateY(2px);
}

#projekt-modal .projekt-create-switcher__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 8;
  display: none;
  padding: 8px;
  border: 1px solid #dbe4ef;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.14);
}

#projekt-modal .projekt-create-switcher__control.is-open .projekt-create-switcher__dropdown {
  display: grid;
  gap: 6px;
}

#projekt-modal .projekt-create-switcher__option {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 10px 12px;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

#projekt-modal .projekt-create-switcher__option:hover,
#projekt-modal .projekt-create-switcher__option:focus-visible {
  background: #f8fbff;
  outline: none;
  transform: translateY(-1px);
}

#projekt-modal .projekt-create-switcher__option.is-selected {
  background: #f4edf3;
}

#projekt-modal .projekt-create-switcher__scope {
  display: grid;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid #e4e9f1;
}

#projekt-modal .projekt-create-switcher__scope-copy {
  display: grid;
  gap: 4px;
}

#projekt-modal .projekt-create-switcher__scope-label {
  display: block;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
}

#projekt-modal .projekt-create-switcher__scope-hint {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
}

#projekt-modal .projekt-create-switcher__scope-button {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d8e0ea;
  border-radius: 12px;
  background: #ffffff;
  color: #0f172a;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#projekt-modal .projekt-create-switcher__scope-button:hover,
#projekt-modal .projekt-create-switcher__scope-button:focus-visible {
  border-color: #80166f;
  outline: none;
  box-shadow: 0 0 0 4px rgba(128, 22, 111, 0.1);
}

#projekt-modal .projekt-create-switcher__scope-value {
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #0f172a;
}

#projekt-modal .projekt-create-switcher__scope-change {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #80166f;
}

#projekt-modal .projekt-create-context-confirm {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  place-items: center;
  padding: 20px;
}

#projekt-modal .projekt-create-context-confirm__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.38);
  backdrop-filter: blur(1.5px);
}

#projekt-modal .projekt-create-context-confirm__box {
  position: relative;
  z-index: 1;
  width: min(100%, 460px);
  display: grid;
  gap: 12px;
  padding: 22px 22px 20px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.2);
}

#projekt-modal .projekt-create-context-confirm__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f4edf3;
  color: #80166f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

#projekt-modal .projekt-create-context-confirm__box h4 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #0f172a;
}

#projekt-modal .projekt-create-context-confirm__box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
}

#projekt-modal .projekt-create-context-confirm__actions {
  display: grid;
  gap: 10px;
  padding-top: 4px;
}

#projekt-modal .projekt-create-context-confirm__actions .arrenapp-btn {
  width: 100%;
  justify-content: center;
}

.feed-card__type-icon-badge {
  width: 2.5rem;
  height: 2.5rem;
}

.feed-card__type-icon-badge .projekt-ui-type-icon__svg,
.feed-card__type-icon-badge .dashicons {
  width: 1.5rem;
  height: 1.5rem;
}

.feed-card__type-icon-badge .dashicons {
  font-size: 1.5rem;
}

#projekt-modal .projekt-display-preview {
  margin-top: 4px;
  padding-top: 8px;
  border-top: 0;
}

#projekt-modal .display-preview-wrapper {
  width: 100%;
}

#projekt-modal .display-preview-stage {
  --display-preview-scale: 1;
  position: relative;
  width: 100%;
  aspect-ratio: 16/3;
  overflow: hidden;
  border-radius: 2px;
  background: #050505;
}

#projekt-modal .acf-field[data-type=group] > .acf-label,
#projekt-modal .acf-field-group > .acf-label {
  margin: 0 0 10px;
  padding-top: 0;
}

#projekt-modal .acf-field[data-type=group] > .acf-label label,
#projekt-modal .acf-field-group > .acf-label label {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: none;
  color: #85006e;
}

#projekt-modal .crop-ui-field .crop-dropzone {
  width: min(100%, 300px);
  border: 3px dashed #76787d !important;
  border-radius: 18px !important;
  background: #d8d8db !important;
  aspect-ratio: 2/1;
}

#projekt-modal .crop-ui-field .dz-message {
  color: #6b7280 !important;
}

#projekt-modal .crop-ui-field .crop-dropzone-actions .button,
#projekt-modal .projekt-field-image-action {
  min-height: 50px !important;
  padding: 0 24px !important;
  border: 1.5px solid #8f8f95 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  color: #f28301 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
}

#projekt-modal .crop-ui-field .crop-dropzone-actions .button:hover,
#projekt-modal .crop-ui-field .crop-dropzone-actions .button:focus-visible,
#projekt-modal .projekt-field-image-action:hover,
#projekt-modal .projekt-field-image-action:focus-visible {
  border-color: #7d7d84 !important;
  color: #f28301 !important;
  background: #ffffff !important;
}

#projekt-modal .display-preview-canvas {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1920px;
  height: 360px;
  transform-origin: top left;
  transform: scale(var(--display-preview-scale));
  will-change: transform;
}

#projekt-modal .display-preview-canvas > .street-display-card {
  width: 1920px;
  max-width: none;
}

#projekt-modal .street-display-card {
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.18);
  margin: 0;
}

#projekt-modal .projekt-feed-preview-card .feed-card__action,
#projekt-modal .projekt-feed-preview-card .project-poll-option,
#projekt-modal .projekt-feed-preview-card .project-poll-submit__button {
  pointer-events: none;
}

#projekt-modal .projekt-feed-preview-card .feed-card__action[disabled],
#projekt-modal .projekt-feed-preview-card .project-poll-option[disabled],
#projekt-modal .projekt-feed-preview-card .project-poll-submit__button[disabled] {
  opacity: 1;
}

#projekt-modal .projekt-create-layout--has-live-previews .acf-image-uploader.has-value .image-wrap {
  display: none !important;
}

#projekt-modal .projekt-field-image-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

#projekt-modal .projekt-field-image-action {
  appearance: none;
  border: 1.5px solid #8f8f95;
  border-radius: 18px;
  background: #ffffff;
  color: #f28301;
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  min-height: 50px;
  padding: 0 24px;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

#projekt-modal .projekt-field-image-action:hover,
#projekt-modal .projekt-field-image-action:focus-visible {
  border-color: #7d7d84;
  color: #f28301;
  transform: translateY(-1px);
}

#projekt-modal .projekt-field-image-action--remove:hover,
#projekt-modal .projekt-field-image-action--remove:focus-visible {
  border-color: #dc2626;
  color: #dc2626;
}

#projekt-modal .crop-ui-field .crop-dropzone-wrapper {
  display: grid;
  gap: 14px;
  justify-items: center;
}

#projekt-modal .crop-ui-field {
  background: transparent !important;
}

#projekt-modal .crop-ui-field .image-preview {
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

#projekt-modal .crop-ui-field .crop-preview-stack {
  width: 100%;
  margin: 0;
  display: grid;
  gap: 12px;
}

#projekt-modal .crop-ui-field .crop-preview-container {
  width: min(100%, 500px);
  justify-self: center;
  padding: 8px;
  border: 1px solid #eadce5;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fffafc 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06) !important;
}

#projekt-modal .crop-ui-field .crop-preview-container img {
  width: 100%;
  height: auto;
  border-radius: 12px !important;
}

#projekt-modal .crop-ui-field .crop-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

#projekt-modal .crop-ui-field .crop-dropzone-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

#projekt-modal .crop-ui-field .crop-preview-actions .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-height: 38px !important;
  padding: 0 14px !important;
  border: 1px solid #d8c9d4 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #402538 !important;
  box-shadow: none !important;
}

#projekt-modal .crop-ui-field .crop-dropzone-actions .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-height: 50px !important;
  padding: 0 24px !important;
  border: 1.5px solid #8f8f95 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  color: #f28301 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

#projekt-modal .crop-ui-field .crop-preview-actions .button:hover,
#projekt-modal .crop-ui-field .crop-preview-actions .button:focus-visible {
  border-color: #80166f !important;
  color: #80166f !important;
  background: #fffafc !important;
}

#projekt-modal .crop-ui-field .crop-dropzone-actions .button:hover,
#projekt-modal .crop-ui-field .crop-dropzone-actions .button:focus-visible {
  border-color: #7d7d84 !important;
  color: #f28301 !important;
  background: #ffffff !important;
}

#projekt-modal .crop-ui-field .crop-preview-actions .button.js-remove-image:hover,
#projekt-modal .crop-ui-field .crop-preview-actions .button.js-remove-image:focus-visible {
  border-color: #dc2626 !important;
  color: #dc2626 !important;
}

#projekt-modal .crop-ui-field .crop-preview-actions .arrenapp-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
}

@media (min-width: 768px) {
  #projekt-modal.modal--editor .projekt-modal-head {
    width: 100%;
    padding: 20px 28px 8px;
  }
  #projekt-modal.modal--editor .projekt-modal-actions__inner {
    padding: 16px 28px 18px;
  }
  #projekt-modal.modal--editor .projekt-create-layout {
    width: min(1550px, 100%);
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  #projekt-modal .projekt-create-intro {
    margin-bottom: 14px;
  }
  #projekt-modal .projekt-create-layout {
    gap: 20px;
  }
  #projekt-modal .projekt-create-form-card {
    gap: 20px;
    padding: 20px 18px 24px;
  }
  #projekt-modal .projekt-display-preview {
    gap: 10px;
  }
  #projekt-modal .crop-ui-field .crop-dropzone-wrapper {
    justify-items: center;
  }
}
/* ACF Field Structure
--------------------------------------------- */
#projekt-modal .acf-form .acf-fields.acf-form-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

#projekt-modal .acf-field[data-type=group],
#projekt-modal .acf-field-group {
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

#projekt-modal .acf-field[data-type=group] > .acf-label,
#projekt-modal .acf-field-group > .acf-label {
  margin: 6px 0 10px;
  padding-top: 0;
}

#projekt-modal .acf-field[data-type=group] > .acf-input > .acf-fields,
#projekt-modal .acf-field-group > .acf-input > .acf-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#projekt-modal .acf-field[data-type=group] > .acf-input > .acf-fields > .acf-field,
#projekt-modal .acf-field-group > .acf-input > .acf-fields > .acf-field {
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  float: none;
  margin: 0 0 14px;
}

#projekt-modal .acf-field[data-type=group] > .acf-input > .acf-fields > .acf-field .acf-label,
#projekt-modal .acf-field-group > .acf-input > .acf-fields > .acf-field .acf-label {
  margin-bottom: 8px;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) > .acf-input > .acf-repeater {
  border: 0;
  background: transparent;
  overflow: visible;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
  margin: -12px 0 0;
  background: transparent;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-table > thead th {
  padding: 0 0 6px;
  background: transparent;
  border: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td {
  background: transparent;
  border: 0;
  padding: 0;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td.acf-fields {
  padding: 0 0 14px;
  border: 0;
  border-bottom: 1px solid #e6e9ee;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td.acf-row-handle {
  padding: 0 0 14px 10px;
  background: transparent;
  border: 0;
  vertical-align: middle;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td.acf-row-handle.order {
  display: none;
  color: #94a3b8;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td.acf-row-handle.remove {
  width: 48px;
  min-width: 48px;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td.acf-fields > .acf-fields {
  display: grid;
  gap: 14px;
  border: 0;
  background: transparent;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td.acf-fields > .acf-fields > .acf-field {
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td.acf-fields > .acf-fields > .acf-field .acf-label {
  margin-bottom: 8px;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row:last-child > td.acf-fields,
#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row:last-child > td.acf-row-handle {
  padding-bottom: 0;
  border-bottom: 0;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-actions {
  padding: 12px 0 0;
  border-top: 0;
  background: transparent;
}

#projekt-modal .acf-form .acf-fields.acf-form-fields > .acf-field[data-width] {
  width: 100% !important;
}

#projekt-modal .acf-field[data-name=start_ende] > .acf-input > .acf-fields,
#projekt-modal .acf-field-group[data-name=start_ende] > .acf-input > .acf-fields,
#projekt-modal .acf-field[data-name=publish_daten] > .acf-input > .acf-fields,
#projekt-modal .acf-field-group[data-name=publish_daten] > .acf-input > .acf-fields {
  display: block;
}

#projekt-modal .acf-field[data-name=start_ende],
#projekt-modal .acf-field-group[data-name=start_ende],
#projekt-modal .acf-field[data-name=publish_daten],
#projekt-modal .acf-field-group[data-name=publish_daten] {
  margin-bottom: 8px !important;
}

#projekt-modal .acf-field[data-name=start_ende] > .acf-input,
#projekt-modal .acf-field-group[data-name=start_ende] > .acf-input,
#projekt-modal .acf-field[data-name=publish_daten] > .acf-input,
#projekt-modal .acf-field-group[data-name=publish_daten] > .acf-input {
  margin: 0 !important;
  padding: 0 !important;
}

#projekt-modal .acf-field[data-name=start_ende] > .acf-input > .acf-fields,
#projekt-modal .acf-field-group[data-name=start_ende] > .acf-input > .acf-fields,
#projekt-modal .acf-field[data-name=publish_daten] > .acf-input > .acf-fields,
#projekt-modal .acf-field-group[data-name=publish_daten] > .acf-input > .acf-fields {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  min-height: 0;
}

#projekt-modal .acf-field[data-name=start_ende] > .acf-input > .acf-fields > .acf-field,
#projekt-modal .acf-field-group[data-name=start_ende] > .acf-input > .acf-fields > .acf-field,
#projekt-modal .acf-field[data-name=publish_daten] > .acf-input > .acf-fields > .acf-field,
#projekt-modal .acf-field-group[data-name=publish_daten] > .acf-input > .acf-fields > .acf-field {
  width: 100% !important;
  margin-bottom: 0;
}

#projekt-modal .acf-field[data-type=date_picker] .acf-input-wrap,
#projekt-modal .acf-field[data-type=time_picker] .acf-input-wrap,
#projekt-modal .acf-field[data-type=date_time_picker] .acf-input-wrap {
  position: relative;
}

#projekt-modal .acf-field[data-type=date_picker] .acf-input-wrap input[type=text],
#projekt-modal .acf-field[data-type=time_picker] .acf-input-wrap input[type=text],
#projekt-modal .acf-field[data-type=date_time_picker] .acf-input-wrap input[type=text] {
  padding-right: 46px;
  background-color: #fffafc;
  border-color: #dcc7d7;
  font-weight: 600;
  cursor: pointer;
}

#projekt-modal .acf-field[data-type=date_picker] .acf-input-wrap::after,
#projekt-modal .acf-field[data-type=date_time_picker] .acf-input-wrap::after,
#projekt-modal .acf-field[data-type=time_picker] .acf-input-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  opacity: 0.9;
}

#projekt-modal .acf-field[data-type=open_street_map],
#projekt-modal .acf-field-group[data-type=open_street_map] {
  margin-bottom: 18px;
}

#projekt-modal .acf-field[data-type=open_street_map] > .acf-input,
#projekt-modal .acf-field-group[data-type=open_street_map] > .acf-input {
  display: grid;
  gap: 12px;
}

#projekt-modal .projekt-location-field__shell {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border: 1px solid #eadce5;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fffafc 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

#projekt-modal .projekt-location-field__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
}

#projekt-modal .projekt-location-field__detect {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #d7dce2;
  border-radius: 999px;
  background: #ffffff;
  color: #402538;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  touch-action: manipulation;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

#projekt-modal .projekt-location-field__detect:hover,
#projekt-modal .projekt-location-field__detect:focus-visible {
  border-color: #80166f;
  color: #80166f;
  background: #fffafc;
  transform: translateY(-1px);
}

#projekt-modal .projekt-location-field__detect[disabled] {
  cursor: progress;
  opacity: 0.72;
  transform: none;
}

#projekt-modal .projekt-location-field__status {
  flex: 1 1 220px;
  margin: 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

#projekt-modal .projekt-location-field__status[data-tone=loading] {
  color: #80166f;
}

#projekt-modal .projekt-location-field__status[data-tone=success] {
  color: #166534;
}

#projekt-modal .projekt-location-field__status[data-tone=error] {
  color: #b42318;
}

#projekt-modal .projekt-location-field__hint {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

#projekt-modal .acf-field[data-type=open_street_map] .markers-instruction,
#projekt-modal .acf-field-group[data-type=open_street_map] .markers-instruction {
  display: none;
}

#projekt-modal .acf-field[data-type=open_street_map] .leaflet-map,
#projekt-modal .acf-field-group[data-type=open_street_map] .leaflet-map {
  overflow: hidden;
  border: 1px solid #eadce5;
  border-radius: 18px;
  background: #f6eff4;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

#projekt-modal .acf-field[data-type=open_street_map] .acf-osm-above .leaflet-control-geocoder > .leaflet-control-geocoder-icon,
#projekt-modal .acf-field-group[data-type=open_street_map] .acf-osm-above .leaflet-control-geocoder > .leaflet-control-geocoder-icon {
  background-color: #80166f;
}

#projekt-modal .acf-field[data-type=open_street_map] .leaflet-control-locate.active a .leaflet-control-locate-location-arrow,
#projekt-modal .acf-field-group[data-type=open_street_map] .leaflet-control-locate.active a .leaflet-control-locate-location-arrow {
  background-color: #80166f;
}

#projekt-modal .acf-field[data-type=open_street_map] .leaflet-control-locate.following a .leaflet-control-locate-location-arrow,
#projekt-modal .acf-field-group[data-type=open_street_map] .leaflet-control-locate.following a .leaflet-control-locate-location-arrow {
  background-color: #b24a94;
}

#projekt-modal .acf-field[data-type=open_street_map] .osm-markers,
#projekt-modal .acf-field-group[data-type=open_street_map] .osm-markers {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid #eadce5;
  border-radius: 16px;
  background: #ffffff;
}

#projekt-modal .acf-field[data-type=open_street_map] .osm-markers:empty,
#projekt-modal .acf-field-group[data-type=open_street_map] .osm-markers:empty {
  display: none;
}

#projekt-modal .acf-field[data-type=open_street_map] .osm-markers .osm-marker,
#projekt-modal .acf-field-group[data-type=open_street_map] .osm-markers .osm-marker {
  padding: 10px 12px;
}

#projekt-modal .acf-field[data-type=open_street_map] .osm-markers .osm-marker:nth-of-type(2n),
#projekt-modal .acf-field-group[data-type=open_street_map] .osm-markers .osm-marker:nth-of-type(2n) {
  background: #fffafc;
}

#projekt-modal .acf-field[data-type=open_street_map] .osm-markers .osm-marker input[type=text],
#projekt-modal .acf-field-group[data-type=open_street_map] .osm-markers .osm-marker input[type=text] {
  background-color: #fffafc;
  border-color: #dcc7d7;
  font-weight: 600;
}

#projekt-modal .acf-field[data-type=date_picker] .acf-input-wrap::after,
#projekt-modal .acf-field[data-type=date_time_picker] .acf-input-wrap::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2380166f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4.5' width='18' height='16' rx='2.5'/%3E%3Cpath d='M8 2.75v3.5M16 2.75v3.5M3 9.5h18'/%3E%3C/svg%3E");
}

#projekt-modal .acf-field[data-type=time_picker] .acf-input-wrap::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2380166f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M12 7.5v5l3 2'/%3E%3C/svg%3E");
}

#projekt-modal .projekt-date-range-field {
  grid-column: 1/-1;
  margin-bottom: 0;
}

#projekt-modal .acf-field.projekt-date-range-enhanced,
#projekt-modal .acf-field-group.projekt-date-range-enhanced {
  width: 100% !important;
  max-width: 100%;
  flex: 0 0 100%;
}

#projekt-modal .projekt-date-range-enhanced > .acf-input > .acf-fields > .acf-field.projekt-date-range-source-field,
#projekt-modal .projekt-date-range-enhanced > .acf-input > .acf-fields > .acf-field-group.projekt-date-range-source-field {
  display: none !important;
}

#projekt-modal .acf-field.projekt-publish-time-source-field,
#projekt-modal .acf-field-group.projekt-publish-time-source-field {
  display: none !important;
}

#projekt-modal .acf-field.projekt-inline-time-enhanced .acf-time-picker,
#projekt-modal .acf-field-group.projekt-inline-time-enhanced .acf-time-picker {
  display: none !important;
}

#projekt-modal .projekt-datetime-combo {
  display: grid;
  gap: 0;
  width: 100%;
  max-width: 100%;
  padding: 14px;
  border: 1px solid #e5d6e1;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #fffafc 100%);
}

#projekt-modal .projekt-datetime-combo > .acf-field,
#projekt-modal .projekt-datetime-combo > .acf-field-group {
  width: 100% !important;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  float: none;
  clear: none;
}

#projekt-modal .projekt-datetime-combo > .acf-field + .acf-field,
#projekt-modal .projekt-datetime-combo > .acf-field + .acf-field-group,
#projekt-modal .projekt-datetime-combo > .acf-field-group + .acf-field,
#projekt-modal .projekt-datetime-combo > .acf-field-group + .acf-field-group {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eadfe6;
}

#projekt-modal .projekt-datetime-combo > .acf-field > .acf-label,
#projekt-modal .projekt-datetime-combo > .acf-field-group > .acf-label {
  margin-bottom: 8px;
}

#projekt-modal .projekt-datetime-combo > .projekt-date-range-field {
  grid-column: auto;
}

#projekt-modal .projekt-datetime-combo .projekt-date-range-field.is-inline-range .projekt-date-range {
  width: 100%;
  max-width: 420px;
}

#projekt-modal .projekt-datetime-combo .projekt-date-range-field.is-inline-range {
  justify-self: start;
}

#projekt-modal .projekt-datetime-combo .projekt-inline-time {
  width: 100%;
  max-width: none;
}

#projekt-modal .projekt-datetime-combo .projekt-date-range-field.is-inline-range .projekt-date-range-panel,
#projekt-modal .projekt-datetime-combo .projekt-inline-time {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#projekt-modal .projekt-datetime-combo .projekt-date-range-field.is-inline-range .projekt-date-range-panel-head {
  margin-bottom: 8px;
}

#projekt-modal .projekt-inline-time {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 420px;
  padding: 14px;
  border: 1px solid #e5d6e1;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #fffafc 100%);
}

#projekt-modal .projekt-inline-time-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

#projekt-modal .projekt-inline-time-current {
  display: grid;
  gap: 2px;
}

#projekt-modal .projekt-inline-time-note[hidden],
#projekt-modal .projekt-date-range-step[hidden] {
  display: none !important;
}

#projekt-modal .projekt-inline-time-value {
  color: #2a1f27;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}

#projekt-modal .projekt-inline-time-note {
  color: #7b6d76;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
}

#projekt-modal .projekt-inline-time-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

#projekt-modal .projekt-inline-time-action {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #dcc7d7;
  border-radius: 999px;
  background: #fff;
  color: #80166f;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

#projekt-modal .projekt-inline-time-action--primary {
  border-color: #80166f;
  background: #80166f;
  color: #fff;
}

#projekt-modal .projekt-inline-time-wheel-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

#projekt-modal .projekt-inline-time-wheel-group {
  display: grid;
  gap: 8px;
  grid-template-rows: auto minmax(0, 1fr);
}

#projekt-modal .projekt-inline-time-wheel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 28px;
}

#projekt-modal .projekt-inline-time-wheel-label {
  color: #7b6d76;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

#projekt-modal .projekt-inline-time-stepper {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#projekt-modal .projekt-inline-time-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid #dcc7d7;
  border-radius: 999px;
  background: #fff;
  color: #80166f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

#projekt-modal .projekt-inline-time-wheel-shell {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  --inline-time-wheel-focus-top: 32px;
  --inline-time-wheel-focus-height: 40px;
  --inline-time-wheel-height: 200px;
  --inline-time-wheel-option-height: 40px;
  --inline-time-wheel-focus-bg: #f8f0f6;
}

#projekt-modal .projekt-inline-time-wheel-focus {
  display: none;
}

#projekt-modal .projekt-inline-time-wheel-list {
  height: var(--inline-time-wheel-height);
  overflow-y: auto;
  padding: 0;
  border: 1px solid #e5d6e1;
  border-radius: 14px;
  background: linear-gradient(var(--inline-time-wheel-focus-bg), var(--inline-time-wheel-focus-bg)) no-repeat, linear-gradient(180deg, #fff 0%, #fffafc 100%);
  background-position: 8px var(--inline-time-wheel-focus-top), 0 0;
  background-size: calc(100% - 16px) var(--inline-time-wheel-focus-height), 100% 100%;
  scroll-snap-type: y mandatory;
  scroll-padding-top: var(--inline-time-wheel-focus-top);
  scroll-padding-bottom: calc(var(--inline-time-wheel-height) - var(--inline-time-wheel-focus-top) - var(--inline-time-wheel-focus-height));
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  position: relative;
}

#projekt-modal .projekt-inline-time-wheel-list::-webkit-scrollbar {
  display: none;
}

#projekt-modal .projekt-inline-time-wheel-spacer--start {
  height: var(--inline-time-wheel-focus-top);
}

#projekt-modal .projekt-inline-time-wheel-spacer--end {
  height: calc(var(--inline-time-wheel-height) - var(--inline-time-wheel-focus-top) - var(--inline-time-wheel-option-height));
}

#projekt-modal .projekt-inline-time-option {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 16px);
  min-height: var(--inline-time-wheel-option-height);
  margin: 0 auto;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #2a1f27;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 2;
}

#projekt-modal .projekt-inline-time-option[data-time-minute] {
  font-size: 17px;
}

#projekt-modal .projekt-inline-time-option:hover,
#projekt-modal .projekt-inline-time-option:focus-visible,
#projekt-modal .projekt-inline-time-step:hover,
#projekt-modal .projekt-inline-time-step:focus-visible,
#projekt-modal .projekt-inline-time-action:hover,
#projekt-modal .projekt-inline-time-action:focus-visible {
  border-color: #d1b6ca;
  background: #fffafc;
  outline: 0;
}

#projekt-modal .projekt-inline-time-option.is-selected {
  background: #80166f;
  color: #fff;
  z-index: 3;
}

#projekt-modal .projekt-inline-time-action--primary:hover,
#projekt-modal .projekt-inline-time-action--primary:focus-visible {
  border-color: #80166f;
  background: #6a115d;
  color: #fff;
}

#projekt-modal .projekt-inline-time-wheel-group.is-disabled {
  opacity: 0.5;
}

#projekt-modal .projekt-inline-time-wheel-group.is-disabled .projekt-inline-time-wheel-list {
  pointer-events: none;
}

#projekt-modal .projekt-inline-time-wheel-group.is-disabled .projekt-inline-time-step {
  pointer-events: none;
  cursor: not-allowed;
}

@media (max-width: 575.98px) {
  #projekt-modal .projekt-inline-time-wheel-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#projekt-modal .acf-field.projekt-display-fit-invalid > .acf-label label,
#projekt-modal .acf-field-group.projekt-display-fit-invalid > .acf-label label {
  color: #b42318;
}

#projekt-modal .acf-field.projekt-display-fit-warning > .acf-label label,
#projekt-modal .acf-field-group.projekt-display-fit-warning > .acf-label label {
  color: #b54708;
}

#projekt-modal .acf-field.projekt-display-fit-invalid .acf-input input[type=text],
#projekt-modal .acf-field.projekt-display-fit-invalid .acf-input textarea,
#projekt-modal .acf-field-group.projekt-display-fit-invalid .acf-input input[type=text],
#projekt-modal .acf-field-group.projekt-display-fit-invalid .acf-input textarea {
  border-color: #d92d20 !important;
  background: #fff4f2 !important;
  box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.08);
}

#projekt-modal .acf-field.projekt-display-fit-warning .acf-input input[type=text],
#projekt-modal .acf-field.projekt-display-fit-warning .acf-input textarea,
#projekt-modal .acf-field-group.projekt-display-fit-warning .acf-input input[type=text],
#projekt-modal .acf-field-group.projekt-display-fit-warning .acf-input textarea {
  border-color: #f79009 !important;
  background: #fffaeb !important;
  box-shadow: 0 0 0 3px rgba(247, 144, 9, 0.12);
}

#projekt-modal .projekt-display-fit-feedback {
  margin: 8px 0 0;
  color: #b42318;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

#projekt-modal .projekt-display-fit-feedback[data-fit-severity=warning] {
  color: #b54708;
}

#projekt-modal .projekt-display-fit-overflow {
  margin: 6px 0 0;
  color: #2f3138;
  font-size: 13px;
  line-height: 1.5;
}

#projekt-modal .projekt-display-fit-overflow__label {
  font-weight: 400;
}

#projekt-modal .projekt-display-fit-overflow__visible {
  color: #6b7280;
  font-weight: 700;
}

#projekt-modal .projekt-display-fit-overflow__hidden {
  color: #6b7280;
  font-weight: 700;
}

.acf-ui-datepicker .ui-timepicker-div {
  padding: 16px 16px 12px !important;
  background: linear-gradient(180deg, #fff 0%, #fffafc 100%) !important;
}

.acf-ui-datepicker {
  min-width: 288px;
  z-index: 10020 !important;
  border: 1px solid #e5d6e1;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(43, 19, 39, 0.16);
}

#ui-datepicker-div.acf-ui-datepicker {
  z-index: 10020 !important;
}

#projekt-modal .acf-field[data-type=date_picker],
#projekt-modal .acf-field[data-type=date_time_picker],
#projekt-modal .acf-field[data-type=time_picker] {
  position: relative;
}

#projekt-modal .acf-field[data-type=date_picker]:focus-within,
#projekt-modal .acf-field[data-type=date_time_picker]:focus-within,
#projekt-modal .acf-field[data-type=time_picker]:focus-within,
#projekt-modal .projekt-date-range-field.is-open {
  z-index: 10015;
}

.acf-ui-datepicker .ui-datepicker {
  border: 0 !important;
  border-radius: 16px !important;
  background: transparent !important;
  box-shadow: none !important;
}

.acf-ui-datepicker .ui-timepicker-div .ui_tpicker_time,
.acf-ui-datepicker .ui-timepicker-div .ui_tpicker_time_label,
.acf-ui-datepicker .ui-timepicker-div .ui_tpicker_second,
.acf-ui-datepicker .ui-timepicker-div .ui_tpicker_second_label,
.acf-ui-datepicker .ui-timepicker-div .ui_tpicker_millisec,
.acf-ui-datepicker .ui-timepicker-div .ui_tpicker_millisec_label,
.acf-ui-datepicker .ui-timepicker-div .ui_tpicker_microsec,
.acf-ui-datepicker .ui-timepicker-div .ui_tpicker_microsec_label,
.acf-ui-datepicker .ui-timepicker-div .ui_tpicker_timezone,
.acf-ui-datepicker .ui-timepicker-div .ui_tpicker_timezone_label {
  display: none !important;
}

.acf-ui-datepicker .ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 16px !important;
}

.acf-ui-datepicker .ui-timepicker-div.ui-timepicker-oneLine dl {
  display: grid;
  grid-template-columns: minmax(76px, auto) minmax(0, 1fr);
  align-items: center;
  gap: 10px 12px;
  margin: 0;
  text-align: left;
}

.acf-ui-datepicker .ui-timepicker-div.ui-timepicker-oneLine dl dt {
  margin: 0 !important;
  color: #7b6d76;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.acf-ui-datepicker .ui-timepicker-div.ui-timepicker-oneLine dl dd {
  display: block;
  align-items: center;
  margin: 0 !important;
}

.acf-ui-datepicker .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute::before {
  content: none;
}

.acf-ui-datepicker .ui-timepicker-div select {
  width: 100%;
  min-height: 42px;
  padding: 0 40px 0 14px;
  border: 1px solid #dcc7d7 !important;
  border-radius: 12px;
  appearance: none;
  -webkit-appearance: none;
  background-position: right 10px top 55% !important;
  background-size: 16px 16px !important;
  background-color: #fffafc !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2380166f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  color: #2a1f27 !important;
  font-size: 16px;
  font-weight: 700;
}

.acf-ui-datepicker .ui-timepicker-div select:focus {
  border-color: #80166f !important;
  box-shadow: 0 0 0 3px rgba(128, 22, 111, 0.08);
  outline: 0;
}

.acf-ui-datepicker .ui-timepicker-div ~ .ui-datepicker-buttonpane {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 16px 14px !important;
  background: #fffafc !important;
  border-top: 1px solid #eadfe6 !important;
}

.acf-ui-datepicker .ui-timepicker-div ~ .ui-datepicker-buttonpane button {
  min-height: 36px;
  padding: 0 16px !important;
  border: 1px solid #dcc7d7 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #80166f !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.acf-ui-datepicker .ui-timepicker-div ~ .ui-datepicker-buttonpane button.ui-datepicker-current {
  border-color: #80166f !important;
  background: #80166f !important;
  color: #fff !important;
}

.acf-ui-datepicker .ui-timepicker-div ~ .ui-datepicker-buttonpane button:hover {
  border-color: #c9aac2 !important;
  background: #fff !important;
  color: #80166f !important;
}

.acf-ui-datepicker .ui-timepicker-div ~ .ui-datepicker-buttonpane button.ui-datepicker-current:hover {
  border-color: #80166f !important;
  background: #6a115d !important;
  color: #fff !important;
}

#projekt-modal .projekt-date-range {
  position: relative;
}

#projekt-modal .projekt-date-range-trigger {
  width: 100%;
  min-height: 52px;
  padding: 14px 48px 14px 16px;
  border: 1px solid #dcc7d7;
  border-radius: 14px;
  background: #fffafc;
  color: #2a1f27;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#projekt-modal .projekt-date-range-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2380166f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4.5' width='18' height='16' rx='2.5'/%3E%3Cpath d='M8 2.75v3.5M16 2.75v3.5M3 9.5h18'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  opacity: 0.9;
}

#projekt-modal .projekt-date-range-trigger:hover,
#projekt-modal .projekt-date-range-field.is-open .projekt-date-range-trigger {
  border-color: #80166f;
  box-shadow: 0 0 0 3px rgba(128, 22, 111, 0.08);
}

#projekt-modal .projekt-date-range-trigger.has-value {
  color: #80166f;
}

#projekt-modal .projekt-date-range-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 10020;
  width: min(100%, 348px);
  padding: 14px;
  border: 1px solid #e5d6e1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(43, 19, 39, 0.16);
}

#projekt-modal .projekt-date-range-panel-head,
#projekt-modal .projekt-date-range-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

#projekt-modal .projekt-date-range-panel-head {
  margin-bottom: 8px;
}

#projekt-modal .projekt-date-range-meta {
  display: grid;
  gap: 4px;
  margin-top: 8px;
}

#projekt-modal .projekt-date-range-step,
#projekt-modal .projekt-date-range-selection,
#projekt-modal .projekt-date-range-limit {
  margin: 0;
  font-size: 11px;
  line-height: 1.3;
}

#projekt-modal .projekt-date-range-step {
  color: #7b6d76;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#projekt-modal .projekt-date-range-selection {
  color: #2a1f27;
  font-weight: 500;
}

#projekt-modal .projekt-date-range-limit {
  color: #7b6d76;
  font-weight: 500;
}

#projekt-modal .projekt-date-range-clear {
  padding: 0;
  border: 0;
  background: transparent;
  color: #80166f;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

#projekt-modal .projekt-date-range-calendar {
  margin: 0 -2px;
}

#projekt-modal .projekt-date-range-native {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}

#projekt-modal .projekt-date-range-native[hidden] {
  display: none !important;
}

#projekt-modal .projekt-date-range-native-row {
  display: grid;
  gap: 6px;
}

#projekt-modal .projekt-date-range-native-card {
  position: relative;
  min-height: 88px;
  padding: 12px 14px 14px;
  border: 1px solid #dcc7d7;
  border-radius: 16px;
  background: #fffafc;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

#projekt-modal .projekt-date-range-native-card.is-filled {
  border-color: #c99ac0;
  box-shadow: 0 0 0 2px rgba(128, 22, 111, 0.06);
}

#projekt-modal .projekt-date-range-native-card.is-disabled {
  opacity: 0.5;
}

#projekt-modal .projekt-date-range-native-label {
  color: #7b6d76;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

#projekt-modal .projekt-date-range-native-value {
  color: #2a1f27;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

#projekt-modal .projekt-date-range-native-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 16px;
  opacity: 0.01;
  background: transparent;
  color: transparent;
  font-size: 16px;
  box-sizing: border-box;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
}

#projekt-modal .projekt-date-range-native-input:disabled {
  cursor: not-allowed;
}

#projekt-modal .projekt-date-range-nav {
  display: grid;
  grid-template-columns: 28px 28px minmax(0, 1fr) 28px 28px;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

#projekt-modal .projekt-date-range-nav-btn {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #eadfe6;
  border-radius: 999px;
  background: #fffafc;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

#projekt-modal .projekt-date-range-nav-btn:hover {
  border-color: #d1b6ca;
  background: #fff;
}

#projekt-modal .projekt-date-range-nav-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

#projekt-modal .projekt-date-range-nav-btn[data-range-nav=prev-month]::before,
#projekt-modal .projekt-date-range-nav-btn[data-range-nav=prev-year]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2380166f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
}

#projekt-modal .projekt-date-range-nav-btn[data-range-nav=next-month]::before,
#projekt-modal .projekt-date-range-nav-btn[data-range-nav=next-year]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2380166f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
}

#projekt-modal .projekt-date-range-nav-btn[data-range-nav=prev-year]::after,
#projekt-modal .projekt-date-range-nav-btn[data-range-nav=next-year]::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 8px;
}

#projekt-modal .projekt-date-range-nav-btn[data-range-nav=prev-year]::after {
  left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2380166f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
}

#projekt-modal .projekt-date-range-nav-btn[data-range-nav=next-year]::after {
  right: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2380166f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
}

#projekt-modal .projekt-date-range-nav-current {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  min-height: 28px;
  color: #2a1f27;
}

#projekt-modal .projekt-date-range-nav-month {
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}

#projekt-modal .projekt-date-range-nav-year {
  color: #7b6d76;
  font-size: 12px;
  font-weight: 500;
}

#projekt-modal .projekt-date-range-calendar .ui-datepicker {
  width: 100%;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

#projekt-modal .projekt-date-range-calendar .ui-datepicker-header {
  display: none;
}

#projekt-modal .projekt-date-range-calendar .ui-datepicker-calendar {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

#projekt-modal .projekt-date-range-calendar .ui-datepicker-calendar thead th {
  width: 14.285%;
  padding: 0 0 8px;
  color: #7b6d76;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

#projekt-modal .projekt-date-range-calendar .ui-datepicker-calendar tbody td {
  width: 14.285%;
  padding: 0 0 6px;
  text-align: center;
  vertical-align: middle;
}

#projekt-modal .projekt-date-range-calendar .ui-datepicker-calendar tbody td.is-in-range {
  background-image: linear-gradient(rgba(128, 22, 111, 0.14), rgba(128, 22, 111, 0.14));
  background-repeat: no-repeat;
  background-position: center calc(50% - 3px);
  background-size: 100% 30px;
}

#projekt-modal .projekt-date-range-calendar .ui-datepicker-calendar tbody td.is-range-start {
  background-image: linear-gradient(to right, transparent 50%, rgba(128, 22, 111, 0.14) 50%);
  background-repeat: no-repeat;
  background-position: center calc(50% - 3px);
  background-size: 100% 30px;
}

#projekt-modal .projekt-date-range-calendar .ui-datepicker-calendar tbody td.is-range-end {
  background-image: linear-gradient(to right, rgba(128, 22, 111, 0.14) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-position: center calc(50% - 3px);
  background-size: 100% 30px;
}

#projekt-modal .projekt-date-range-calendar .ui-datepicker-calendar tbody td.is-range-start.is-range-end {
  background-image: none;
}

#projekt-modal .projekt-date-range-calendar .ui-datepicker td a,
#projekt-modal .projekt-date-range-calendar .ui-datepicker td span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  border-radius: 999px;
  background: transparent;
  color: #2a1f27;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

#projekt-modal .projekt-date-range-field.is-ios-native-range .projekt-date-range-nav,
#projekt-modal .projekt-date-range-field.is-ios-native-range .projekt-date-range-calendar {
  display: none;
}

#projekt-modal .projekt-date-range-field.is-inline-range .projekt-date-range {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 420px;
}

#projekt-modal .projekt-date-range-field.is-inline-range .projekt-date-range-trigger {
  display: none;
}

#projekt-modal .projekt-date-range-field.is-inline-range .projekt-date-range-panel {
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
  width: 100%;
  margin-top: 0;
  padding: 14px;
  border: 1px solid #e5d6e1;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #fffafc 100%);
  box-shadow: none;
}

#projekt-modal .projekt-date-range-field.is-inline-range .projekt-date-range-panel-head {
  margin-bottom: 6px;
}

#projekt-modal .projekt-date-range-field.is-inline-range .projekt-date-range-nav {
  margin-bottom: 8px;
}

#projekt-modal .projekt-date-range-field.is-inline-range .projekt-date-range-meta {
  gap: 3px;
  margin-top: 6px;
}

#projekt-modal .projekt-date-range-field.is-ios-native-range .projekt-date-range-trigger {
  display: none;
}

#projekt-modal .projekt-date-range-field.is-ios-native-range .projekt-date-range-panel {
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
  width: 100%;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#projekt-modal .projekt-date-range-field.is-ios-native-range .projekt-date-range-panel-head {
  margin-bottom: 12px;
}

#projekt-modal .projekt-date-range-field.is-ios-native-range .projekt-date-range-native {
  margin-bottom: 12px;
}

#projekt-modal .projekt-date-range-field.is-ios-native-range .projekt-date-range-meta {
  margin-top: 0;
}

#projekt-modal .projekt-date-range-calendar .ui-datepicker td.is-in-range a {
  color: #80166f;
}

#projekt-modal .projekt-date-range-calendar .ui-datepicker td.is-range-start a,
#projekt-modal .projekt-date-range-calendar .ui-datepicker td.is-range-end a {
  background: #80166f;
  color: #fff;
}

#projekt-modal .projekt-date-range-calendar .ui-datepicker td.ui-datepicker-unselectable,
#projekt-modal .projekt-date-range-calendar .ui-datepicker td.ui-state-disabled {
  opacity: 1;
}

#projekt-modal .projekt-date-range-calendar .ui-datepicker td.ui-datepicker-unselectable span,
#projekt-modal .projekt-date-range-calendar .ui-datepicker td.ui-state-disabled span {
  color: #b8aeb5;
  background: transparent;
  cursor: not-allowed;
}

@media (min-width: 768px) {
  #projekt-modal .projekt-date-range-field.is-inline-range .projekt-date-range {
    max-width: 360px;
  }
  #projekt-modal .projekt-datetime-combo .projekt-date-range-field.is-inline-range .projekt-date-range {
    max-width: 360px;
  }
  #projekt-modal .projekt-datetime-combo.has-single-time {
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.9fr);
    align-items: start;
    column-gap: 20px;
  }
  #projekt-modal .projekt-datetime-combo.has-single-time > .acf-field + .acf-field,
  #projekt-modal .projekt-datetime-combo.has-single-time > .acf-field + .acf-field-group,
  #projekt-modal .projekt-datetime-combo.has-single-time > .acf-field-group + .acf-field,
  #projekt-modal .projekt-datetime-combo.has-single-time > .acf-field-group + .acf-field-group {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  #projekt-modal .projekt-datetime-combo.has-multiple-times {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    column-gap: 20px;
    row-gap: 16px;
  }
  #projekt-modal .projekt-datetime-combo.has-multiple-times > .projekt-date-range-field {
    grid-column: 1/-1;
  }
  #projekt-modal .projekt-datetime-combo.has-multiple-times > .acf-field + .acf-field,
  #projekt-modal .projekt-datetime-combo.has-multiple-times > .acf-field + .acf-field-group,
  #projekt-modal .projekt-datetime-combo.has-multiple-times > .acf-field-group + .acf-field,
  #projekt-modal .projekt-datetime-combo.has-multiple-times > .acf-field-group + .acf-field-group {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}
@media (max-width: 767.98px) {
  #projekt-modal .acf-field[data-type=group] > .acf-input > .acf-fields,
  #projekt-modal .acf-field-group > .acf-input > .acf-fields {
    gap: 0;
    padding: 0;
    border-radius: 0;
  }
  #projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-table {
    border-spacing: 0 10px;
    margin-top: -10px;
  }
  #projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td.acf-fields {
    padding: 0 0 12px;
    border-radius: 0;
  }
  #projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td.acf-row-handle.remove {
    width: 42px;
    min-width: 42px;
  }
  #projekt-modal .acf-form .acf-fields.acf-form-fields > .acf-field[data-width],
  #projekt-modal .acf-form .acf-fields.acf-form-fields > .acf-field-group[data-width] {
    width: 100% !important;
  }
  #projekt-modal .projekt-date-range-panel {
    width: 100%;
  }
  #projekt-modal .projekt-datetime-combo {
    padding: 12px;
  }
  #projekt-modal .projekt-datetime-combo > .acf-field + .acf-field,
  #projekt-modal .projekt-datetime-combo > .acf-field + .acf-field-group,
  #projekt-modal .projekt-datetime-combo > .acf-field-group + .acf-field,
  #projekt-modal .projekt-datetime-combo > .acf-field-group + .acf-field-group {
    margin-top: 14px;
    padding-top: 14px;
  }
  #projekt-modal .projekt-inline-time-head {
    flex-direction: column;
    align-items: stretch;
  }
  #projekt-modal .projekt-inline-time-actions {
    justify-content: flex-start;
  }
}

/*# sourceMappingURL=projekt-ui.css.map */
