section.bph-hero {
  padding-bottom: 0px !important;
}
.ht-layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.ht-layout__main {
  flex: 1;
}
.ht-layout__footer {
  background: #4BA559;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 20px 24px;
  font-size: 13px;
}
.ht-layout__footer p {
  margin: 0;
}
.ht-nav {
  background: #4BA559;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.ht-nav__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  height: 56px;
  gap: 32px;
}
.ht-nav__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.ht-nav__skk-start {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.9;
}
.ht-nav__skk-start:hover {
  opacity: 1;
}
.ht-nav__skk-icon {
  opacity: 0.8;
}
.ht-nav__divider {
  opacity: 0.4;
  font-size: 18px;
}
.ht-nav__test-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.ht-nav__logo {
  height: 32px;
  width: auto;
}
.ht-nav__test-name {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.ht-nav__links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
  flex: 1;
}
.ht-nav__links li {
  position: relative;
}
.ht-nav__links li:hover .ht-nav__dropdown {
  display: block;
}
.ht-nav__link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  white-space: nowrap;
  transition: background 0.15s;
}
.ht-nav__link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.ht-nav__chevron {
  font-size: 10px;
  opacity: 0.7;
}
.ht-nav__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  min-width: 180px;
  list-style: none;
  padding: 6px 0;
  margin: 0;
}
.ht-nav__dropdown a {
  display: block;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.ht-nav__dropdown a:hover {
  background: #f5f5f5;
}
.ht-nav__account {
  position: relative;
}
.ht-nav__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.ht-nav__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.15s;
}
.ht-nav__btn--ghost {
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  color: #fff;
}
.ht-nav__btn--ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.ht-nav__btn--solid {
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
.ht-nav__btn--solid:hover {
  background: rgba(255, 255, 255, 0.25);
}
.ht-nav__mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}
.ht-nav__mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}
.ht-nav__mobile-menu {
  flex-direction: column;
  padding: 12px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: none;
}
.ht-nav__mobile-menu--open {
  display: flex;
}
.ht-nav__mobile-link {
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ht-nav__mobile-link:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .ht-nav__links,
  .ht-nav__actions {
    display: none;
  }
  .ht-nav__mobile-toggle {
    display: flex;
  }
}
.bph-flow-footer {
  background: #4BA559;
  color: rgba(255, 255, 255, 0.85);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  text-align: center;
  padding: 20px 24px;
  font-size: 13px;
}
.bph-flow-footer p {
  margin: 0;
}
.bph-page {
  position: relative;
}
.bph-page__bg {
  position: fixed;
  inset: 0;
  background: url('/img/bph-hero-bg.jpg') center / cover no-repeat;
  transform: scale(1.05);
  z-index: -2;
}
.bph-page__overlay {
  position: fixed;
  inset: 0;
  background: rgba(55, 75, 50, 0.35);
  z-index: -1;
}
.bph-hero {
  position: relative;
}
.bph-hero__content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px;
  display: flex;
  gap: 40px;
  align-items: stretch;
}
@media (max-width: 900px) {
  .bph-hero__content {
    flex-direction: column;
    padding: 32px 16px;
  }
}
.bph-hero__left {
  flex: 0 0 340px;
  color: #fff;
}
@media (max-width: 900px) {
  .bph-hero__left {
    flex: none;
    width: 100%;
  }
}
.bph-hero__logo {
  margin-bottom: 24px;
}
.bph-hero__logo-img {
  max-width: 150px;
  height: auto;
}
.bph-hero__title {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 16px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 600px) {
  .bph-hero__title {
    font-size: 28px;
  }
}
.bph-hero__subtitle {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
  margin: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.bph-hero__right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .bph-hero__right {
    width: 100%;
  }
}
.bph-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.bph-modal__box {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  max-width: 520px;
  width: calc(100% - 48px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
}
.bph-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  line-height: 1;
}
.bph-modal__close:hover {
  color: #333;
}
.bph-modal__content h2 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #222;
}
.bph-modal__content p {
  margin: 0 0 8px;
  color: #555;
  line-height: 1.6;
}
.vue-map-container {
  height: 100%;
}
.ht-map {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ht-map__tabs {
  display: flex;
  border-bottom: 1px solid #eee;
}
.ht-map__tab {
  flex: 1;
  padding: 12px 16px;
  border: none;
  background: #f8f8f8;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  transition: all 0.15s;
}
.ht-map__tab:first-child {
  border-right: 1px solid #eee;
}
.ht-map__tab--active {
  background: #fff;
  color: var(--ht-primary);
  font-weight: 600;
}
.ht-map__tab:hover:not(.ht-map__tab--active) {
  background: #f0f0f0;
}
.ht-map__container {
  position: relative;
  flex: 1;
  min-height: 320px;
}
.ht-map__map-fill {
  position: absolute;
  inset: 0;
}
.ht-map__card {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  width: 220px;
  overflow: hidden;
  z-index: 10;
}
.ht-map__card-close {
  position: absolute;
  top: 6px;
  right: 8px;
  background: none;
  border: none;
  font-size: 18px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}
.ht-map__card-close:hover {
  color: #333;
}
.bph-map-card__body {
  padding: 30px 14px 14px;
}
.bph-map-card__organizer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.bph-map-card__title {
  font-size: 12px;
  font-weight: 600;
  color: #222;
  margin: 0 0 6px;
  line-height: 1.4;
}
.bph-map-card__meta {
  font-size: 11px;
  color: #666;
  margin: 0 0 4px;
}
.bph-map-card__meta:last-of-type {
  margin-bottom: 10px;
}
.bph-map-card__meta--full {
  color: #c0392b;
  font-weight: 600;
}
.bph-map-card__btn {
  display: block;
  background: #4BA559;
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: background 0.15s;
}
.bph-map-card__btn:hover {
  background: #3e894a;
}
.bph-map-card__fav-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #ddd;
  padding: 0;
  line-height: 1;
  flex-shrink: 0;
  transition: color 0.15s;
}
.bph-map-card__fav-btn--active {
  color: #e05a1e;
}
.bph-map-card__fav-btn:hover {
  color: #e05a1e;
}
.bph-uppfodar-cta {
  padding: 13px 28px;
  background: #4BA559;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s;
}
.bph-uppfodar-cta:hover {
  background: #3e894a;
}
.bph-event-list {
  background: transparent;
  padding: 20px 24px 48px;
}
.bph-event-list__inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.bph-event-list__top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.bph-event-list__title {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin: 0;
}
.bph-filters {
  margin-bottom: 24px;
}
.bph-filters__quick {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.bph-filters__quick-btn {
  padding: 8px 16px;
  border: 1.5px solid #ddd;
  background: #fff;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.15s;
  color: #555;
}
.bph-filters__quick-btn:hover {
  border-color: #4BA559;
  color: #4BA559;
}
.bph-filters__quick-btn--active {
  border-color: #4BA559;
  background: #4BA559;
  color: #fff;
}
.bph-filters__heart {
  color: #ccc;
}
.bph-filters__heart--active {
  color: #fff;
}
.bph-filters__dropdowns {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bph-filters__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 600px) {
  .bph-filters__row {
    grid-template-columns: 1fr;
  }
}
.bph-filters__select {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 13px;
  color: #555;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.bph-filters__select:focus {
  outline: none;
  border-color: #4BA559;
}
.bph-filters__select--trigger {
  width: 100%;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555;
  background-color: #fff;
}
.bph-filters__dropdown {
  position: relative;
  width: 100%;
}
.bph-filters__dropdown-list {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  overflow-y: auto;
  z-index: 9999;
}
.bph-filters__dropdown-item {
  padding: 8px 12px;
  font-size: 13px;
  color: #555;
  cursor: pointer;
}
.bph-filters__dropdown-item:hover {
  background: #f5f5f5;
}
.bph-filters__dropdown-item--active {
  color: #4BA559;
  font-weight: 500;
}
.bph-filters__date-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bph-filters__date-label {
  font-size: 11px;
  color: #888;
  font-weight: 500;
}
.bph-filters__date {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 13px;
  color: #555;
}
.bph-filters__date:focus {
  outline: none;
  border-color: #4BA559;
}
.bph-filters__actions {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.bph-filters__btn {
  padding: 9px 24px;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}
.bph-filters__btn--search {
  background: #4BA559;
  color: #fff;
}
.bph-filters__btn--search:hover {
  background: #3e894a;
}
.bph-filters__btn--reset {
  background: #e05a1e;
  color: #fff;
}
.bph-filters__btn--reset:hover {
  background: #c94e18;
}
.bph-table-wrap {
  overflow-x: auto;
}
.bph-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.bph-table th {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 2px solid #eee;
  color: #555;
  font-weight: 600;
  white-space: nowrap;
}
.bph-table__row {
  border-bottom: 1px solid #f0f0f0;
}
.bph-table__row:hover {
  background: #fafafa;
}
.bph-table td {
  padding: 12px;
  vertical-align: middle;
  color: #333;
}
.bph-table__col-fav {
  text-align: center;
  width: 60px;
}
.bph-table__col-actions {
  text-align: right;
  width: 90px;
}
.bph-table__edit-link {
  color: #4BA559;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}
.bph-table__edit-link:hover {
  text-decoration: underline;
}
.bph-table__nowrap {
  white-space: nowrap;
}
.bph-table__col-nr {
  width: 40px;
  color: #999;
  font-weight: 600;
}
.bph-table__event-link {
  color: #4BA559;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
}
.bph-table__event-link:hover {
  text-decoration: underline;
}
.bph-table__subtitle {
  font-size: 11px;
  color: #888;
  margin-top: 2px;
}
.bph-table__fav-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #ddd;
  padding: 2px;
  transition: color 0.15s;
}
.bph-table__fav-btn--active {
  color: #e05a1e;
}
.bph-table__fav-btn:hover {
  color: #e05a1e;
}
.bph-table__availability {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bph-table__spots-count {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  line-height: 1.2;
}
.bph-table__dot-label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
  flex-wrap: wrap;
}
.bph-table__dot-label small {
  display: block;
  width: 100%;
  padding-left: 13px;
  color: #666;
  font-weight: normal;
}
.bph-table__dot-label--few {
  color: #222;
}
.bph-table__dot-label--full {
  color: #222;
}
.bph-table__dot-label--available {
  color: #222;
}
.bph-table__dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.bph-table__dot-label--few .bph-table__dot {
  background: #ffc107;
}
.bph-table__dot-label--full .bph-table__dot {
  background: #e74c3c;
}
.bph-table__dot-label--available .bph-table__dot {
  background: #2e7d32;
}
.bph-table__empty {
  text-align: center;
  padding: 40px;
  color: #999;
}
.bph-create {
  background: #f5f5f5;
  min-height: calc(100vh - 56px);
  padding: 48px 24px;
}
.bph-create__inner {
  max-width: 800px;
  margin: 0 auto;
}
.bph-create__heading {
  font-size: 26px;
  font-weight: 800;
  color: #222;
  margin: 0 0 32px;
}
.bph-create__form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.bph-create__section {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.bph-create__section-title {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.bph-create__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 600px) {
  .bph-create__row {
    grid-template-columns: 1fr;
  }
}
.bph-create__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.bph-create__field:last-child {
  margin-bottom: 0;
}
.bph-create__label {
  font-size: 13px;
  font-weight: 600;
  color: #444;
}
.bph-create__required {
  color: #e74c3c;
}
.bph-create__input {
  padding: 9px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.15s;
}
.bph-create__input:focus {
  outline: none;
  border-color: #4BA559;
}
.bph-create__input--readonly {
  background: #f8f8f8;
  color: #888;
}
.bph-create__input--error {
  border-color: #e74c3c;
}
.bph-create__textarea {
  padding: 9px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  min-height: 100px;
  resize: vertical;
  font-family: inherit;
  transition: border-color 0.15s;
}
.bph-create__textarea:focus {
  outline: none;
  border-color: #4BA559;
}
.bph-create__file-input {
  font-size: 14px;
  color: #444;
}
.bph-create__select {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  transition: border-color 0.15s;
}
.bph-create__select:focus {
  outline: none;
  border-color: #4BA559;
}
.bph-create__select:disabled {
  background-color: #f8f8f8;
  color: #aaa;
  cursor: not-allowed;
}
.bph-create__select--error {
  border-color: #e74c3c;
}
.bph-create__select--trigger {
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bph-create__dropdown {
  position: relative;
  width: 100%;
}
.bph-create__dropdown-list {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  overflow-y: auto;
  z-index: 9999;
}
.bph-create__dropdown-search {
  padding: 6px 8px;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.bph-create__dropdown-search-input {
  width: 100%;
  padding: 5px 8px;
  font-size: 13px;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
}
.bph-create__dropdown-search-input:focus {
  border-color: #4BA559;
}
.bph-create__dropdown-item {
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.bph-create__dropdown-item:hover {
  background: #f5f5f5;
}
.bph-create__dropdown-item--active {
  color: #4BA559;
  font-weight: 500;
}
.bph-create__error {
  font-size: 12px;
  color: #e74c3c;
}
.bph-create__hint {
  font-size: 12px;
  color: #888;
}
.bph-create__banner {
  background: #fdecea;
  border: 1px solid #f5c2c0;
  color: #b3261e;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 14px;
  margin-bottom: 16px;
}
.bph-create__file-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bph-create__file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 12px;
  background: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 6px;
  font-size: 14px;
}
.bph-create__file-name {
  color: #333;
  word-break: break-all;
}
.bph-create__file-remove {
  background: transparent;
  border: 0;
  color: #e74c3c;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}
.bph-create__file-remove:hover {
  color: #c0392b;
}
.bph-create__checkboxes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px;
}
.bph-create__checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #444;
  cursor: pointer;
}
.bph-create__checkbox-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #4BA559;
  cursor: pointer;
}
.bph-create__toggles {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bph-create__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.bph-create__toggle-label {
  font-size: 14px;
  color: #444;
}
.bph-create__toggle-switch {
  width: 44px;
  height: 24px;
  background: #ddd;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
}
.bph-create__toggle-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.bph-create__toggle-knob--on {
  transform: translateX(20px);
}
.bph-create__toggle-knob--on + .bph-create__toggle-switch {
  background: #4BA559;
}
.bph-create__toggle-switch:has(.bph-create__toggle-knob--on) {
  background: #4BA559;
}
.bph-create__actions {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-top: 8px;
}
.bph-create__btn {
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.15s;
  border: none;
}
.bph-create__btn--submit {
  background: #4BA559;
  color: #fff;
}
.bph-create__btn--submit:hover {
  background: #3e894a;
}
.bph-create__btn--cancel {
  background: #e74c3c;
  color: #fff;
}
.bph-create__btn--cancel:hover {
  background: #c0392b;
}
.bph-create__btn--delete {
  background: #fff;
  border: 1px solid #c0392b;
  color: #c0392b;
  margin-left: auto;
}
.bph-create__btn--delete:hover {
  background: #c0392b;
  color: #fff;
}
.bph-hero__info-btn {
  margin-top: 14px;
  padding: 11px 28px;
  background: #4BA559;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s;
}
.bph-hero__info-btn:hover {
  background: #3e894a;
}
.bph-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bph-modal__box {
  background: #fff;
  border-radius: 10px;
  padding: 32px 36px;
  max-width: 560px;
  width: 90%;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
}
.bph-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #666;
  line-height: 1;
}
.bph-modal__close:hover {
  color: #111;
}
.bph-modal__content h2 {
  margin: 0 0 16px;
  font-size: 20px;
}
.bph-modal__content p {
  margin: 0 0 12px;
  line-height: 1.6;
  color: #444;
}
body .content:has(#bphApp),
body .content:has(#bphCreateApp),
body .content:has(#bphEventShowApp),
body .content:has(#bphRegistrationShowApp),
body .content:has(#bphStartlistApp) {
  padding: 0 !important;
  margin: 0 !important;
}
.bph-event-show {
  position: relative;
  min-height: 100vh;
}
.bph-event-show__bg {
  position: fixed;
  inset: 0;
  background: url('/img/bph-hero-bg.jpg') center / cover no-repeat;
  transform: scale(1.05);
  z-index: -2;
}
.bph-event-show__overlay {
  position: fixed;
  inset: 0;
  background: rgba(55, 75, 50, 0.35);
  z-index: -1;
}
.bph-event-show__hero {
  position: relative;
  padding: 40px 0 32px;
  color: #fff;
}
.bph-event-show__hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 24px;
  background: rgba(75, 165, 89, 0.92);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
@media (max-width: 700px) {
  .bph-event-show__hero-inner {
    padding: 22px 20px;
  }
}
.bph-event-show__back {
  display: inline-block;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 12px;
}
.bph-event-show__back:hover {
  opacity: 1;
  color: #fff;
}
.bph-event-show__eyebrow {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.85;
}
.bph-event-show__title {
  margin: 0 0 6px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.bph-event-show__subtitle {
  margin: 0 0 18px;
  font-size: 16px;
  opacity: 0.92;
}
.bph-event-show__cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.bph-event-show__cta {
  display: inline-block;
  background: #fff;
  color: #3e894a;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
}
.bph-event-show__cta:hover {
  background: #f1f1f1;
  color: #3e894a;
}
.bph-event-show__cta--bottom-right {
  margin-left: auto;
}
.bph-event-show__cta--ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
}
.bph-event-show__cta--ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.bph-event-show__cta--waitlist {
  background: #fef3c7;
  color: #92400e;
}
.bph-event-show__cta--waitlist:hover {
  background: #fde68a;
  color: #92400e;
}
.bph-event-show__startlist-row {
  grid-template-columns: 1fr 1.4fr 1fr 1.6fr;
}
.bph-event-show__startlist-row--head {
  font-weight: 600;
  color: #374151;
  border-bottom: 2px solid #e5e7eb;
}
.bph-event-show__startlist-row--draggable {
  cursor: move;
  user-select: none;
}
.bph-event-show__startlist-row--draggable:hover {
  background: #f9fafb;
}
.bph-event-show__startlist-row--dragging {
  opacity: 0.4;
}
@media (max-width: 600px) {
  .bph-event-show__startlist-row {
    grid-template-columns: 1fr 1fr;
  }
}
.bph-event-show__startlist-hint {
  margin: 0 0 12px;
}
.bph-event-show__startlist-visibility {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 14px;
  padding: 10px 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
}
.bph-event-show__startlist-visibility-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
}
.bph-event-show__startlist-visibility-label input {
  cursor: pointer;
}
.bph-event-show__startlist-actions {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.bph-event-show__status {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.15);
}
.bph-event-show__status--full {
  background: #c0392b;
  color: #fff;
}
.bph-event-show__status--closed {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
}
.bph-event-show__spots {
  font-size: 14px;
  opacity: 0.92;
}
.bph-event-show__body {
  position: relative;
  z-index: 1;
  padding: 24px 24px 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 700px) {
  .bph-event-show__body {
    padding: 20px 12px 60px;
  }
}
.bph-event-show__grid {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 800px) {
  .bph-event-show__grid {
    grid-template-columns: 1fr;
  }
}
.bph-event-show__card {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 22px 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.bph-event-show__h2 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
}
.bph-event-show__h2--spaced {
  margin-top: 22px;
}
.bph-event-show__h3 {
  margin: 14px 0 6px;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.bph-event-show__dl {
  margin: 0;
  display: grid;
  gap: 8px;
}
.bph-event-show__dl > div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px;
  font-size: 14px;
}
@media (max-width: 500px) {
  .bph-event-show__dl > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
.bph-event-show__dl dt {
  color: #6b7280;
  font-weight: 500;
  margin: 0;
}
.bph-event-show__dl dd {
  color: #111827;
  margin: 0;
}
.bph-event-show__notes {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f1f1f1;
}
.bph-event-show__notes p {
  margin: 0;
  color: #374151;
  line-height: 1.55;
  white-space: pre-line;
}
.bph-event-show__files {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bph-event-show__files a {
  color: #3e894a;
  text-decoration: none;
  font-size: 14px;
}
.bph-event-show__files a:hover {
  text-decoration: underline;
}
.bph-event-show__abort-list {
  margin: 6px 0 0;
  padding-left: 20px;
  color: #374151;
  font-size: 14px;
  line-height: 1.55;
}
.bph-event-show__abort-list li {
  margin-bottom: 4px;
}
.bph-event-show__map-card {
  padding: 22px 24px;
}
.bph-event-show__map-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  gap: 12px;
}
.bph-event-show__map-header h2 {
  margin: 0;
}
.bph-event-show__directions {
  color: #3e894a;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.bph-event-show__directions:hover {
  text-decoration: underline;
}
.bph-event-show__map {
  width: 100%;
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
}
.bph-event-show__regs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.bph-event-show__regs-header h2 {
  margin: 0;
}
.bph-event-show__muted {
  color: #6b7280;
  font-size: 14px;
}
.bph-event-show__regs {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.bph-event-show__regs-row {
  display: grid;
  grid-template-columns: 50px 1.4fr 1.4fr 1fr 1.4fr;
  gap: 12px;
  align-items: center;
  padding: 10px 8px;
  border-bottom: 1px solid #f1f1f1;
  color: #111827;
}
.bph-event-show__regs-row > span {
  min-width: 0;
  word-break: break-word;
  text-align: left;
  justify-self: start;
}
.bph-event-show__regs-row:last-child {
  border-bottom: none;
}
.bph-event-show__regs-row--manageable {
  grid-template-columns: 50px 1.4fr 1.4fr 1fr 1.4fr 100px;
}
.bph-event-show__regs-row--head {
  font-weight: 600;
  color: #374151;
  border-bottom: 2px solid #e5e7eb;
}
.bph-event-show__regs-row--standby {
  opacity: 0.65;
}
.bph-event-show__regs-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-top: 2px dashed #d1d5db;
  border-bottom: 1px solid #f1f1f1;
  background: #f9fafb;
  grid-column: 1 / -1;
}
.bph-event-show__regs-divider--drop {
  cursor: copy;
}
.bph-event-show__regs-divider--drop:hover {
  background: #f0fdf4;
  border-color: #4BA559;
  color: #4BA559;
}
@media (max-width: 600px) {
  .bph-event-show__regs-divider {
    grid-template-columns: 50px 1fr 1fr;
  }
  .bph-event-show__regs-divider--manageable {
    grid-template-columns: 50px 1fr 1fr 100px;
  }
  .bph-event-show__regs-divider--head {
    display: none;
  }
}
.bph-event-show__reg-link {
  color: #3e894a;
  font-weight: 600;
  text-decoration: none;
}
.bph-event-show__reg-link:hover {
  text-decoration: underline;
  color: #3e894a;
}
.bph-event-show__status-cell {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}
.bph-event-show__regs-actions {
  display: flex;
  justify-content: flex-end;
}
.bph-event-show__edit-btn {
  background: #fff;
  border: 1px solid #4BA559;
  color: #3e894a;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.bph-event-show__edit-btn:hover {
  background: #4BA559;
  color: #fff;
}
.bph-event-show__pay-select {
  font-size: 14px;
  padding: 8px 10px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  background: #fff;
  width: 100%;
}
.bph-event-show__pay-error {
  font-size: 13px;
  color: #c0392b;
  margin: 8px 0 0;
}
.bph-event-show__pay-pill {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.bph-event-show__pay-pill--paid {
  background: #dcfce7;
  color: #166534;
}
.bph-event-show__pay-pill--unpaid {
  background: #fef3c7;
  color: #92400e;
}
.bph-event-show__pay-pill--neutral {
  background: #e5e7eb;
  color: #374151;
}
.bph-event-show__modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.bph-event-show__modal {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 440px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
}
.bph-event-show__modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid #e5e7eb;
}
.bph-event-show__modal-header h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #111827;
}
.bph-event-show__modal-close {
  background: none;
  border: 0;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: #6b7280;
  padding: 0 4px;
}
.bph-event-show__modal-close:hover {
  color: #111827;
}
.bph-event-show__modal-body {
  padding: 18px 22px;
  overflow-y: auto;
}
.bph-event-show__modal-summary {
  margin: 0 0 14px;
  font-size: 14px;
}
.bph-event-show__modal-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin: 12px 0 6px;
}
.bph-event-show__modal-label:first-of-type {
  margin-top: 0;
}
.bph-event-show__modal-footer {
  padding: 14px 22px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.bph-event-show__btn-primary {
  background: #4BA559;
  color: #fff;
  border: 0;
  padding: 9px 18px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}
.bph-event-show__btn-primary:hover {
  background: #3e894a;
}
.bph-event-show__btn-primary:disabled {
  opacity: 0.6;
  cursor: default;
}
.bph-event-show__btn-secondary {
  background: #fff;
  border: 1px solid #d1d5db;
  color: #374151;
  padding: 9px 18px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}
.bph-event-show__btn-secondary:hover {
  background: #f3f4f6;
}
.bph-event-show__btn-secondary:disabled {
  opacity: 0.6;
  cursor: default;
}
.bph-event-show__btn-danger {
  background: #fff;
  border: 1px solid #c0392b;
  color: #c0392b;
  padding: 9px 18px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}
.bph-event-show__btn-danger:hover {
  background: #c0392b;
  color: #fff;
}
.bph-event-show__btn-danger:disabled {
  opacity: 0.6;
  cursor: default;
}
.bph-event-show__modal-spacer {
  flex: 1;
}
.bph-event-show__skk {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 12px;
}
.bph-event-show__skk-info {
  flex: 1 1 320px;
  min-width: 0;
}
.bph-event-show__skk-link {
  display: inline-block;
  color: #3e894a;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 6px;
}
.bph-event-show__skk-link:hover {
  text-decoration: underline;
  color: #3e894a;
}
.bph-event-show__skk-url {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
  word-break: break-all;
}
.bph-event-show__qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
.bph-event-show__qr canvas {
  display: block;
}
.bph-event-show__qr p {
  margin: 0;
  text-align: center;
}

