:root {
  --hp2-brand-size: 2rem;
}

.hp2-navbar {
  border-bottom: 1px solid var(--tblr-border-color);
}

@media (min-width: 768px) {
  body.hp2-nav-desktop-bottom .hp2-navbar {
    border-bottom: 0;
    border-top: 1px solid var(--tblr-border-color);
    bottom: 0;
    left: 0;
    position: fixed !important;
    right: 0;
    top: auto !important;
    width: 100%;
  }

  body.hp2-nav-desktop-bottom .page {
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 767.98px) {
  body.hp2-mobile-menu-button-right .hp2-navbar > .container-fluid > .navbar-toggler {
    margin-left: 0.5rem;
    margin-right: 0 !important;
    order: 3;
  }

  body.hp2-mobile-menu-button-right .hp2-navbar > .container-fluid > .navbar-collapse {
    order: 4;
  }

  body.hp2-nav-mobile-bottom .hp2-navbar {
    border-bottom: 0;
    border-top: 1px solid var(--tblr-border-color);
    bottom: 0;
    left: 0;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed !important;
    right: 0;
    top: auto !important;
    width: 100%;
  }

  body.hp2-nav-mobile-bottom .hp2-navbar:has(.navbar-collapse.show) {
    max-height: 100dvh;
    overflow-y: auto;
  }

  body.hp2-nav-mobile-bottom .page {
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom));
  }
}

html.layout-boxed,
body.layout-boxed {
  background: var(--tblr-body-bg) !important;
  padding: 0 !important;
}

html.layout-boxed .page,
body.layout-boxed .page {
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}

html.layout-boxed .page > .navbar:first-child,
body.layout-boxed .page > .navbar:first-child {
  border-radius: 0 !important;
}

.hp2-brand-mark {
  align-items: center;
  background: var(--tblr-primary);
  border-radius: var(--tblr-border-radius);
  color: #fff;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  height: var(--hp2-brand-size);
  justify-content: center;
  line-height: 1;
  width: var(--hp2-brand-size);
}

.hp2-navbar-brand-group {
  align-items: center;
  display: flex;
}

.hp2-brand-home {
  display: inline-flex;
}

.hp2-version-link {
  color: inherit;
  white-space: nowrap;
}

.hp2-version-link:hover,
.hp2-version-link.active {
  color: var(--tblr-primary);
  text-decoration: none;
}

.hp2-changelog-page .log-wrap {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0;
}

.hp2-changelog-page .log-hero {
  border-bottom: 1px solid var(--tblr-border-color);
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.hp2-changelog-page .log-eyebrow {
  color: var(--tblr-primary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hp2-changelog-page .log-hero h1 {
  font-size: clamp(1.6rem, 4vw, 2.35rem);
  margin: 0.35rem 0 0.5rem;
}

.hp2-changelog-page .log-hero p {
  color: var(--tblr-secondary);
  line-height: 1.6;
  margin: 0;
}

.hp2-changelog-page .release {
  border: 1px solid var(--tblr-border-color);
  border-radius: var(--tblr-border-radius-lg);
  margin-top: 1rem;
  overflow: hidden;
}

.hp2-changelog-page .release-head {
  align-items: center;
  background: var(--tblr-bg-surface-secondary, var(--tblr-tertiary-bg));
  border-bottom: 1px solid var(--tblr-border-color);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.85rem 1rem;
}

.hp2-changelog-page .release-head h2 {
  font-size: 1rem;
  margin: 0;
}

.hp2-changelog-page .release-head time {
  color: var(--tblr-secondary);
  font-size: 0.8rem;
  white-space: nowrap;
}

.hp2-changelog-page .release ul {
  line-height: 1.55;
  margin: 0;
  padding: 0.9rem 1rem 1rem 2.2rem;
}

.hp2-changelog-page .release li + li {
  margin-top: 0.35rem;
}

.hp2-changelog-page .release-summary {
  border-top: 1px solid var(--tblr-border-color);
  padding: 1.25rem 1.5rem;
}

.hp2-changelog-page .release-summary h3 {
  font-size: 0.95rem;
  margin: 0 0 0.75rem;
}

.hp2-changelog-page .release-summary ul {
  color: var(--tblr-secondary);
  line-height: 1.55;
  margin: 0;
  padding: 0 0 0 1.25rem;
}

@media (max-width: 520px) {
  .hp2-changelog-page .release-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }
}

.settings {
  bottom: 1rem;
  position: fixed;
  right: 1rem;
  z-index: 1040;
}

.hp2-auth-page {
  min-height: 100vh;
}

.hp2-login-maintenance-illustration .img {
  height: clamp(10rem, 28vh, 16rem);
  max-width: 100%;
}

.hp2-login-device-code {
  display: inline-block;
  font-family: var(--tblr-font-monospace);
  font-size: clamp(1rem, 3.5vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  user-select: all;
}

.hp2-auth-alert {
  max-width: 32rem;
}

.hp2-auth-illustration {
  display: block !important;
  max-height: 25rem;
  max-width: min(100%, 32rem);
  object-fit: contain;
}

.hp2-wait-card {
  min-height: 24rem;
}

.hp2-pin-input {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  margin-inline: auto;
  max-width: 18rem;
  text-align: center;
}

.hp2-empty-home {
  min-height: clamp(16rem, 45vh, 30rem);
}

.turbo-progress-bar {
  background-color: var(--tblr-primary);
  height: 3px;
}

body.hp2-loading::before {
  background-color: var(--tblr-primary);
  content: "";
  height: 3px;
  left: 0;
  position: fixed;
  top: 0;
  transition: width var(--hp2-loader-duration, 300ms) ease-out, opacity 150ms 150ms ease-in;
  width: var(--hp2-loader-width, 10%);
  z-index: 2147483647;
}

@media (max-width: 575.98px) {
  .settings {
    bottom: 0.75rem;
    right: 0.75rem;
  }

}

.hp2-nav-actions {
  align-items: center;
  gap: 0.5rem;
}

.hide-theme-light {
  display: none !important;
}

[data-bs-theme="dark"] .hide-theme-dark {
  display: none !important;
}

[data-bs-theme="dark"] .hide-theme-light {
  display: flex !important;
}

[data-bs-theme="light"] .hide-theme-dark,
html:not([data-bs-theme="dark"]) .hide-theme-dark {
  display: flex !important;
}

.hp2-navbar .avatar {
  flex: 0 0 auto;
}
.hp2-rule-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hp2-rule-box {
  background: var(--tblr-primary-lt);
  border: 1px solid var(--tblr-primary-border-subtle, rgba(32, 107, 196, 0.2));
  border-radius: var(--tblr-border-radius);
  color: var(--tblr-primary);
  font-weight: 600;
  min-height: 3rem;
  padding: 0.75rem;
}

@media (max-width: 991.98px) {
  .hp2-rule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .hp2-rule-grid {
    grid-template-columns: 1fr;
  }
}
.hp2-dashboard-card-placeholder,
.hp2-dashboard-card-content {
  transition: opacity 180ms ease;
}

.hp2-dashboard-card-placeholder[hidden],
.hp2-dashboard-card-content[hidden] {
  display: none !important;
}

.hp2-dashboard-card-placeholder.is-hiding {
  opacity: 0;
}

.hp2-dashboard-card-content.is-fading-in {
  animation: hp2DashboardCardFadeIn 260ms ease-out both;
}

@keyframes hp2DashboardCardFadeIn {
  from {
    opacity: 0;
    transform: translateY(0.25rem);
  }

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

.hp2-wall-card {
  display: flex;
  flex-direction: column;
  height: auto;
}

.hp2-wall-placeholder,
.hp2-wall-content {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 0;
}

.hp2-wall-content > .card-header,
.hp2-wall-content > .card-footer {
  flex: 0 0 auto;
}

.hp2-wall-list {
  flex: 0 1 auto;
  min-height: 0;
  overflow-y: visible;
}

.hp2-wall-compose {
  flex: 0 0 auto;
  margin-top: 0;
}

.hp2-wall-compose-row {
  align-items: flex-start;
  flex-wrap: nowrap;
}

.hp2-wall-compose-row > .col {
  min-width: 0;
}

.hp2-wall-compose-action {
  align-items: flex-start;
  display: flex;
}

[data-hp2-recipe-comments-input],
[data-hp2-wall-input] {
  overflow-wrap: anywhere;
  overflow-y: hidden;
  resize: none !important;
  white-space: pre-wrap;
  word-break: break-word;
}

.hp2-wall-send {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 2.25rem;
  justify-content: center;
  padding: 0;
  width: 2.25rem;
}

.hp2-wall-post-own {
  background: transparent;
}

.hp2-wall-post-own .hp2-wall-author {
  color: var(--tblr-primary);
}

.hp2-wall-list .hp2-wall-post {
  padding-bottom: 0.55rem;
  padding-top: 0.55rem;
}

.hp2-wall-post-head {
  margin-bottom: 0.125rem !important;
  min-width: 0;
}

.hp2-wall-author {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hp2-wall-time {
  flex: 0 0 auto;
  white-space: nowrap;
}

.hp2-wall-message {
  white-space: pre-wrap;
  word-break: break-word;
}

.hp2-dashboard-calendar-card {
  overflow: hidden;
}

.hp2-dashboard-calendar-placeholder-time {
  display: block;
  height: 1.5rem;
  width: 3.25rem;
}

.hp2-dashboard-calendar-list {
  max-height: 24rem;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.hp2-dashboard-calendar-item {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}

.hp2-dashboard-calendar-time {
  border-radius: var(--tblr-border-radius);
  font-variant-numeric: tabular-nums;
  min-width: 3.25rem;
  text-align: center;
}

.hp2-dashboard-calendar-title {
  min-width: 0;
}

.hp2-dashboard-tasks-card {
  overflow: hidden;
}

.hp2-dashboard-task-list {
  max-height: 24rem;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.hp2-dashboard-task-section {
  align-items: center;
  background: var(--tblr-bg-surface-secondary);
  border-bottom: 1px solid var(--tblr-border-color);
  display: flex;
  font-size: 0.7rem;
  font-weight: 700;
  gap: 0.3rem;
  letter-spacing: 0.04em;
  padding: 0.45rem 0.75rem;
  text-transform: uppercase;
}

.hp2-dashboard-task-item {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  min-width: 0;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.hp2-dashboard-task-item.is-pinned {
  background: color-mix(in srgb, var(--tblr-orange) 11%, transparent);
  border-left: 0.2rem solid var(--tblr-orange);
  font-weight: 700;
}

.hp2-dashboard-task-title {
  flex: 1 1 auto;
  min-width: 0;
}

.hp2-dashboard-finance-divider {
  align-items: center;
  color: var(--tblr-secondary-color);
  display: flex;
  font-size: 0.7rem;
  font-weight: 700;
  gap: 0.65rem;
  line-height: 1;
  margin: 0 calc(-1 * var(--tblr-card-spacer-x, 1rem)) 1rem;
  text-transform: uppercase;
}

.hp2-dashboard-finance-divider::before,
.hp2-dashboard-finance-divider::after {
  border-top: 1px solid var(--tblr-border-color);
  content: "";
  flex: 1 1 auto;
  min-width: 0;
}

.hp2-dashboard-finance-divider > span {
  flex: 0 0 auto;
}

.hp2-device-approval-table {
  position: relative;
}

.hp2-device-approval-table:has(.hp2-device-approval-dropdown .dropdown-menu.show) {
  overflow: visible;
  z-index: 20;
}

.hp2-device-approval-dropdown .dropdown-menu {
  z-index: 1090;
}

.hp2-system-log-list {
  max-height: 32rem;
  min-height: 18rem;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.hp2-system-log-day + .hp2-system-log-day {
  border-top: 1px solid var(--tblr-border-color);
}

.hp2-system-log-day-title {
  background: var(--tblr-bg-surface);
  color: var(--tblr-primary);
  font-weight: 700;
  padding: 0.75rem 0.875rem 0.35rem;
}

.hp2-system-log-entry {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 0.25rem 0.875rem;
}

.hp2-system-log-entry:last-child {
  padding-bottom: 0.75rem;
}

.hp2-system-log-actor {
  font-weight: 600;
}

.hp2-system-log-time {
  color: var(--tblr-secondary);
}

.hp2-system-log-empty {
  padding: 0.875rem;
}

.hp2-actions-menu .dropdown-item,
.hp2-wall-actions-menu .dropdown-item {
  text-align: right;
}

.hp2-wall-spinner {
  animation: hp2-wall-spin 0.7s linear infinite;
  border: 2px solid var(--tblr-border-color);
  border-top-color: var(--tblr-primary);
  border-radius: 50%;
  display: inline-block;
  height: 1rem;
  vertical-align: -0.125rem;
  width: 1rem;
}

@keyframes hp2-wall-spin {
  to {
    transform: rotate(360deg);
  }
}

.hp2-wall-offcanvas {
  height: 100dvh;
  max-width: 100vw;
  width: min(31rem, 100vw) !important;
}

.hp2-wall-offcanvas > .offcanvas-header {
  flex: 0 0 auto;
  gap: 0.75rem;
}

.hp2-wall-offcanvas > .offcanvas-header .offcanvas-title {
  min-width: 0;
}

.hp2-wall-highlights-menu {
  max-width: calc(100vw - 1.5rem);
  overflow: hidden;
  width: 22rem;
}

.hp2-wall-highlights-heading {
  border-bottom: 1px solid var(--tblr-border-color);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.65rem 0.8rem;
}

.hp2-wall-highlights-list {
  max-height: min(22rem, 55dvh);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.hp2-wall-highlight-item {
  display: block;
  min-width: 0;
  padding-bottom: 0.55rem;
  padding-top: 0.55rem;
  text-align: left;
  width: 100%;
}

.hp2-wall-highlight-item-author,
.hp2-wall-highlight-item-excerpt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hp2-wall-highlight-item-author {
  font-size: 0.72rem;
  font-weight: 700;
}

.hp2-wall-highlight-item-excerpt {
  color: var(--tblr-secondary);
  font-size: 0.78rem;
}

.hp2-wall-shell {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.hp2-wall-history {
  background:
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--tblr-primary) 4%, transparent),
      transparent 12rem
    ),
    var(--tblr-bg-surface-secondary);
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-behavior: auto;
}

.hp2-wall-loader {
  align-items: center;
  display: flex;
  height: 2.75rem;
  justify-content: center;
  width: 100%;
}

.hp2-wall-loader[hidden] {
  display: none;
}

.hp2-wall-messages {
  padding: 0.65rem 0.75rem 0.9rem;
}

.hp2-wall-empty {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100%;
  padding: 2rem 1rem;
  text-align: center;
}

.hp2-wall-empty[hidden] {
  display: none;
}

.hp2-wall-day-separator {
  background: color-mix(in srgb, var(--tblr-bg-surface) 90%, transparent);
  border: 1px solid var(--tblr-border-color);
  border-radius: 999px;
  color: var(--tblr-secondary);
  font-size: 0.7rem;
  font-weight: 700;
  margin: 0.7rem auto;
  padding: 0.2rem 0.65rem;
  text-align: center;
  width: max-content;
}

.hp2-wall-messages .hp2-wall-post {
  background: transparent;
  display: flex;
  flex-direction: column;
  padding: 0.2rem 0;
}

.hp2-wall-messages .hp2-wall-post + .hp2-wall-post {
  margin-top: 0.15rem;
}

.hp2-wall-messages .hp2-wall-post-own {
  align-items: flex-end;
}

.hp2-wall-messages .hp2-wall-post-highlighted .hp2-wall-message {
  border-color: color-mix(in srgb, var(--tblr-warning) 72%, var(--tblr-border-color));
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--tblr-warning) 22%, transparent);
}

.hp2-wall-messages .hp2-wall-post-focus .hp2-wall-message {
  animation: hp2-wall-message-focus 1.8s ease-out;
}

@keyframes hp2-wall-message-focus {
  0%,
  35% {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--tblr-primary) 55%, transparent);
  }

  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

.hp2-wall-messages .hp2-wall-post-body {
  max-width: 86%;
  min-width: 7rem;
}

.hp2-wall-messages .hp2-wall-post-head {
  align-items: center;
  display: flex;
  gap: 0.35rem;
  min-height: 1.75rem;
  padding: 0 0.25rem;
}

.hp2-wall-messages .hp2-wall-author {
  font-size: 0.75rem;
}

.hp2-wall-messages .hp2-wall-highlight-badge {
  align-items: center;
  color: var(--tblr-warning);
  display: inline-flex;
  flex: 0 0 auto;
}

.hp2-wall-messages .hp2-wall-highlight-badge .icon {
  height: 0.9rem;
  width: 0.9rem;
}

.hp2-wall-messages .hp2-wall-action-toggle {
  height: 1.65rem;
  min-height: 1.65rem;
  width: 1.65rem;
}

.hp2-wall-messages .hp2-wall-message {
  background: var(--tblr-bg-surface);
  border: 1px solid var(--tblr-border-color);
  border-radius: 0.2rem 1rem 1rem 1rem;
  box-shadow: 0 0.1rem 0.3rem rgb(0 0 0 / 4%);
  overflow-wrap: anywhere;
  padding: 0.55rem 0.75rem;
  white-space: pre-wrap;
  word-break: break-word;
}

.hp2-wall-messages .hp2-wall-reply-quote {
  border-left: 3px solid color-mix(in srgb, var(--tblr-primary) 65%, var(--tblr-border-color));
  color: var(--tblr-secondary);
  margin: -0.1rem 0 0.45rem;
  max-width: 100%;
  padding: 0.15rem 0 0.15rem 0.5rem;
}

.hp2-wall-messages .hp2-wall-reply-quote[data-hp2-wall-reply-jump] {
  cursor: pointer;
}

.hp2-wall-messages .hp2-wall-reply-author,
.hp2-wall-messages .hp2-wall-reply-message {
  display: block;
}

.hp2-wall-messages .hp2-wall-reply-author {
  color: var(--tblr-primary);
  font-size: 0.7rem;
  font-weight: 700;
}

.hp2-wall-messages .hp2-wall-reply-message {
  font-size: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hp2-wall-messages .hp2-wall-message-text {
  white-space: pre-wrap;
}

.hp2-wall-messages .hp2-wall-image-link {
  background: var(--tblr-bg-surface-secondary);
  border-radius: 0.65rem;
  display: block;
  line-height: 0;
  overflow: hidden;
}

.hp2-wall-messages .hp2-wall-image {
  display: block;
  height: auto;
  max-height: min(28rem, 52dvh);
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.hp2-wall-messages .hp2-wall-image-link + .hp2-wall-message-text {
  margin-top: 0.5rem;
}

.hp2-wall-messages .hp2-wall-post-own .hp2-wall-message {
  background: color-mix(in srgb, var(--tblr-primary) 16%, var(--tblr-bg-surface));
  border-color: color-mix(in srgb, var(--tblr-primary) 30%, var(--tblr-border-color));
  border-radius: 1rem 0.2rem 1rem 1rem;
}

.hp2-wall-messages .hp2-wall-post-footer {
  align-items: center;
  color: var(--tblr-secondary);
  display: flex;
  font-size: 0.66rem;
  gap: 0.35rem;
  min-height: 1rem;
  padding: 0.15rem 0.3rem 0;
}

.hp2-wall-messages .hp2-wall-post-own .hp2-wall-post-footer {
  justify-content: flex-end;
}

.hp2-wall-messages .hp2-wall-edited::before {
  content: "·";
  margin-right: 0.35rem;
}

.hp2-wall-messages .hp2-wall-read-receipts {
  align-items: center;
  color: var(--tblr-primary);
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.05rem;
  line-height: 1;
  max-width: 100%;
}

.hp2-wall-messages .hp2-wall-read-receipts:empty {
  display: none;
}

.hp2-wall-messages .hp2-wall-read-tick {
  font-size: 0.72rem;
  font-weight: 800;
}

.hp2-wall-composer {
  background: var(--tblr-bg-surface);
  flex: 0 0 auto;
  padding: 0.65rem max(0.65rem, env(safe-area-inset-right))
    max(0.65rem, env(safe-area-inset-bottom))
    max(0.65rem, env(safe-area-inset-left));
}

.hp2-wall-composer-controls {
  align-items: flex-end;
  display: flex;
  gap: 0.35rem;
  min-width: 0;
}

.hp2-wall-reply-composer {
  align-items: center;
  background: var(--tblr-bg-surface-secondary);
  border-left: 3px solid var(--tblr-primary);
  border-radius: var(--tblr-border-radius);
  display: flex;
  gap: 0.5rem;
  min-width: 0;
  padding: 0.35rem 0.4rem 0.35rem 0.65rem;
}

.hp2-wall-reply-composer[hidden] {
  display: none;
}

.hp2-wall-reply-composer-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.hp2-wall-reply-composer-content strong {
  color: var(--tblr-primary);
  font-size: 0.72rem;
}

.hp2-wall-reply-composer-content span {
  color: var(--tblr-secondary);
  font-size: 0.78rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hp2-wall-image-composer {
  align-items: center;
  background: var(--tblr-bg-surface-secondary);
  border-radius: var(--tblr-border-radius);
  display: flex;
  gap: 0.55rem;
  min-width: 0;
  padding: 0.4rem;
}

.hp2-wall-image-composer[hidden] {
  display: none;
}

.hp2-wall-image-composer img {
  background: var(--tblr-bg-surface);
  border-radius: 0.4rem;
  flex: 0 0 auto;
  height: 3rem;
  object-fit: cover;
  width: 3rem;
}

.hp2-wall-image-composer-info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.hp2-wall-image-composer-info strong {
  font-size: 0.72rem;
}

.hp2-wall-image-composer-info span {
  color: var(--tblr-secondary);
  font-size: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hp2-wall-composer-controls > .dropdown,
.hp2-wall-composer-controls > .btn {
  flex: 0 0 auto;
}

.hp2-wall-input-shell {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
}

.hp2-wall-edit-input-shell {
  position: relative;
}

.hp2-wall-edit-input {
  padding-right: 3rem;
}

.hp2-wall-input {
  max-height: 7rem;
  min-height: 2.5rem;
  min-width: 0;
  overflow-wrap: anywhere;
  padding-right: 3rem;
  resize: none;
  white-space: pre-wrap;
  width: 100%;
  word-break: break-word;
}

.hp2-wall-emoji-dropdown {
  bottom: 0;
  position: absolute;
  right: 0.1rem;
  z-index: 2;
}

.hp2-wall-emoji-toggle {
  align-items: center;
  display: inline-flex;
  height: 2.5rem;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0;
  width: 2.5rem;
}

.hp2-wall-emoji-trigger {
  align-items: center;
  display: inline-flex;
  font-size: 1.35rem;
  height: 100%;
  justify-content: center;
  line-height: 1;
  width: 100%;
}

.hp2-wall-emoji-menu {
  max-width: calc(100vw - 1.5rem);
  overflow: hidden;
  width: 25rem;
}

.hp2-wall-emoji-tabs {
  align-items: center;
  border-bottom: 1px solid var(--tblr-border-color);
  display: flex;
  gap: 0.15rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0.35rem;
  scrollbar-width: none;
}

.hp2-wall-emoji-tabs::-webkit-scrollbar {
  display: none;
}

.hp2-wall-emoji-category {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: var(--tblr-border-radius);
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 2.5rem;
  font-size: 1.2rem;
  height: 2.5rem;
  justify-content: center;
  padding: 0;
}

.hp2-wall-emoji-category:hover,
.hp2-wall-emoji-category:focus-visible {
  background: var(--tblr-bg-surface-secondary);
  outline: 2px solid color-mix(in srgb, var(--tblr-primary) 45%, transparent);
  outline-offset: -2px;
}

.hp2-wall-emoji-category[aria-selected="true"] {
  background: color-mix(in srgb, var(--tblr-primary) 16%, transparent);
  color: var(--tblr-primary);
}

.hp2-wall-emoji-grid {
  display: grid;
  gap: 0.2rem;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  max-height: 18rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0.5rem;
  scrollbar-gutter: stable;
}

.hp2-wall-emoji-option {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: var(--tblr-border-radius);
  cursor: pointer;
  display: flex;
  font-size: 1.35rem;
  height: 2.5rem;
  justify-content: center;
  padding: 0;
}

.hp2-wall-emoji-option:hover,
.hp2-wall-emoji-option:focus-visible {
  background: var(--tblr-bg-surface-secondary);
  outline: 2px solid color-mix(in srgb, var(--tblr-primary) 45%, transparent);
  outline-offset: -2px;
}

.hp2-wall-emoji-footer {
  align-items: center;
  border-top: 1px solid var(--tblr-border-color);
  color: var(--tblr-secondary);
  display: flex;
  font-size: 0.65rem;
  gap: 0.5rem;
  justify-content: space-between;
  min-height: 1.8rem;
  padding: 0.3rem 0.6rem;
}

@media (max-width: 575.98px) {
  .hp2-wall-offcanvas {
    width: 100vw !important;
  }

  .hp2-wall-offcanvas > .offcanvas-header {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .hp2-wall-messages {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }

  .hp2-wall-messages .hp2-wall-post-body {
    max-width: 90%;
  }

  .hp2-wall-emoji-menu {
    width: min(22.5rem, calc(100vw - 1.1rem));
  }

  .hp2-wall-highlights-menu {
    width: min(22rem, calc(100vw - 1.1rem));
  }

  .hp2-wall-emoji-toggle,
  .hp2-wall-emoji-category,
  .hp2-wall-emoji-option {
    height: 2.75rem;
    min-height: 2.75rem;
  }

  .hp2-wall-emoji-toggle,
  .hp2-wall-emoji-category {
    width: 2.75rem;
  }

  .hp2-wall-emoji-category {
    flex-basis: 2.75rem;
  }

  .hp2-wall-input {
    min-height: 2.75rem;
  }

  .hp2-wall-emoji-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    max-height: min(18rem, 44dvh);
  }
}

.hp2-calendar-side-card {
  position: sticky;
  top: 5rem;
}

.hp2-calendar-next-event {
  min-height: 1.5rem;
}

.hp2-calendar-next-event-badge {
  color: var(--hp2-calendar-next-event-text-color) !important;
  display: inline-flex;
  line-height: 1.35;
  max-width: 100%;
  text-align: left;
  white-space: normal;
  word-break: break-word;
}

.hp2-calendar-next-event-badge-custom {
  background-color: color-mix(in srgb, var(--hp2-calendar-next-event-color) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--hp2-calendar-next-event-color) 34%, transparent);
  color: var(--hp2-calendar-next-event-text-color);
}

.hp2-calendar-palette-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hp2-calendar-palette-button {
  align-items: center;
  border: 1px solid var(--tblr-border-color);
  border-color: color-mix(in srgb, currentColor 35%, transparent);
  border-radius: var(--tblr-border-radius);
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 700;
  height: 2.25rem;
  justify-content: center;
  line-height: 1;
  min-width: 2.25rem;
  padding: 0;
  width: 2.25rem;
}

.hp2-calendar-palette-button.active {
  box-shadow: 0 0 0 0.1875rem color-mix(in srgb, var(--tblr-primary) 30%, transparent);
  outline: 2px solid var(--tblr-primary);
  outline-offset: 2px;
}

.hp2-trash-card {
  overflow: visible;
  position: relative;
}

.hp2-trash-card.is-dropdown-open {
  z-index: 4;
}

.hp2-trash-card-actions {
  position: absolute;
  right: -0.375rem;
  top: -0.375rem;
  z-index: 2;
}

.hp2-trash-card-actions-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--tblr-primary);
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  height: 1.75rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: relative;
  width: 1.75rem;
  z-index: 1;
}

.hp2-trash-card-actions-toggle:hover,
.hp2-trash-card-actions-toggle:focus-visible {
  background: transparent;
  color: var(--tblr-primary);
}

.hp2-trash-card-actions-toggle .icon {
  height: 1rem;
  margin: 0;
  stroke-width: 3;
  width: 1rem;
}

.hp2-trash-card-actions .dropdown-menu {
  min-width: 10rem;
  z-index: 1080;
}

.hp2-nutrient-table {
  table-layout: fixed;
  width: 100%;
}

.hp2-nutrient-table-brand-col {
  width: 16%;
}

.hp2-nutrient-table-name-col {
  width: 15%;
}

.hp2-nutrient-table-description-col {
  width: 49%;
}

.hp2-nutrient-table-unit-col {
  width: 8%;
}

.hp2-nutrient-table-convert-col {
  width: 8%;
}

.hp2-nutrient-table-actions-col {
  width: 4%;
}

.hp2-nutrient-table td:last-child,
.hp2-nutrient-table th:last-child {
  text-align: center;
}

@media (max-width: 767.98px) {
  .hp2-nutrient-table-mobile-hidden {
    display: none;
  }

  .hp2-nutrient-table-brand-col {
    width: 36%;
  }

  .hp2-nutrient-table-name-col {
    width: 25%;
  }

  .hp2-nutrient-table-description-col {
    width: auto;
  }

  .hp2-nutrient-table-actions-col {
    width: 3.25rem;
  }

  .hp2-nutrient-table th,
  .hp2-nutrient-table td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .hp2-nutrient-table-brand-badge {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 575.98px) and (orientation: portrait) {
  .hp2-nutrient-table-portrait-hidden {
    display: none;
  }

  .hp2-nutrient-table-brand-col {
    width: 45%;
  }

  .hp2-nutrient-table-name-col {
    width: auto;
  }
}

.hp2-nutrient-brand-badge {
  max-width: 100%;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

.hp2-nutrient-description-more {
  background: transparent;
  border: 0;
  color: var(--tblr-blue);
  cursor: pointer;
  display: inline;
  font: inherit;
  font-weight: 700;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.hp2-nutrient-description-more:hover {
  text-decoration: underline;
}

.hp2-nutrient-selected-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
}

.hp2-nutrient-brand-clear {
  background-image: none;
  color: inherit;
  flex: 0 0 auto;
  height: 0.875rem;
  margin: 0;
  opacity: 0.85;
  padding: 0;
  position: relative;
  width: 0.875rem;
}

.hp2-nutrient-brand-clear::before,
.hp2-nutrient-brand-clear::after {
  background: currentColor;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0.875rem;
}

.hp2-nutrient-brand-clear::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.hp2-nutrient-brand-clear::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

[data-hp2-nutrient-brand-list].is-fading-in,
[data-hp2-nutrient-table-body].is-fading-in {
  animation: hp2NutrientContentFadeIn 260ms ease-out both;
}

@keyframes hp2NutrientContentFadeIn {
  from {
    opacity: 0;
    transform: translateY(0.25rem);
  }

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

.hp2-nutrient-brand-picker,
.hp2-nutrient-palette-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hp2-nutrient-brand-picker-button {
  align-items: center;
  display: inline-flex;
  min-height: 2.25rem;
}

.hp2-nutrient-palette-button {
  align-items: center;
  border: 1px solid var(--tblr-border-color);
  border-color: color-mix(in srgb, currentColor 35%, transparent);
  border-radius: var(--tblr-border-radius);
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  height: 2.25rem;
  justify-content: center;
  line-height: 1;
  min-width: 2.75rem;
  padding: 0;
  width: 2.75rem;
}

.hp2-nutrient-palette-button.active {
  box-shadow: 0 0 0 0.1875rem color-mix(in srgb, var(--tblr-primary) 30%, transparent);
  outline: 2px solid var(--tblr-primary);
  outline-offset: 2px;
}

.hp2-mini-calendar {
  display: grid;
  gap: 0.75rem;
}

.hp2-mini-calendar-header {
  align-items: center;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 2rem minmax(0, 1fr) 2rem;
}

.hp2-mini-calendar-title {
  font-weight: 700;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hp2-mini-calendar-weekdays,
.hp2-mini-calendar-days {
  display: grid;
  gap: 0.25rem;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.hp2-mini-calendar-weekdays {
  color: var(--tblr-secondary);
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}

.hp2-mini-calendar-day {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--tblr-border-radius);
  color: var(--tblr-body-color);
  display: inline-flex;
  font-size: 0.8125rem;
  font-weight: 600;
  justify-content: center;
  min-width: 0;
  padding: 0;
  position: relative;
}

.hp2-mini-calendar-day:hover {
  background: var(--tblr-bg-surface-secondary);
}

.hp2-mini-calendar-day:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.hp2-mini-calendar-day:disabled:hover {
  background: transparent;
}

.hp2-mini-calendar-day.is-outside {
  color: var(--tblr-secondary);
  opacity: 0.55;
}

.hp2-mini-calendar-day.is-today {
  background: var(--tblr-primary-lt);
  border-color: color-mix(in srgb, var(--tblr-primary) 55%, transparent);
  color: var(--tblr-primary);
}

.hp2-mini-calendar-day.is-selected {
  background: var(--tblr-primary);
  border-color: var(--tblr-primary);
  color: var(--tblr-primary-fg);
}

.hp2-mini-calendar-dots {
  bottom: 0.2rem;
  display: flex;
  gap: 0.125rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.hp2-mini-calendar-dot {
  background: var(--tblr-teal);
  border-radius: 999px;
  height: 0.25rem;
  width: 0.25rem;
}

.hp2-mini-calendar-day.is-selected .hp2-mini-calendar-dot {
  background: currentColor;
}

.hp2-calendar-main-card .card-body {
  min-height: 38rem;
}

.hp2-calendar-view {
  min-height: 34rem;
}

.hp2-calendar-page .fc {
  --fc-border-color: var(--tblr-border-color);
  --fc-event-text-color: #fff;
  --fc-neutral-bg-color: var(--tblr-bg-surface-secondary);
  --fc-page-bg-color: var(--tblr-bg-surface);
  --fc-today-bg-color: color-mix(in srgb, var(--tblr-primary) 22%, transparent);
  color: var(--tblr-body-color);
}

.hp2-calendar-page .fc .fc-scrollgrid {
  border-radius: var(--tblr-border-radius);
  overflow: hidden;
}

.hp2-calendar-page .fc .fc-col-header-cell-cushion,
.hp2-calendar-page .fc .fc-daygrid-day-number {
  color: inherit;
  text-decoration: none;
}

.hp2-calendar-page .fc .fc-col-header-cell-cushion {
  display: block;
  font-weight: 700;
  padding: 0.65rem 0.5rem;
}

.hp2-calendar-page .fc .fc-daygrid-day-number {
  font-weight: 700;
  padding: 0.45rem 0.55rem;
}

.hp2-calendar-page .fc .fc-daygrid-day-frame {
  min-height: 7rem;
}

.hp2-calendar-page .fc .fc-day-today .fc-daygrid-day-number {
  color: var(--tblr-primary);
}

.hp2-calendar-page .fc .hp2-calendar-selected-date {
  background: color-mix(in srgb, var(--tblr-primary) 12%, transparent);
}

.hp2-calendar-page .fc .fc-timegrid .hp2-calendar-selected-date {
  background: color-mix(in srgb, var(--tblr-secondary) 14%, transparent);
}

.hp2-calendar-page .fc .fc-day-today,
.hp2-calendar-page .fc .fc-timegrid .fc-day-today,
.hp2-calendar-page .fc .fc-timegrid .fc-day-today.hp2-calendar-selected-date {
  background: color-mix(in srgb, var(--tblr-primary) 22%, transparent);
}

.hp2-calendar-page .fc .fc-event {
  border-radius: var(--tblr-border-radius);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.075rem 0.2rem;
}

.hp2-calendar-page .fc .fc-more-popover {
  border-color: var(--tblr-primary);
  box-shadow: var(--tblr-box-shadow);
}

.hp2-calendar-page .fc .fc-more-popover .fc-popover-header,
.hp2-calendar-page .fc .fc-more-popover .fc-popover-body {
  background: var(--tblr-primary);
  color: var(--tblr-primary-fg);
}

.hp2-calendar-page .fc .fc-more-popover .fc-popover-close,
.hp2-calendar-page .fc .fc-more-popover .fc-event,
.hp2-calendar-page .fc .fc-more-popover .fc-event-main,
.hp2-calendar-page .fc .fc-more-popover .fc-event-time,
.hp2-calendar-page .fc .fc-more-popover .fc-event-title {
  color: var(--tblr-primary-fg) !important;
}

.hp2-calendar-page .fc .fc-more-popover .fc-daygrid-event-dot {
  border-color: var(--tblr-primary-fg) !important;
}

.hp2-calendar-page .fc .fc-timegrid-slot {
  height: 2.75rem;
}

.hp2-calendar-page .fc .fc-timegrid-axis-cushion,
.hp2-calendar-page .fc .fc-timegrid-slot-label-cushion {
  color: var(--tblr-secondary);
  font-size: 0.75rem;
}

@media (max-width: 991.98px) {
  .hp2-calendar-side-card {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .hp2-calendar-main-card .card-body {
    min-height: 30rem;
    padding: 0.75rem;
  }

  .hp2-calendar-view {
    min-height: 28rem;
  }

  .hp2-calendar-page .fc .fc-daygrid-day-frame {
    min-height: 5.75rem;
  }

.hp2-calendar-page .fc .fc-event {
  font-size: 0.6875rem;
}
}

.hp2-recipe-card {
  overflow: hidden;
}

[data-hp2-recipe-step] {
  cursor: pointer;
}

[data-hp2-recipe-step]:hover .text-secondary,
[data-hp2-recipe-step]:hover a {
  color: var(--tblr-primary) !important;
}

[data-hp2-recipe-comments-list] {
  max-height: 24rem;
  overflow-y: auto;
}

.hp2-recipe-edit-drag-handle {
  cursor: grab;
}

.hp2-recipe-edit-row-dragging {
  opacity: .55;
}

.hp2-recipe-edit-row-drop {
  outline: 2px solid var(--tblr-primary);
  outline-offset: -2px;
}

.hp2-recipe-edit-amount {
  min-width: 7rem;
}

.hp2-recipe-edit-unit {
  min-width: 5rem;
}

.hp2-recipe-placeholder,
.hp2-recipe-content {
  transition: opacity 180ms ease;
}

.hp2-recipe-placeholder[hidden],
.hp2-recipe-content[hidden] {
  display: none !important;
}

.hp2-recipe-placeholder.is-hiding {
  opacity: 0;
}

.hp2-recipe-content.is-fading-in {
  animation: hp2RecipeContentFadeIn 260ms ease-out both;
}

@keyframes hp2RecipeContentFadeIn {
  from {
    opacity: 0;
    transform: translateY(0.25rem);
  }

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

.hp2-storage-content-cell {
  min-width: 12rem;
  max-width: 24rem;
}

.hp2-storage-content-preview {
  display: block;
  width: 100%;
  max-width: 24rem;
  border: 0;
  padding: 0.4rem 0.55rem;
  color: inherit;
  font: inherit;
  line-height: 1.4;
  text-align: left;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  cursor: pointer;
}

.hp2-storage-content-preview:hover,
.hp2-storage-content-preview:focus-visible {
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--tblr-success) 45%, transparent);
}

.hp2-storage-content-full {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hp2-task-card-column {
  cursor: grab;
  touch-action: pan-y;
}

.hp2-task-card-column:active,
.hp2-task-item-drag-handle:active,
.hp2-task-edit-drag-handle:active {
  cursor: grabbing;
}

.hp2-task-card .card-header {
  touch-action: none;
}

.hp2-task-card-column button,
.hp2-task-card-column a,
.hp2-task-card-column input,
.hp2-task-card-column textarea,
.hp2-task-card-column select,
.hp2-task-card-column .dropdown-menu {
  cursor: pointer;
}

.hp2-task-card {
  overflow: visible;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.hp2-task-card-column:hover .hp2-task-card {
  box-shadow: var(--tblr-box-shadow-lg);
}

.hp2-task-card-column.hp2-task-focus-target .hp2-task-card {
  box-shadow: 0 0 0 0.3rem color-mix(in srgb, var(--tblr-orange) 30%, transparent), var(--tblr-box-shadow-lg);
  outline: 0.22rem solid var(--tblr-orange);
  outline-offset: 0.12rem;
  transform: scale(1.025);
  transition: box-shadow 1.8s ease, outline-color 1.8s ease, transform 1.8s ease;
}

.hp2-task-card-column.hp2-task-focus-target .card-title {
  font-weight: 800;
  transition: font-weight 1.8s ease;
}

.hp2-task-card-column.hp2-task-focus-target.is-fading .hp2-task-card {
  box-shadow: 0 0 0 0 transparent;
  outline-color: transparent;
  transform: none;
}

.hp2-task-card-column.hp2-task-focus-target.is-fading .card-title {
  font-weight: 500;
}

.hp2-task-card.has-custom-palette {
  background: var(--hp2-task-background-color);
  color: var(--hp2-task-text-color);
}

.hp2-task-card.has-custom-palette .card-header,
.hp2-task-card.has-custom-palette .card-footer,
.hp2-task-card.has-custom-palette .list-group-item {
  background: transparent;
  border-color: color-mix(in srgb, var(--hp2-task-text-color) 24%, transparent);
  color: var(--hp2-task-text-color);
}

.hp2-task-card.has-custom-palette .card-title,
.hp2-task-card.has-custom-palette .card-subtitle,
.hp2-task-card.has-custom-palette .text-secondary,
.hp2-task-card.has-custom-palette pre,
.hp2-task-card.has-custom-palette code,
.hp2-task-card.has-custom-palette .btn {
  color: var(--hp2-task-text-color) !important;
}

.hp2-task-card.has-custom-palette .card-footer .btn {
  --tblr-btn-color: var(--hp2-task-text-color);
  --tblr-btn-hover-color: var(--hp2-task-text-color);
  --tblr-btn-active-color: var(--hp2-task-text-color);
  --tblr-btn-icon-color: var(--hp2-task-text-color);
}

.hp2-task-card.has-custom-palette .card-footer .btn .icon {
  color: var(--hp2-task-text-color) !important;
}

.hp2-task-card.has-custom-palette .card-footer .btn svg[fill="currentColor"] {
  fill: var(--hp2-task-text-color) !important;
}

.hp2-task-card.has-custom-palette .card-footer .btn svg[stroke="currentColor"] {
  stroke: var(--hp2-task-text-color) !important;
}

.hp2-task-card.has-custom-palette .list-group-item.active {
  background: color-mix(in srgb, var(--hp2-task-text-color) 16%, transparent);
}

.hp2-task-description {
  background: transparent;
  color: inherit;
  font-family: inherit;
  line-height: 1.45;
  margin-bottom: 0;
  max-height: 12rem;
  overflow-y: auto !important;
  white-space: pre-wrap;
  word-break: break-word;
}

.hp2-task-item {
  touch-action: pan-y;
}

.hp2-task-item-drag-handle,
.hp2-task-edit-drag-handle {
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.hp2-task-item.active [data-hp2-task-item-title] {
  text-decoration: line-through;
  opacity: 0.8;
}

.hp2-task-sort-placeholder {
  border: 2px dashed color-mix(in srgb, var(--tblr-primary) 60%, transparent);
  border-radius: var(--tblr-border-radius);
  background: color-mix(in srgb, var(--tblr-primary) 8%, transparent);
  min-height: 5rem;
}

.hp2-task-sort-dragging {
  cursor: grabbing !important;
  margin: 0 !important;
  opacity: 0.92;
  pointer-events: none;
  position: fixed !important;
  z-index: 1090;
}

.hp2-task-sort-dragging .hp2-task-card {
  box-shadow: var(--tblr-box-shadow-lg);
  transform: rotate(1deg) scale(1.015);
}

.hp2-task-edit-items {
  max-height: 22rem;
  overflow-y: auto;
}

.hp2-task-edit-item {
  touch-action: pan-y;
}

.hp2-task-palette-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hp2-task-palette-button {
  border: 1px solid color-mix(in srgb, currentColor 32%, transparent);
  border-radius: var(--tblr-border-radius);
  display: inline-flex;
  height: 2.75rem;
  min-width: 3.25rem;
  outline: 0;
  width: 3.25rem;
}

.hp2-task-palette-button.active {
  box-shadow: 0 0 0 0.1875rem color-mix(in srgb, var(--tblr-primary) 30%, transparent);
  outline: 2px solid var(--tblr-primary);
  outline-offset: 2px;
}

[data-hp2-task-comments-list] {
  max-height: 24rem;
  min-height: 8rem;
  overflow-y: auto;
}

@media (prefers-reduced-motion: reduce) {
  .hp2-task-card,
  .hp2-task-sort-dragging .hp2-task-card,
  .hp2-task-card-column.hp2-task-focus-target .hp2-task-card,
  .hp2-task-card-column.hp2-task-focus-target .card-title {
    transition: none;
    transform: none;
  }
}
