.br-page {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 16px 60px;
  color: #ffffff;
  position: relative;
}

.br-panel {
  background: rgba(11, 61, 79, 0.6);
  border: 1px solid rgba(28, 194, 235, 0.2);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
}

.br-panel-subsection {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.br-tremendous-product-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.br-tremendous-product-option.br-catalog-hidden {
  display: none;
}

.br-catalog-list {
  max-height: 320px;
  overflow-y: auto;
}
.br-catalog-list:not(:empty) {
  margin-top: 8px;
  padding: 4px 10px;
  border: 1px solid rgba(28, 194, 235, 0.2);
  border-radius: 6px;
}

.br-catalog-search {
  max-width: 260px;
}

.br-catalog-currency {
  margin-left: auto;
  padding-left: 10px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}

.br-panel-title {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.br-panel-title .icon {
  color: rgba(255, 255, 255, 0.35);
  font-size: 16px;
}

.br-page-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.br-page-header-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid rgba(28, 194, 235, 0.4);
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.br-page-title {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0;
  line-height: 1;
}

.br-page-subtitle {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.br-org-about {
  margin-top: 8px;
  max-width: 70ch;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
}
.br-org-about:empty {
  display: none;
}
.br-org-about p {
  margin: 0 0 8px;
}
.br-org-about p:last-child {
  margin-bottom: 0;
}
.br-org-about ul, .br-org-about ol {
  margin: 0 0 8px 18px;
}
.br-org-about a {
  color: #1cc2eb;
}
.br-org-about strong {
  color: rgba(255, 255, 255, 0.75);
}

.br-table-wrap {
  background-color: rgba(11, 61, 79, 0.6);
}

.br-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.br-table {
  width: 100%;
  border-collapse: collapse;
  color: #ffffff;
}
.br-table thead th,
.br-table thead td {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
  padding: 12px 14px;
  border-bottom: 1px solid rgba(28, 194, 235, 0.15);
  text-align: left;
}
.br-table tbody tr {
  transition: background 0.15s;
}
.br-table tbody tr:hover {
  background: rgba(28, 194, 235, 0.06);
}
.br-table tbody td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  vertical-align: middle;
}
.br-table .text-center {
  text-align: center;
}
.br-table .text-right {
  text-align: right;
}
.br-table a {
  color: #1cc2eb;
  text-decoration: none;
  transition: color 0.15s;
}
.br-table a:hover {
  color: #ffffff;
}
.br-table .br-detail-row td {
  padding: 10px 14px 18px;
  border-bottom: 1px solid rgba(28, 194, 235, 0.08);
  background: rgba(4, 22, 30, 0.35);
}
.br-table .br-detail-row:hover {
  background: none;
}

.br-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.br-badge-green {
  background: rgba(36, 218, 152, 0.15);
  color: #24da98;
}

.br-badge-red {
  background: rgba(244, 67, 54, 0.15);
  color: #f44336;
}

.br-badge-blue {
  background: rgba(28, 194, 235, 0.15);
  color: #1cc2eb;
}

.br-badge-amber {
  background: rgba(255, 193, 7, 0.15);
  color: #ffc107;
}

.br-badge-purple {
  background: rgba(159, 64, 226, 0.15);
  color: #9f40e2;
}

.br-badge-teal {
  background: rgba(0, 188, 212, 0.15);
  color: #00bcd4;
}

.br-panel-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 10px 0;
  padding: 10px 12px;
  border-radius: 6px;
  border-left: 3px solid #1cc2eb;
  background: rgba(28, 194, 235, 0.08);
  font-size: 13px;
  line-height: 1.5;
}
.br-panel-note .icon {
  flex-shrink: 0;
  color: #1cc2eb;
}
.br-panel-note.br-panel-note-alert {
  border-left-color: #f44336;
  background: rgba(244, 67, 54, 0.08);
}
.br-panel-note.br-panel-note-alert .icon {
  color: #f44336;
}

button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  color: inherit;
  line-height: 1;
}

.br-btn, a.br-btn, button.br-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 12px;
  border: 1px solid rgba(28, 194, 235, 0.25);
  border-radius: 6px;
  background: rgba(28, 194, 235, 0.08);
  color: #1cc2eb;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
  text-decoration: none;
  line-height: 1.4;
  font-family: inherit;
}
.br-btn:hover, a.br-btn:hover, button.br-btn:hover {
  background: rgba(28, 194, 235, 0.18);
  border-color: rgba(28, 194, 235, 0.4);
  color: #ffffff;
}
.br-btn .icon, a.br-btn .icon, button.br-btn .icon {
  font-size: 13px;
}
.br-btn.br-btn-green, a.br-btn.br-btn-green, button.br-btn.br-btn-green {
  border-color: rgba(36, 218, 152, 0.25);
  background: rgba(36, 218, 152, 0.08);
  color: #24da98;
}
.br-btn.br-btn-green:hover, a.br-btn.br-btn-green:hover, button.br-btn.br-btn-green:hover {
  background: rgba(36, 218, 152, 0.18);
  border-color: rgba(36, 218, 152, 0.4);
  color: #ffffff;
}
.br-btn.br-btn-red, a.br-btn.br-btn-red, button.br-btn.br-btn-red {
  border-color: rgba(244, 67, 54, 0.25);
  background: rgba(244, 67, 54, 0.08);
  color: #f44336;
}
.br-btn.br-btn-red:hover, a.br-btn.br-btn-red:hover, button.br-btn.br-btn-red:hover {
  background: rgba(244, 67, 54, 0.18);
  border-color: rgba(244, 67, 54, 0.4);
  color: #ffffff;
}
.br-btn.br-btn-amber, a.br-btn.br-btn-amber, button.br-btn.br-btn-amber {
  border-color: rgba(255, 193, 7, 0.25);
  background: rgba(255, 193, 7, 0.08);
  color: #ffc107;
}
.br-btn.br-btn-amber:hover, a.br-btn.br-btn-amber:hover, button.br-btn.br-btn-amber:hover {
  background: rgba(255, 193, 7, 0.18);
  border-color: rgba(255, 193, 7, 0.4);
  color: #ffffff;
}
.br-btn.br-btn-blue, a.br-btn.br-btn-blue, button.br-btn.br-btn-blue {
  border-color: rgba(28, 194, 235, 0.25);
  background: rgba(28, 194, 235, 0.08);
  color: #1cc2eb;
}
.br-btn.br-btn-blue:hover, a.br-btn.br-btn-blue:hover, button.br-btn.br-btn-blue:hover {
  background: rgba(28, 194, 235, 0.18);
  border-color: rgba(28, 194, 235, 0.4);
  color: #ffffff;
}
.br-btn.br-btn-purple, a.br-btn.br-btn-purple, button.br-btn.br-btn-purple {
  border-color: rgba(159, 64, 226, 0.25);
  background: rgba(159, 64, 226, 0.08);
  color: #9f40e2;
}
.br-btn.br-btn-purple:hover, a.br-btn.br-btn-purple:hover, button.br-btn.br-btn-purple:hover {
  background: rgba(159, 64, 226, 0.18);
  border-color: rgba(159, 64, 226, 0.4);
  color: #ffffff;
}
.br-btn.br-btn-teal, a.br-btn.br-btn-teal, button.br-btn.br-btn-teal {
  border-color: rgba(0, 188, 212, 0.25);
  background: rgba(0, 188, 212, 0.08);
  color: #00bcd4;
}
.br-btn.br-btn-teal:hover, a.br-btn.br-btn-teal:hover, button.br-btn.br-btn-teal:hover {
  background: rgba(0, 188, 212, 0.18);
  border-color: rgba(0, 188, 212, 0.4);
  color: #ffffff;
}
.br-btn.cyan, a.br-btn.cyan, button.br-btn.cyan {
  background: #1cc2eb;
  color: #04161e;
  border-color: transparent;
}
.br-btn.cyan:hover, a.br-btn.cyan:hover, button.br-btn.cyan:hover {
  opacity: 0.85;
}
.br-btn.green, a.br-btn.green, button.br-btn.green {
  background: #24da98;
  color: #04161e;
  border-color: transparent;
}
.br-btn.green:hover, a.br-btn.green:hover, button.br-btn.green:hover {
  opacity: 0.85;
}
.br-btn.amber, a.br-btn.amber, button.br-btn.amber {
  background: #f7cb15;
  color: #04161e;
  border-color: transparent;
}
.br-btn.amber:hover, a.br-btn.amber:hover, button.br-btn.amber:hover {
  opacity: 0.85;
}
.br-btn.orange, a.br-btn.orange, button.br-btn.orange {
  background: #ff9800;
  color: #04161e;
  border-color: transparent;
}
.br-btn.orange:hover, a.br-btn.orange:hover, button.br-btn.orange:hover {
  opacity: 0.85;
}
.br-btn.red, a.br-btn.red, button.br-btn.red {
  background: #f44336;
  color: #ffffff;
  border-color: transparent;
}
.br-btn.red:hover, a.br-btn.red:hover, button.br-btn.red:hover {
  opacity: 0.85;
}
.br-btn.purple, a.br-btn.purple, button.br-btn.purple {
  background: #9f40e2;
  color: #ffffff;
  border-color: transparent;
}
.br-btn.purple:hover, a.br-btn.purple:hover, button.br-btn.purple:hover {
  opacity: 0.85;
}
.br-btn.ghost, a.br-btn.ghost, button.br-btn.ghost {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
.br-btn.ghost:hover, a.br-btn.ghost:hover, button.br-btn.ghost:hover {
  opacity: 0.85;
}

.br-actions {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}

.br-actions-center {
  justify-content: center;
}

.br-answer-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 13px;
  background: rgba(28, 194, 235, 0.1);
  color: rgba(255, 255, 255, 0.7);
  margin: 3px 6px 3px 0;
}
.br-answer-pill .icon {
  font-size: 12px;
}

.br-answer-correct {
  background: rgba(36, 218, 152, 0.12);
  color: #24da98;
  border: 1px solid rgba(36, 218, 152, 0.2);
}

.br-answer-wrong {
  background: rgba(244, 67, 54, 0.1);
  color: #f44336;
  border: 1px solid rgba(244, 67, 54, 0.15);
}

.br-answer-neutral {
  background: rgba(28, 194, 235, 0.1);
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(28, 194, 235, 0.2);
}

.br-answer-log {
  display: flex;
  flex-direction: column;
}

.br-answer-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.6;
}
.br-answer-text p:last-child {
  margin-bottom: 0;
}
.br-answer-text img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.br-answer-media {
  display: block;
  max-width: 420px;
  margin-top: 4px;
}
.br-answer-media img, .br-answer-mediavideo {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

video.br-answer-media {
  width: 100%;
  max-width: 420px;
  border-radius: 6px;
}

.br-qa-unanswered {
  opacity: 0.5;
}

.br-qa-no-answer {
  font-size: 13px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.35);
}

.br-qa-attempts {
  margin-left: 8px;
  padding: 1px 8px;
  border-radius: 20px;
  background: rgba(255, 193, 7, 0.15);
  color: #ffc107;
  font-size: 11px;
  font-weight: 700;
}

.br-qa-block {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.br-qa-block:last-child {
  border-bottom: none;
}

.br-qa-question {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 6px;
}
.br-qa-question::before {
  content: "Q: ";
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
}

.br-qa-answer {
  margin-top: 4px;
}

.br-qa-success {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
  padding: 8px 12px;
  border-left: 2px solid rgba(36, 218, 152, 0.6);
  background: rgba(36, 218, 152, 0.07);
  border-radius: 0 6px 6px 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}
.br-qa-success .icon {
  color: #24da98;
  font-size: 13px;
  flex-shrink: 0;
  line-height: 1.5;
}

.br-tabs {
  display: flex;
  gap: 4px;
  background: rgba(11, 61, 79, 0.4);
  border-radius: 10px;
  padding: 4px;
  margin-bottom: 24px;
  overflow-x: auto;
}

.br-tab-btn, a.br-tab-btn, button.br-tab-btn {
  flex: 1;
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.br-tab-btn:hover, a.br-tab-btn:hover, button.br-tab-btn:hover {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.03);
}
.br-tab-btn.active, a.br-tab-btn.active, button.br-tab-btn.active {
  background: rgba(28, 194, 235, 0.12);
  color: #1cc2eb;
}
.br-tab-btn .icon, a.br-tab-btn .icon, button.br-tab-btn .icon {
  font-size: 14px;
}

.br-tabs-sticky {
  position: sticky;
  top: 50px;
  z-index: 100;
  background: rgba(4, 22, 30, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 0 0 10px 10px;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 20px;
  padding-right: 20px;
}

.br-scroll-section {
  scroll-margin-top: 120px;
}

.br-empty {
  text-align: center;
  padding: 48px 24px;
}
.br-empty > .icon {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.12);
  display: block;
  margin-bottom: 14px;
}
.br-empty h3 {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.35);
  margin: 0 0 6px;
}
.br-empty p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
  margin: 0;
}

.br-form-group {
  margin-bottom: 20px;
}

.br-form-label {
  display: block;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 6px;
}

.br-input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(28, 194, 235, 0.15);
  border-radius: 6px;
  padding: 10px 14px;
  color: #ffffff;
  font-size: 14px;
  outline: none;
  transition: border-color 0.15s, background 0.15s;
  width: 100%;
  font-family: inherit;
  box-sizing: border-box;
}
.br-input:focus {
  border-color: rgba(28, 194, 235, 0.4);
  background: rgba(255, 255, 255, 0.08);
}
.br-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.br-input::placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.br-input-lg {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 12px 16px;
}

select.br-input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231cc2eb' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}
select.br-input option {
  background: rgba(11, 61, 79, 0.5);
  color: #ffffff;
}
select.br-input option:hover {
  background: rgba(11, 61, 79, 0.75);
  color: #ffffff;
}

.br-input-row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.br-input-row .br-input {
  flex: 1;
}

.br-form-hint {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.25);
}

.br-form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(28, 194, 235, 0.1);
}

.br-form-bottom-bar {
  position: fixed;
  bottom: 50px;
  left: 50%;
  z-index: 200;
  background: rgba(4, 22, 30, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 3px solid rgba(28, 194, 235, 0.45);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  padding: 10px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  transform: translateX(-50%);
}
.br-form-bottom-bar .br-actions {
  gap: 10px;
}

.br-form-bottom-bar.br-bottom-bar-stacked {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding: 14px 20px;
  width: min(720px, 92vw);
}

.br-bottom-bar-fields {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  flex-wrap: wrap;
}

.br-bottom-bar-field {
  flex: 1 1 220px;
  min-width: 0;
}
.br-bottom-bar-field .br-form-label {
  margin-bottom: 4px;
}
.br-bottom-bar-field .br-input {
  width: 100%;
}

.br-bottom-bar-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px solid rgba(28, 194, 235, 0.14);
}

.br-has-bottom-bar {
  padding-bottom: 170px;
}

.br-form-component {
  background: rgba(4, 22, 30, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  padding: 14px;
}

.br-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .br-form-grid {
    grid-template-columns: 1fr;
  }
}
.br-drawer-btn-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.br-btn.br-btn-drawer, button.br-btn.br-btn-drawer {
  font-size: 22px;
  font-weight: 700;
  gap: 12px;
  padding: 16px 20px;
  text-align: left;
  justify-content: flex-start;
}
.br-btn.br-btn-drawer .icon, button.br-btn.br-btn-drawer .icon {
  font-size: 26px;
  flex-shrink: 0;
}
.br-btn.br-btn-drawer[disabled], button.br-btn.br-btn-drawer[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}
.br-btn.br-btn-drawer[disabled]:hover, button.br-btn.br-btn-drawer[disabled]:hover {
  background: rgba(28, 194, 235, 0.08);
  border-color: rgba(28, 194, 235, 0.25);
  color: #1cc2eb;
}

.br-btn-drawer-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.br-btn-drawer-value {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.br-pick-grid, .br-pick-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 200px);
  grid-auto-rows: 216px;
  justify-content: start;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.br-pick-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgba(11, 61, 79, 0.6);
  border: 2px solid rgba(28, 194, 235, 0.2);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.15s, transform 0.15s;
}
.br-pick-card:hover {
  border-color: rgba(28, 194, 235, 0.5);
  transform: translateY(-2px);
}
.br-pick-card.active {
  border-color: #24da98;
  box-shadow: 0 0 0 1px rgba(36, 218, 152, 0.4);
}

.br-pick-card-image {
  flex: 0 0 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.05);
}

.br-pick-card-body {
  padding: 10px 12px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1;
  min-height: 0;
}
.br-pick-card-body .br-pick-card-meta {
  margin-top: auto;
}
.br-pick-card-body .br-pick-card-name:only-child {
  margin: auto 0;
}

.br-pick-card-name {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
  margin: 0;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.br-pick-card-meta {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.br-pick-card-meta .icon {
  font-size: 12px;
  opacity: 0.7;
  margin-right: 2px;
}

.br-pick-card-check {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #24da98;
  color: #04161e;
}
.br-pick-card-check .icon {
  font-size: 15px;
}

.br-pick-card.active .br-pick-card-check {
  display: flex;
}

.br-thumb-select {
  position: relative;
  max-width: 420px;
}

.br-thumb-select-trigger,
.br-thumb-select-option {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 8px 12px;
  background: rgba(11, 61, 79, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  color: inherit;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s;
}
.br-thumb-select-trigger:hover,
.br-thumb-select-option:hover {
  background: rgba(11, 61, 79, 0.45);
  border-color: rgba(28, 194, 235, 0.15);
}

.br-thumb-select-trigger {
  border-color: rgba(28, 194, 235, 0.2);
}

.br-thumb-select-thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.br-thumb-select-thumb.is-empty {
  display: flex;
  align-items: center;
  justify-content: center;
}
.br-thumb-select-thumb.is-empty .icon {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.3);
}

.br-thumb-select-info {
  flex: 1;
  min-width: 0;
}

.br-thumb-select-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.br-thumb-select-meta {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.br-thumb-select-meta .icon {
  font-size: 12px;
  margin-right: 2px;
}

.br-thumb-select-caret {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
  transition: transform 0.2s;
}

.br-thumb-select-check {
  font-size: 18px;
  color: #24da98;
  opacity: 0;
  flex-shrink: 0;
  transition: opacity 0.2s;
}

.br-thumb-select-list {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 20;
  max-height: 320px;
  overflow-y: auto;
  padding: 6px;
  background: rgb(6, 26, 35);
  border: 1px solid rgba(28, 194, 235, 0.25);
  border-radius: 12px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5);
}
.br-thumb-select-list .br-thumb-select-option {
  background: transparent;
  border-color: transparent;
}
.br-thumb-select-list .br-thumb-select-option.active {
  background: rgba(36, 218, 152, 0.07);
  border-color: rgba(36, 218, 152, 0.35);
}
.br-thumb-select-list .br-thumb-select-option.active .br-thumb-select-name {
  color: #24da98;
}
.br-thumb-select-list .br-thumb-select-option.active .br-thumb-select-check {
  opacity: 1;
}

.br-thumb-select.open .br-thumb-select-list {
  display: block;
}
.br-thumb-select.open .br-thumb-select-caret {
  transform: rotate(180deg);
}

.br-form-component ul.selectable-list.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.br-form-component ul.selectable-list.grid li {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all 0.25s ease;
  border: 2px solid rgba(255, 255, 255, 0.08);
  background-color: rgba(4, 22, 30, 0.5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.br-form-component ul.selectable-list.grid li:hover {
  border-color: rgba(28, 194, 235, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.br-form-component ul.selectable-list.grid li .color-overlay {
  opacity: 0.6;
  background: linear-gradient(180deg, transparent 30%, rgba(4, 22, 30, 0.85) 100%);
  transition: opacity 0.25s;
}
.br-form-component ul.selectable-list.grid li .achievement-name {
  background: none;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 600;
  padding: 8px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  text-align: center;
}
.br-form-component ul.selectable-list.grid li .active-content {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.br-form-component ul.selectable-list.grid li.active {
  border-color: #24da98;
  box-shadow: 0 0 0 1px #24da98, 0 4px 16px rgba(36, 218, 152, 0.15);
}
.br-form-component ul.selectable-list.grid li.active .color-overlay {
  opacity: 0.15;
  background: linear-gradient(180deg, transparent 50%, rgba(36, 218, 152, 0.3) 100%);
}
.br-form-component ul.selectable-list.grid li.active .achievement-name {
  color: #ffffff;
  font-weight: 700;
  background: rgba(36, 218, 152, 0.25);
  border-radius: 0 0 8px 8px;
}
.br-form-component ul.selectable-list.grid li.hidden {
  opacity: 0.2;
  pointer-events: none;
}

@media (max-width: 768px) {
  .br-form-component ul.selectable-list.grid li {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .br-form-component ul.selectable-list.grid li {
    width: 100px;
    height: 100px;
  }
  .br-form-component ul.selectable-list.grid li .achievement-name {
    font-size: 11px;
    padding: 4px;
  }
}
.br-color-select {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.br-color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.br-color-swatch {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
  padding: 0;
  outline: none;
}
.br-color-swatch .icon {
  font-size: 14px;
  color: #fff;
  opacity: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.br-color-swatch:hover {
  transform: scale(1.15);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.br-color-swatch.active {
  border-color: #ffffff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.br-color-swatch.active .icon {
  opacity: 1;
}

.br-color-opacity-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.br-color-preview {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

.br-color-opacity-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}

.br-color-opacity-slider {
  flex: 1;
  min-width: 60px;
  height: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  outline: none;
}
.br-color-opacity-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1cc2eb;
  cursor: pointer;
  border: 2px solid rgba(4, 22, 30, 0.8);
}
.br-color-opacity-slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1cc2eb;
  cursor: pointer;
  border: 2px solid rgba(4, 22, 30, 0.8);
}

.br-color-opacity-value {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  min-width: 32px;
  text-align: right;
}

.br-icon-select {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.br-icon-select-preview {
  display: flex;
  align-items: center;
  gap: 8px;
}

.br-icon-select-preview-glyph {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  background: rgba(28, 194, 235, 0.15);
  color: #1cc2eb;
}

.br-icon-select-preview-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.br-icon-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.br-icon-swatch {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  outline: none;
  transition: all 0.15s;
}
.br-icon-swatch .icon {
  font-size: 15px;
}
.br-icon-swatch:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transform: scale(1.08);
}
.br-icon-swatch.active {
  border-color: #1cc2eb;
  background: rgba(28, 194, 235, 0.15);
  color: #1cc2eb;
  box-shadow: 0 0 0 2px rgba(28, 194, 235, 0.25);
}

.br-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}
.br-gallery.br-gallery-single {
  grid-template-columns: 1fr;
  max-width: 200px;
}
.br-gallery.br-gallery-large {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.br-gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color 0.2s;
}
.br-gallery-item:hover {
  border-color: rgba(28, 194, 235, 0.25);
}
.br-gallery-item:hover .br-gallery-actions {
  opacity: 1;
}
.br-gallery-item:hover .br-gallery-placeholder {
  color: #1cc2eb;
}

.br-gallery-thumb {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.br-gallery-placeholder {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.12);
  transition: color 0.2s;
}

.br-gallery-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
.br-gallery-video.active {
  display: block;
}

.br-gallery-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 8px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  opacity: 0;
  transition: opacity 0.2s;
}

.br-gallery-btn {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.15s;
}
.br-gallery-btn.br-gallery-btn-upload {
  background: rgba(36, 218, 152, 0.9);
  color: #fff;
}
.br-gallery-btn.br-gallery-btn-upload:hover {
  background: #24da98;
}
.br-gallery-btn.br-gallery-btn-remove {
  background: rgba(244, 67, 54, 0.9);
  color: #fff;
}
.br-gallery-btn.br-gallery-btn-remove:hover {
  background: #f44336;
}
.br-gallery-btn.br-gallery-btn-delete {
  background: rgba(233, 30, 99, 0.9);
  color: #fff;
}
.br-gallery-btn.br-gallery-btn-delete:hover {
  background: #e91e63;
}

.br-gallery-cell {
  position: relative;
}

.br-gallery-label {
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.br-gallery-caption {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.35);
  text-align: left;
}

.br-gallery-caption-title {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.br-gallery-caption-note {
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.5);
}

.br-gallery-caption-warn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #ffc107;
}

.br-confirm {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 8px;
  background: rgba(244, 67, 54, 0.12);
  border: 1px solid rgba(244, 67, 54, 0.25);
}

.br-confirm-label {
  font-size: 12px;
  font-weight: 700;
  color: #f44336;
}

.br-player-grid {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.br-player-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 14px;
  background: rgba(11, 61, 79, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.br-player-card:hover {
  background: rgba(11, 61, 79, 0.45);
  border-color: rgba(28, 194, 235, 0.15);
}
.br-player-card.active {
  background: rgba(36, 218, 152, 0.07);
  border-color: rgba(36, 218, 152, 0.35);
  box-shadow: inset 0 0 0 1px rgba(36, 218, 152, 0.1);
}
.br-player-card.active .br-player-check {
  opacity: 1;
  color: #24da98;
}
.br-player-card.active .br-player-name {
  color: #24da98;
}

.br-player-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.br-player-info {
  flex: 1;
  min-width: 0;
}

.br-player-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s;
}

.br-player-meta {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.br-player-check {
  font-size: 20px;
  opacity: 0.1;
  transition: all 0.2s;
  flex-shrink: 0;
}

.br-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 0;
}

.br-page-btn {
  min-width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.br-page-btn:hover {
  background: rgba(28, 194, 235, 0.1);
  color: rgba(255, 255, 255, 0.8);
}
.br-page-btn.active {
  background: rgba(28, 194, 235, 0.15);
  border-color: rgba(28, 194, 235, 0.3);
  color: #1cc2eb;
  font-weight: 700;
}

.br-step-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.br-step-item {
  border-radius: 6px;
  transition: box-shadow 0.2s;
}
.br-step-item:hover {
  box-shadow: 0 0 0 1px rgba(28, 194, 235, 0.1);
}

.br-step-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  background: rgba(11, 61, 79, 0.35);
  border-left: 3px solid var(--step-color, #1cc2eb);
  border-radius: 6px;
  transition: background 0.2s;
  cursor: grab;
}
.br-step-row:hover {
  background: rgba(11, 61, 79, 0.55);
}

.br-step-order {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: var(--step-color, #1cc2eb);
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--step-color, #1cc2eb);
  flex-shrink: 0;
}

.br-step-type {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--step-color, #1cc2eb);
  background: rgba(0, 0, 0, 0.4);
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid var(--step-color, #1cc2eb);
  white-space: nowrap;
  min-width: 80px;
  text-align: center;
}

.br-step-title {
  flex: 1;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.br-step-actions {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}

.br-step-btn {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 16px;
  background: transparent;
}
.br-step-btn.br-step-btn-amber {
  color: #ffc107;
}
.br-step-btn.br-step-btn-amber:hover {
  background: rgba(255, 193, 7, 0.15);
  border-color: rgba(255, 193, 7, 0.4);
}
.br-step-btn.br-step-btn-green {
  color: #24da98;
}
.br-step-btn.br-step-btn-green:hover, .br-step-btn.br-step-btn-green.active {
  background: rgba(36, 218, 152, 0.15);
  border-color: rgba(36, 218, 152, 0.4);
}
.br-step-btn.br-step-btn-red {
  color: #f44336;
}
.br-step-btn.br-step-btn-red:hover {
  background: rgba(244, 67, 54, 0.15);
  border-color: rgba(244, 67, 54, 0.4);
}

.br-step-accordion {
  display: none;
}
.br-step-accordion.open {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(1440px, 94vw);
  max-height: 88vh;
  z-index: 300;
  background: rgba(4, 22, 30, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(28, 194, 235, 0.18);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  animation: br-modal-pop 0.2s ease;
}

@keyframes br-modal-pop {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.br-drawer-backdrop {
  display: none;
}

body.br-drawer-open .br-drawer-backdrop {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 250;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
body.br-drawer-open .br-form-bottom-bar {
  opacity: 0.3;
  filter: grayscale(0.5);
  pointer-events: none;
}

.br-step-form {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.br-step-form-header {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(28, 194, 235, 0.12);
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(4, 22, 30, 0.5);
  border-radius: 12px 12px 0 0;
  flex-shrink: 0;
}
.br-step-form-header > button {
  flex-shrink: 0;
}

.br-step-form-icon {
  font-size: 18px;
  color: var(--step-color, #1cc2eb);
}

.br-step-form-header-info {
  flex: 1;
  min-width: 0;
}

.br-step-form-meta {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 8px;
}

.br-step-form-body {
  padding: 20px;
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}

.br-step-buttons-header {
  padding: 14px 20px;
  border-bottom: 1px solid rgba(28, 194, 235, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.br-step-buttons-header .br-panel-title {
  margin: 0;
}

.br-step-buttons-body {
  padding: 14px 20px;
}

.br-step-buttons-info {
  padding: 14px 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.br-avatar-grid .br-gallery-actions {
  opacity: 1;
}

.br-step-form-footer {
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid rgba(28, 194, 235, 0.12);
  background: rgba(4, 22, 30, 0.5);
  border-radius: 0 0 12px 12px;
  flex-shrink: 0;
}

.br-step-buttons-container {
  border-top: 1px solid rgba(28, 194, 235, 0.12);
}

.br-skin-panel {
  display: none;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.br-skin-panel:first-of-type {
  border-top: none;
}

.br-skin-panel-inline {
  display: none;
}

.br-option-row {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 6px 10px;
  transition: background 0.15s;
}
.br-option-row:hover {
  background: rgba(0, 0, 0, 0.3);
}
.br-option-row .mc-correct {
  width: 18px;
  height: 18px;
  accent-color: #24da98;
  flex-shrink: 0;
}

.br-step-gallery-thumb {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.br-branch-ach-card {
  transition: background 0.15s;
}
.br-branch-ach-card:hover {
  background: rgba(255, 255, 255, 0.08);
}

.br-avatar-purple {
  background: rgba(159, 64, 226, 0.2);
  border-color: rgba(159, 64, 226, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.br-icon-purple {
  color: #9f40e2;
}

.br-icon-lg {
  font-size: 28px;
}

.br-required {
  color: #f44336;
  font-size: 10px;
  letter-spacing: 0;
}

.br-qr-preview {
  height: 198px;
  width: 198px;
}

.br-section-desc {
  display: block;
  margin: -12px 0 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.br-section-title {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.9);
}

.br-section-header-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.br-input-readonly {
  color: rgba(255, 255, 255, 0.5);
}

.br-input-auto {
  width: auto;
}

.br-btn-sm {
  padding: 5px 10px;
  font-size: 11px;
  gap: 4px;
}

.br-btn-submit {
  padding: 10px 24px;
  font-size: 14px;
}

.br-mt-lg {
  margin-top: 24px;
}

.br-ml-auto {
  margin-left: auto;
}

.br-flex-1 {
  flex: 1;
  min-width: 0;
}

.br-panel-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.br-panel-header .br-panel-title {
  margin: 0;
  flex: 1;
  min-width: 0;
}

.br-tabs-inline {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(28, 194, 235, 0.08);
  padding-bottom: 12px;
}

.br-tab-content {
  padding-top: 12px;
}

.br-tab-content-flush {
  padding-top: 4px;
}

.br-tab-count {
  font-size: 11px;
  padding: 2px 7px;
  border-radius: 10px;
  margin-left: 4px;
  font-weight: 700;
}

.br-tab-count-purple {
  background: rgba(159, 64, 226, 0.25);
  color: #9f40e2;
}

.br-th-narrow {
  width: 50px;
}

.br-th-actions {
  width: 120px;
  text-align: right;
}

.br-td-actions {
  text-align: right;
}

.br-td-meta {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.br-code-value {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.br-code-expired {
  opacity: 0.5;
}

.br-details-links {
  margin-top: 12px;
}
.br-details-links summary {
  cursor: pointer;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
}

.br-links-panel {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 10px;
  margin-top: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  word-break: break-all;
  max-height: 200px;
  overflow-y: auto;
}

.br-link-line {
  padding: 2px 0;
}

.br-empty-sm {
  padding: 20px;
}

.br-empty-md {
  padding: 24px;
}

.br-search-bar {
  margin-bottom: 10px;
}

.br-search-input {
  max-width: 300px;
}

.br-form-grid-2 {
  grid-template-columns: 1fr 1fr;
}

.br-form-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.br-form-grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.br-label-optional {
  color: rgba(255, 255, 255, 0.3);
}

.br-form-label-sm {
  font-size: 11px;
}

.br-input-narrow {
  width: 120px;
}

.br-input-file {
  padding: 7px 14px;
}

.br-flex-1 {
  flex: 1;
}

.br-upload-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.br-file-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.br-thumb-preview {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.br-gallery-grid {
  display: grid;
  gap: 8px;
  padding: 8px 0;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-template-rows: 250px;
}

.br-gallery-thumb-img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.br-btn-xs {
  padding: 2px 6px;
  font-size: 10px;
}

.br-scorm-status {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  padding: 6px 0;
}
.br-scorm-status.br-scorm-ready {
  color: #24da98;
}

.br-skin-panel-centered {
  text-align: center;
  padding: 16px;
}

.br-muted {
  color: rgba(255, 255, 255, 0.5);
}

.br-warning-inline {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  padding: 4px 0;
}

.br-icon-warning {
  color: #ffc107;
}

.br-rewards-section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.br-rewards-title {
  margin-bottom: 10px;
}

.br-text-center {
  text-align: center;
}

.br-step-options-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 16px 0;
}

.br-step-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.15s;
  position: relative;
  overflow: hidden;
}
.br-step-option:hover {
  background: rgba(28, 194, 235, 0.1);
  border-color: rgba(28, 194, 235, 0.3);
}
.br-step-option.disabled {
  cursor: default;
  opacity: 0.7;
}
.br-step-option.disabled:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}
.br-step-option.br-option-correct {
  background: rgba(36, 218, 152, 0.15);
  border-color: rgba(36, 218, 152, 0.4);
}

.br-step-option-text {
  font-size: 15px;
  position: relative;
  z-index: 1;
}

.br-step-option-image {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.br-step-question-image {
  max-width: 100%;
  border-radius: 12px;
  margin: 8px 0;
}

.br-step-feedback {
  display: none;
  padding: 10px;
  border-radius: 12px;
  margin-bottom: 12px;
  font-weight: 700;
  text-align: center;
}
.br-step-feedback.br-step-feedback-success {
  display: block;
  padding: 12px;
  background: rgba(36, 218, 152, 0.15);
  border: 1px solid rgba(36, 218, 152, 0.3);
  color: #24da98;
  margin: 12px 0;
}
.br-step-feedback.br-step-feedback-error {
  display: block;
  padding: 12px;
  background: rgba(244, 67, 54, 0.15);
  border: 1px solid rgba(244, 67, 54, 0.3);
  color: #f44336;
  margin: 12px 0;
}

.br-step-attempts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 10px 0 4px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.5);
}
.br-step-attempts .icon {
  font-size: 13px;
  opacity: 0.7;
}
.br-step-attempts .br-attempts-count {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}
.br-step-attempts.is-last {
  color: #ffc107;
}
.br-step-attempts.is-last .icon {
  opacity: 1;
}
.br-step-attempts.is-last .br-attempts-count {
  color: #ffc107;
}

.br-step-prompt {
  margin: 16px 0 8px;
}

.br-step-mc-hint {
  font-size: 13px;
  color: rgba(28, 194, 235, 0.7);
  margin: 4px 0 0;
  font-weight: 600;
}

.br-option-check-icon {
  margin-left: auto;
  color: #24da98;
  font-size: 16px;
}

.br-step-recorded {
  padding: 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  text-align: center;
}

.br-step-input-wrap {
  margin: 16px 0;
}

.br-step-keyphrase-input {
  text-align: center;
  font-size: 18px;
  padding: 12px;
  width: 100%;
  max-width: 400px;
}

.br-step-answered-value {
  font-size: 22px;
  font-weight: 900;
  color: #24da98;
  letter-spacing: 1px;
  margin: 12px 0 4px;
}

.br-cryptex-wheels {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin: 20px 0;
}

.cryptex-wheel {
  width: 42px;
  height: 52px;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0;
  border-radius: 6px;
}

.br-rating-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.br-rating-label {
  font-size: 12px;
  opacity: 0.5;
}

.br-rating-buttons {
  display: flex;
  gap: 6px;
}

.sr-rating-btn {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 2px solid rgba(28, 194, 235, 0.3);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.15s;
}
.sr-rating-btn:hover {
  border-color: rgba(28, 194, 235, 0.5);
  background: rgba(28, 194, 235, 0.15);
}

.br-rating-active {
  background: rgba(28, 194, 235, 0.3) !important;
  border-color: rgba(28, 194, 235, 0.6) !important;
}

.br-poll-option {
  position: relative;
}

.br-poll-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--poll-w, 0%);
  background: rgba(28, 194, 235, 0.12);
  transition: width 0.3s;
}

.br-poll-pct {
  position: relative;
  z-index: 1;
  font-weight: 700;
  color: #1cc2eb;
  margin-left: auto;
}

.br-step-item-display {
  margin: 16px auto;
  display: inline-block;
}
.br-step-item-display.br-step-item-locked {
  opacity: 0.4;
}

.br-step-item-badge {
  max-width: 100px;
  border-radius: 12px;
}

.br-step-item-name {
  font-weight: 700;
  margin-top: 6px;
}

.br-step-upload-area {
  margin: 16px 0;
}

.br-step-upload-hint {
  font-size: 11px;
  opacity: 0.4;
  margin-top: 6px;
}

.br-step-uploaded-preview {
  max-width: 100%;
  max-height: 300px;
  border-radius: 12px;
  margin: 12px 0;
}

.br-step-uploaded-video {
  max-width: 100%;
  border-radius: 12px;
  margin: 12px 0;
}

.br-step-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.br-step-gallery-item {
  display: block;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}
.br-step-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.br-puzzle-prompt {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  padding: 16px 20px;
  max-width: 800px;
}

.br-puzzle-done {
  padding: 20px;
  text-align: center;
}

.br-puzzle-complete-image {
  max-width: 400px;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 12px;
}

.br-puzzle-wrap {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 20px auto;
}

.br-puzzle-board {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(28, 194, 235, 0.2);
  border-radius: 6px;
}
.br-puzzle-board.br-puzzle-solved {
  border-color: #24da98;
  box-shadow: 0 0 20px rgba(36, 218, 152, 0.3);
}

.br-puzzle-slot {
  position: absolute;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  box-sizing: border-box;
}

.br-puzzle-piece {
  position: absolute;
  cursor: grab;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.15s;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: none;
  overflow: hidden;
  z-index: 5;
}
.br-puzzle-piece:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.br-puzzle-piece:hover .br-puzzle-rotate-btn {
  opacity: 1;
}
.br-puzzle-piece.br-puzzle-dragging {
  cursor: grabbing;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.7);
  transition: none;
  z-index: 100;
}
.br-puzzle-piece.br-puzzle-piece-correct {
  box-shadow: 0 0 0 2px #24da98;
  cursor: default;
  z-index: 4;
}
.br-puzzle-piece.br-puzzle-piece-correct .br-puzzle-rotate-btn {
  display: none;
}

.br-puzzle-piece-inner {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.br-puzzle-rotate-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  z-index: 6;
  padding: 0;
}
.br-puzzle-rotate-btn:hover {
  background: rgba(28, 194, 235, 0.8);
}

.br-puzzle-hint {
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  margin: 8px 0 0;
}

.br-ot-answer-display {
  margin: 16px 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}

.br-ot-answer-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 8px;
}

.br-ot-answer-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin-bottom: 12px;
}
.br-ot-answer-text p {
  margin: 0 0 8px;
}

.br-ai-help {
  margin-top: 16px;
}
.br-ai-help summary {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
}
.br-ai-help summary:hover {
  color: #ffffff;
}

.br-ai-help-content {
  padding: 12px 0 0 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.br-ai-help-content ol {
  padding-left: 20px;
  margin: 8px 0;
}
.br-ai-help-content ol li {
  margin-bottom: 6px;
}
.br-ai-help-content a {
  color: #1cc2eb;
  text-decoration: underline;
}
.br-ai-help-content code {
  background: rgba(255, 255, 255, 0.08);
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 12px;
}

.br-accordion {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  margin-bottom: 6px;
  background: rgba(0, 0, 0, 0.15);
  transition: border-color 0.2s, background 0.2s;
}
.br-accordion[open] {
  border-color: rgba(28, 194, 235, 0.4);
  background: rgba(28, 194, 235, 0.04);
}
.br-accordion[open] .br-accordion-header {
  border-bottom: 1px solid rgba(28, 194, 235, 0.15);
  background: rgba(28, 194, 235, 0.08);
}
.br-accordion[open] .br-accordion-arrow {
  transform: rotate(-90deg);
}
.br-accordion[open] .br-accordion-body {
  display: block;
}

.br-accordion-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  cursor: pointer;
  list-style: none;
  border-radius: 6px;
  transition: background 0.15s;
}
.br-accordion-header:hover {
  background: rgba(255, 255, 255, 0.04);
}
.br-accordion-header::-webkit-details-marker {
  display: none;
}
.br-accordion-header::marker {
  display: none;
  content: "";
}

tr.br-accordion-header {
  display: table-row;
}

tr.br-accordion-body {
  display: none;
}

.br-accordion-title {
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
}

.br-accordion-key {
  font-size: 11px;
  color: #1cc2eb;
  background: rgba(28, 194, 235, 0.1);
  padding: 1px 6px;
  border-radius: 3px;
}

.br-accordion-meta {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin-left: auto;
}

.br-accordion-arrow {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  transition: transform 0.2s;
  transform: rotate(180deg);
  flex-shrink: 0;
}

.br-accordion-action {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.br-accordion-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.br-accordion-new-plan {
  display: none;
  background: rgba(4, 22, 30, 0.5);
  border: 1px solid rgba(28, 194, 235, 0.15);
  border-radius: 12px;
  padding: 16px;
  margin-top: 12px;
}

@media (max-width: 600px) {
  .br-puzzle-wrap {
    max-width: 100%;
  }
}
.br-branch-cards {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
}

.br-path-choice-card {
  flex: 1;
  min-width: 140px;
  max-width: 200px;
  padding: 20px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  color: #ffffff;
}
.br-path-choice-card:hover {
  border-color: rgba(28, 194, 235, 0.5);
  background: rgba(28, 194, 235, 0.1);
  transform: translateY(-2px);
}

.br-path-card-badge {
  max-width: 70px;
  border-radius: 10px;
  margin-bottom: 8px;
}

.br-path-card-name {
  font-weight: 700;
  font-size: 16px;
}

.br-path-card-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
}

.br-branch-chosen {
  padding: 16px;
  border-radius: 12px;
  background: rgba(28, 194, 235, 0.1);
  border: 1px solid rgba(28, 194, 235, 0.25);
  margin: 16px 0;
}

.br-branch-chosen-badge {
  max-width: 80px;
  border-radius: 10px;
  margin-bottom: 8px;
}

.br-branch-chosen-name {
  font-size: 18px;
  font-weight: 700;
  color: #1cc2eb;
}

.br-branch-chosen-label {
  font-size: 12px;
  opacity: 0.5;
  margin-top: 4px;
}

.br-branch-warning {
  font-size: 11px;
  opacity: 0.35;
}

.br-branch-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.br-branch-opt {
  padding: 8px 16px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.15s;
}
.br-branch-opt:hover {
  border-color: rgba(28, 194, 235, 0.4);
  background: rgba(28, 194, 235, 0.08);
}
.br-branch-opt.active {
  border-color: rgba(159, 64, 226, 0.6);
  background: rgba(159, 64, 226, 0.15);
}
.br-branch-opt.active:first-child {
  border-color: rgba(28, 194, 235, 0.6);
  background: rgba(28, 194, 235, 0.12);
}

.br-branch-add {
  border-style: dashed;
  border-color: rgba(28, 194, 235, 0.3);
  background: transparent;
  color: rgba(28, 194, 235, 0.7);
}

.br-branch-count {
  font-size: 10px;
  opacity: 0.5;
  margin-left: 4px;
}

.br-branch-inline-form {
  display: none;
  margin-top: 10px;
  align-items: center;
  gap: 8px;
}
.br-branch-inline-form .br-input {
  flex: 1;
  max-width: 250px;
}

.br-step-item.ui-sortable-helper {
  opacity: 0.85;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  z-index: 100;
}

.br-step-list .ui-sortable-placeholder {
  visibility: visible !important;
  height: 52px;
  background: rgba(28, 194, 235, 0.06);
  border: 1px dashed rgba(28, 194, 235, 0.25);
  border-radius: 6px;
}

@media (max-width: 768px) {
  .br-page-header {
    flex-direction: column;
    text-align: center;
  }
  .br-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .br-table {
    display: block;
    overflow-x: auto;
  }
  .br-step-row {
    gap: 8px;
    padding: 6px 8px;
  }
  .br-step-type {
    display: none;
  }
  .br-player-card {
    padding: 6px 10px;
    gap: 8px;
  }
  .br-player-avatar {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 480px) {
  .br-page-title {
    font-size: 26px;
  }
  .br-tab-btn {
    font-size: 13px;
    padding: 8px 10px;
  }
}
.br-journey-manager {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 80px;
  color: #ffffff;
}

.br-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 16px;
  background: rgba(11, 61, 79, 0.6);
  border-bottom: 1px solid rgba(28, 194, 235, 0.15);
}

.br-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
}
.br-header-left .br-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(28, 194, 235, 0.15);
  border-radius: 10px;
  font-size: 22px;
  color: #1cc2eb;
}
.br-header-left h2 {
  margin: 0;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
}

.br-header-counts {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.br-count-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
}
.br-count-badge .br-cnt {
  color: #ffffff;
  font-size: 14px;
}
.br-count-badge.type-quest {
  border-left: 3px solid #2196f3;
}
.br-count-badge.type-mission {
  border-left: 3px solid #ff9800;
}
.br-count-badge.type-challenge {
  border-left: 3px solid #f44336;
}
.br-count-badge.type-survey {
  border-left: 3px solid #009688;
}

.br-header-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.br-bulk-upload {
  display: flex;
  align-items: center;
  gap: 8px;
}
.br-bulk-upload input[type=file] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 180px;
}
.br-bulk-upload input[type=file]::file-selector-button {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  color: #ffffff;
  padding: 4px 10px;
  font-size: 11px;
  cursor: pointer;
}

.br-toolbar {
  position: sticky;
  top: 50px;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px 16px;
  background: rgba(4, 22, 30, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(28, 194, 235, 0.12);
}
.br-toolbar select {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #ffffff;
  padding: 7px 10px;
  font-size: 12px;
  outline: none;
  cursor: pointer;
  max-width: 170px;
}
.br-toolbar select option {
  background: #0b3d4f;
  color: #ffffff;
}

.br-search {
  position: relative;
  flex: 1 1 200px;
  max-width: 320px;
}
.br-search input {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #ffffff;
  padding: 8px 12px 8px 34px;
  font-size: 13px;
  outline: none;
  transition: border-color 0.2s;
}
.br-search input:focus {
  border-color: rgba(28, 194, 235, 0.4);
}
.br-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.br-search input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.br-search .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  pointer-events: none;
}

.br-type-filters {
  display: flex;
  gap: 4px;
}

.br-type-btn {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.15s;
  background: rgba(255, 255, 255, 0.06);
}
.br-type-btn:hover {
  opacity: 0.8;
}
.br-type-btn.active {
  border-color: #ffffff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.15);
}
.br-type-btn.t-all {
  background: rgba(255, 255, 255, 0.12);
}
.br-type-btn.t-quest {
  background: rgba(33, 150, 243, 0.25);
  color: #2196f3;
}
.br-type-btn.t-mission {
  background: rgba(255, 152, 0, 0.25);
  color: #ff9800;
}
.br-type-btn.t-challenge {
  background: rgba(244, 67, 54, 0.25);
  color: #f44336;
}
.br-type-btn.t-survey {
  background: rgba(0, 150, 136, 0.25);
  color: #009688;
}

.br-autofill-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

.br-path-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: rgba(244, 67, 54, 0.1);
  border-bottom: 1px solid rgba(244, 67, 54, 0.2);
}
.br-path-banner .br-path-thumb {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}
.br-path-banner .br-path-name {
  font-weight: 700;
  font-size: 15px;
}
.br-path-banner .br-path-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.br-table-wrap {
  padding: 0 8px;
}

.br-tabi-group {
  margin-bottom: 20px;
}

.br-tabi-headline {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 14px;
  margin: 0 8px 10px;
  color: rgba(11, 61, 79, 0.6);
  border-left: 4px solid #1cc2eb;
  background: white;
  border-radius: 6px;
  position: sticky;
  top: 110px;
  z-index: 10;
  box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.5);
}
.br-tabi-headline .icon {
  font-size: 15px;
  opacity: 0.85;
}
.br-tabi-headline.no-tabi {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.br-tabi-headline.no-tabi .icon {
  opacity: 0.5;
}

.br-tabi-title {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  letter-spacing: 1px;
  opacity: 0.9;
}

.br-tabi-stats {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.br-tabi-stat {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 2px 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.85;
  white-space: nowrap;
}
.br-tabi-stat.sidequest {
  background: rgba(159, 64, 226, 0.15);
  color: #9f40e2;
}

.br-tabi-stat-divider {
  opacity: 0.3;
}

.br-table-header {
  display: grid;
  grid-template-columns: 36px 36px 40px minmax(120px, 1fr) 55px 75px 75px 120px;
  gap: 6px;
  align-items: center;
  padding: 8px 12px;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(28, 194, 235, 0.1);
}
.br-table-header.with-ep {
  grid-template-columns: 36px 36px 40px minmax(120px, 1fr) 55px 75px 75px 75px 120px;
}

.br-row {
  display: grid;
  grid-template-columns: 36px 36px 40px minmax(120px, 1fr) 55px 75px 75px 120px;
  gap: 6px;
  align-items: center;
  padding: 6px 12px;
  border-bottom: none;
  background: rgba(11, 61, 79, 0.25);
  transition: background 0.15s;
  position: relative;
}
.br-row:hover {
  background: rgba(11, 61, 79, 0.5);
}
.br-row.with-ep {
  grid-template-columns: 36px 36px 40px minmax(120px, 1fr) 55px 75px 75px 75px 120px;
}

.br-status-cell {
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.br-req-badge {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 2px 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6);
}
.br-req-badge.sidequest {
  background: rgba(159, 64, 226, 0.15);
  color: #9f40e2;
}

.br-action-bar {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  padding: 4px 12px 8px;
  background: rgba(11, 61, 79, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.br-action-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
  text-decoration: none;
  font-family: inherit;
}
.br-action-link .icon {
  font-size: 11px;
}
.br-action-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
}
.br-action-link.edit {
  color: #24da98;
  border-color: rgba(36, 218, 152, 0.15);
}
.br-action-link.edit:hover {
  background: rgba(36, 218, 152, 0.1);
}
.br-action-link.expand {
  color: #1cc2eb;
  border-color: rgba(28, 194, 235, 0.15);
}
.br-action-link.expand:hover, .br-action-link.expand.open {
  background: rgba(28, 194, 235, 0.1);
}
.br-action-link.lock {
  color: #f7cb15;
  border-color: rgba(247, 203, 21, 0.15);
}
.br-action-link.lock:hover {
  background: rgba(247, 203, 21, 0.1);
}
.br-action-link.unlock {
  color: #24da98;
  border-color: rgba(36, 218, 152, 0.15);
}
.br-action-link.unlock:hover {
  background: rgba(36, 218, 152, 0.1);
}
.br-action-link.duplicate {
  color: #9f40e2;
  border-color: rgba(159, 64, 226, 0.15);
}
.br-action-link.duplicate:hover {
  background: rgba(159, 64, 226, 0.1);
}
.br-action-link.trash {
  color: #f44336;
  border-color: rgba(244, 67, 54, 0.15);
}
.br-action-link.trash:hover {
  background: rgba(244, 67, 54, 0.1);
}
.br-action-link.validate-toggle.on {
  color: #00bcd4;
  border-color: rgba(0, 188, 212, 0.15);
}
.br-action-link.validate-toggle.on:hover {
  background: rgba(0, 188, 212, 0.1);
}
.br-action-link.optional-toggle.on {
  color: #9f40e2;
  border-color: rgba(159, 64, 226, 0.15);
}
.br-action-link.optional-toggle.on:hover {
  background: rgba(159, 64, 226, 0.1);
}

.br-drag {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  opacity: 0.3;
  transition: opacity 0.15s;
}
.br-drag:hover {
  opacity: 0.7;
}
.br-drag img {
  width: 16px;
  height: 16px;
  filter: invert(1);
}
.br-drag.hidden-handle {
  visibility: hidden;
}

.br-type-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 14px;
  color: #ffffff;
  border: none;
}
.br-type-icon.quest {
  background: rgba(33, 150, 243, 0.3);
  color: #2196f3;
}
.br-type-icon.mission {
  background: rgba(255, 152, 0, 0.3);
  color: #ff9800;
}
.br-type-icon.challenge {
  background: rgba(244, 67, 54, 0.3);
  color: #f44336;
}
.br-type-icon.survey {
  background: rgba(0, 150, 136, 0.3);
  color: #009688;
}

.br-type-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.br-type-pill .icon {
  font-size: 11px;
}
.br-type-pill.quest {
  background: rgba(33, 150, 243, 0.3);
  color: #2196f3;
}
.br-type-pill.mission {
  background: rgba(255, 152, 0, 0.3);
  color: #ff9800;
}
.br-type-pill.challenge {
  background: rgba(244, 67, 54, 0.3);
  color: #f44336;
}
.br-type-pill.survey {
  background: rgba(0, 150, 136, 0.3);
  color: #009688;
}

.br-thumb {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.br-name {
  min-width: 0;
}
.br-name input[type=text] {
  width: 100%;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #ffffff;
  padding: 5px 8px;
  font-size: 26px;
  font-weight: 600;
  transition: border-color 0.2s, background 0.2s;
}
.br-name input[type=text]:hover, .br-name input[type=text]:focus {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  outline: none;
}

.br-num {
  display: flex;
  align-items: center;
  gap: 4px;
}
.br-num .icon {
  font-size: 12px;
  opacity: 0.4;
}
.br-num.br-num-static span {
  padding: 5px 6px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
}
.br-num input[type=number] {
  width: 100%;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #ffffff;
  padding: 5px 6px;
  font-size: 13px;
  text-align: center;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
  transition: border-color 0.2s, background 0.2s;
}
.br-num input[type=number]::-webkit-inner-spin-button, .br-num input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.br-num input[type=number]:hover, .br-num input[type=number]:focus {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  outline: none;
}

.br-status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 3px 8px;
  border-radius: 4px;
}
.br-status.st-publish {
  background: rgba(36, 218, 152, 0.15);
  color: #24da98;
}
.br-status.st-locked {
  background: rgba(247, 203, 21, 0.15);
  color: #f7cb15;
}
.br-status.st-draft {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
}

.br-quick-edit {
  display: none;
  grid-column: 1/-1;
  padding: 12px 16px;
  background: rgba(11, 61, 79, 0.4);
  border: 1px solid rgba(28, 194, 235, 0.12);
  border-radius: 0 0 10px 10px;
  margin: -1px 0 6px;
}
.br-quick-edit.open {
  display: block;
}

.br-qe-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.br-qe-field-full {
  grid-column: 1/-1;
}

.br-cond-rank-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  border: 1px solid rgba(28, 194, 235, 0.2);
  border-radius: 6px;
  background: rgba(28, 194, 235, 0.06);
}
.br-cond-rank-note > .icon {
  font-size: 22px;
  color: rgba(28, 194, 235, 0.7);
  flex-shrink: 0;
  line-height: 1.2;
}
.br-cond-rank-note h4 {
  margin: 0 0 6px;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
}
.br-cond-rank-note p {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}
.br-cond-rank-note p:last-child {
  margin-bottom: 0;
}
.br-cond-rank-note p strong {
  color: #ffffff;
}
.br-cond-rank-note a {
  color: #1cc2eb;
  white-space: nowrap;
}

.br-cond-rank-hint {
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.4) !important;
}

.br-qe-field label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 4px;
}
.br-qe-field input, .br-qe-field select {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #ffffff;
  padding: 8px 12px;
  font-size: 13px;
  outline: none;
}
.br-qe-field input:focus, .br-qe-field select:focus {
  border-color: rgba(28, 194, 235, 0.4);
}
.br-qe-field select option {
  background: #0b3d4f;
  color: #ffffff;
}

.br-qe-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.br-qe-actions .br-btn {
  font-size: 12px;
  padding: 5px 12px;
}

.br-summary-bar {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 10px 20px;
  background: rgba(11, 61, 79, 0.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(28, 194, 235, 0.2);
}

.br-summary-stat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.br-summary-stat .icon {
  font-size: 18px;
}
.br-summary-stat .br-stat-val {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #1cc2eb;
}
.br-summary-stat .br-stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

.br-section {
  margin-top: 24px;
  padding: 0 8px;
}

.br-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: rgba(11, 61, 79, 0.6);
  border: 1px solid rgba(28, 194, 235, 0.15);
  border-radius: 12px 12px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.br-section-header:hover {
  background: rgba(11, 61, 79, 0.8);
}
.br-section-header h3 {
  margin: 0;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.br-section-header h3 .icon {
  font-size: 18px;
}
.br-section-header .br-toggle-icon {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  transition: transform 0.2s;
}
.br-section-header.collapsed .br-toggle-icon {
  transform: rotate(-90deg);
}

.br-section-body {
  background: rgba(11, 61, 79, 0.2);
  border: 1px solid rgba(28, 194, 235, 0.08);
  border-top: none;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.br-section-body.collapsed {
  display: none;
}

.br-dt-row {
  display: grid;
  grid-template-columns: 36px 1fr 80px 80px 130px 160px;
  gap: 8px;
  align-items: center;
  padding: 8px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 13px;
}
.br-dt-row:last-child {
  border-bottom: none;
}
.br-dt-row .br-dt-title {
  font-weight: 600;
}
.br-dt-row select {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: #ffffff;
  padding: 5px 8px;
  font-size: 12px;
  outline: none;
}
.br-dt-row select option {
  background: #0b3d4f;
  color: #ffffff;
}

.br-dt-links {
  display: flex;
  gap: 4px;
}

.br-scroll-sentinel {
  height: 1px;
  width: 100%;
}

.br-sortable .ui-sortable-helper {
  background: rgba(4, 22, 30, 0.95) !important;
  border: 1px solid rgba(28, 194, 235, 0.4) !important;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.br-sortable .br-sortable-placeholder {
  background: rgba(28, 194, 235, 0.06);
  border: 2px dashed rgba(28, 194, 235, 0.3);
  border-radius: 8px;
  visibility: visible !important;
  margin: 2px 0;
}
.br-sortable .row-container {
  cursor: default;
  margin: 10px 0;
  background: rgba(255, 255, 255, 0.1);
}
.br-sortable .row-container:nth-of-type(even) {
  background: #04161e;
}

@media (max-width: 900px) {
  .br-table-header,
  .br-row {
    grid-template-columns: 30px 30px 1fr 50px 60px 60px 90px;
    font-size: 12px;
  }
  .br-table-header.with-ep,
  .br-row.with-ep {
    grid-template-columns: 30px 30px 1fr 50px 60px 60px 60px 90px;
  }
  .br-drag {
    display: none;
  }
  .br-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .br-summary-bar {
    gap: 12px;
    flex-wrap: wrap;
    padding: 8px 12px;
  }
  .br-dt-row {
    grid-template-columns: 30px 1fr 60px 60px 100px;
  }
  .br-action-bar {
    padding: 4px 8px;
  }
}
@media (max-width: 600px) {
  .br-table-header,
  .br-row {
    grid-template-columns: 30px 1fr 50px 50px 80px;
    gap: 4px;
    padding: 6px 8px;
  }
  .br-table-header.with-ep,
  .br-row.with-ep {
    grid-template-columns: 30px 1fr 50px 50px 50px 80px;
  }
  .br-toolbar {
    gap: 6px;
    padding: 8px 10px;
  }
  .br-qe-grid {
    grid-template-columns: 1fr 1fr;
  }
  .br-dt-row {
    grid-template-columns: 1fr 60px 100px;
  }
  .br-action-link {
    font-size: 10px;
    padding: 2px 6px;
  }
}
.br-wall-tabs {
  margin-bottom: 16px;
}

.br-wall-channel.hidden {
  display: none;
}

.br-wall-composer {
  margin-bottom: 16px;
}
.br-wall-composer.hidden {
  display: none;
}
.br-wall-composer textarea.br-input {
  resize: vertical;
  min-height: 70px;
  margin-bottom: 10px;
}

.br-wall-composer-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.br-wall-feed {
  min-height: 120px;
}

.br-wall-card {
  background: rgba(11, 61, 79, 0.6);
  border: 1px solid rgba(28, 194, 235, 0.2);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 10px;
  transition: border-color 0.2s;
}
.br-wall-card:hover {
  border-color: rgba(28, 194, 235, 0.35);
}

.br-wall-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.br-wall-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.br-wall-meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.br-wall-author {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.br-wall-time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
}

.br-wall-body {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.br-wall-body p {
  margin: 0 0 8px;
}
.br-wall-body p:last-child {
  margin-bottom: 0;
}
.br-wall-body img {
  max-width: 100%;
  border-radius: 6px;
}

.br-wall-trash {
  margin-left: auto;
  flex-shrink: 0;
}

.br-wall-guild-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  margin-bottom: 16px;
  background: rgba(11, 61, 79, 0.6);
  border-left: 4px solid #00bcd4;
  border-radius: 12px;
}

.br-wall-guild-name {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
}

.br-activity-timeline {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.br-activity-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 6px;
  transition: background 0.15s;
}
.br-activity-item:hover {
  background: rgba(28, 194, 235, 0.04);
}
.br-activity-item + .br-activity-item {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.br-activity-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.br-activity-icon.green {
  background: rgba(36, 218, 152, 0.15);
  color: #24da98;
}
.br-activity-icon.red {
  background: rgba(244, 67, 54, 0.15);
  color: #f44336;
}
.br-activity-icon.amber {
  background: rgba(255, 193, 7, 0.15);
  color: #ffc107;
}
.br-activity-icon.blue {
  background: rgba(28, 194, 235, 0.15);
  color: #1cc2eb;
}
.br-activity-icon.purple {
  background: rgba(159, 64, 226, 0.15);
  color: #9f40e2;
}
.br-activity-icon.teal {
  background: rgba(0, 188, 212, 0.15);
  color: #00bcd4;
}
.br-activity-icon.orange {
  background: rgba(255, 152, 0, 0.15);
  color: #ff9800;
}
.br-activity-icon.default {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
}

.br-activity-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.br-activity-action {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.br-activity-action strong {
  color: #ffffff;
}

.br-activity-detail {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.br-activity-time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  white-space: nowrap;
  flex-shrink: 0;
}

.br-admin-log-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.br-admin-log-toolbar .br-search {
  flex: 1 1 200px;
  max-width: 320px;
}

.br-admin-log {
  border-radius: 12px;
  overflow: hidden;
}
.br-admin-log .br-table {
  font-size: 13px;
}

.br-admin-log-content {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .br-wall-card {
    padding: 12px;
  }
  .br-wall-avatar {
    width: 34px;
    height: 34px;
  }
  .br-activity-item {
    padding: 8px 10px;
    gap: 8px;
  }
  .br-activity-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .br-admin-log-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .br-admin-log-toolbar .br-search {
    max-width: none;
  }
  .br-admin-log-content {
    max-width: 120px;
  }
}
.br-input-group {
  display: flex;
  align-items: center;
  gap: 0;
}
.br-input-group .br-input {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.br-input-suffix {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: none;
  border-radius: 0 12px 12px 0;
  white-space: nowrap;
  height: 38px;
  box-sizing: border-box;
}

.br-panel-subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin: -12px 0 16px;
}

.br-empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 600;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

.br-post-auto-complete {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  border-radius: 12px;
  background: rgba(36, 218, 152, 0.1);
  border: 1px solid rgba(36, 218, 152, 0.25);
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
}
.br-post-auto-complete .icon {
  font-size: 20px;
  color: #24da98;
  flex-shrink: 0;
}
.br-post-auto-complete strong {
  color: #ffffff;
}

.br-reward-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 12px;
  margin: 12px auto;
  max-width: 500px;
}
.br-reward-card img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.br-reward-card.br-reward-card-purple {
  background: rgba(159, 64, 226, 0.15);
  border: 1px solid rgba(159, 64, 226, 0.3);
}
.br-reward-card.br-reward-card-teal {
  background: rgba(0, 188, 212, 0.15);
  border: 1px solid rgba(0, 188, 212, 0.3);
}

.br-reward-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.7;
}

.br-reward-name {
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
}

.br-gm-comment {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 12px;
  background: rgba(28, 194, 235, 0.08);
  border: 1px solid rgba(28, 194, 235, 0.2);
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  text-align: left;
}
.br-gm-comment .icon {
  font-size: 18px;
  color: #1cc2eb;
  flex-shrink: 0;
  margin-top: 2px;
}

.br-question-item {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.br-question-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  transition: background 0.15s;
}
.br-question-header:hover {
  background: rgba(255, 255, 255, 0.07);
}
.br-question-header .question-text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.br-question-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: 3px 8px;
  border-radius: 4px;
  background: rgba(244, 67, 54, 0.2);
  color: #f44336;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  flex-shrink: 0;
}

.br-question-chevron {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  transition: transform 0.2s;
  flex-shrink: 0;
}

.accordion-tab.active .br-question-chevron {
  transform: rotate(180deg);
}

.br-question-body {
  padding: 16px;
  background: rgba(0, 0, 0, 0.15);
}

.br-question-actions {
  display: flex;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 8px;
}

.br-question-upload form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.br-options-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 4px;
}

.br-option-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.br-option-row:last-child {
  border-bottom: none;
}

.br-opt-col-toggle {
  flex-shrink: 0;
  width: 92px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.br-opt-col-img {
  flex-shrink: 0;
  width: 60px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.br-opt-img-btn {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3) center/cover no-repeat;
  cursor: pointer;
  padding: 0;
  transition: border-color 0.15s;
}
.br-opt-img-btn:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.br-opt-img-clear {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
  background: rgba(244, 67, 54, 0.2);
  color: #f44336;
  font-size: 10px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.br-opt-img-clear:hover {
  background: rgba(244, 67, 54, 0.4);
}

.br-opt-col-text {
  flex: 1;
}
.br-opt-col-text .br-input {
  margin-bottom: 0;
}

.br-opt-col-del {
  flex-shrink: 0;
  width: 40px;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .br-option-row {
    flex-wrap: wrap;
  }
  .br-options-header {
    display: none;
  }
  .br-opt-col-text {
    min-width: 100%;
    order: 10;
  }
}
@media (max-width: 480px) {
  .br-wall-composer-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .br-wall-composer-actions .br-btn {
    justify-content: center;
  }
  .br-activity-action {
    font-size: 13px;
  }
  .br-activity-time {
    font-size: 11px;
  }
}
.br-initially-hidden {
  display: none;
}

.svg-clip-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.br-page-narrow {
  max-width: 900px;
}

.br-btn-submit {
  padding: 10px 24px;
  font-size: 14px;
}

.br-select-auto {
  width: auto;
}

.br-required-marker {
  color: #f44336;
  font-size: 10px;
  letter-spacing: 0;
}

.br-confirm-overlay {
  display: none;
  background: rgba(4, 22, 30, 0.95);
  border: 1px solid rgba(244, 67, 54, 0.3);
  border-radius: 12px;
  padding: 20px;
  margin-top: 12px;
  text-align: center;
}

.br-form-hint-block {
  display: block;
  margin-top: -12px;
  margin-bottom: 16px;
}

.br-avatar-red {
  background: rgba(244, 67, 54, 0.2);
  border-color: rgba(244, 67, 54, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.br-avatar-teal {
  background: rgba(0, 188, 212, 0.2);
  border-color: rgba(0, 188, 212, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.br-avatar-green {
  background: rgba(36, 218, 152, 0.2);
  border-color: rgba(36, 218, 152, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.br-avatar-amber {
  background: rgba(255, 193, 7, 0.2);
  border-color: rgba(255, 193, 7, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.br-avatar-blue {
  background: rgba(33, 150, 243, 0.2);
  border-color: rgba(33, 150, 243, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.br-avatar-brown {
  background: rgba(121, 85, 72, 0.25);
  border-color: rgba(121, 85, 72, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.br-avatar-orange {
  background: rgba(255, 152, 0, 0.2);
  border-color: rgba(255, 152, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.br-avatar-survey {
  background: rgba(0, 150, 136, 0.2);
  border-color: rgba(0, 150, 136, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.br-icon-red {
  color: #f44336;
}

.br-icon-teal {
  color: #00bcd4;
}

.br-icon-green {
  color: #24da98;
}

.br-icon-amber {
  color: #ffc107;
}

.br-icon-blue {
  color: #2196f3;
}

.br-icon-brown {
  color: #8d6e63;
}

.br-icon-orange {
  color: #ff9800;
}

.br-icon-survey {
  color: #009688;
}

.br-icon-md {
  font-size: 24px;
}

.br-panel-narrow {
  max-width: 900px;
  margin: 0 auto;
  padding: 16px;
}

.br-page-mid {
  max-width: 1000px;
}

.br-form-label-green {
  color: #24da98;
}

.br-form-label-red {
  color: #f44336;
}

.br-input-green {
  border-color: rgba(36, 218, 152, 0.25);
}

.br-input-red {
  border-color: rgba(244, 67, 54, 0.2);
}

.br-text-muted-sm {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
}

.br-member-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(28, 194, 235, 0.2);
}

.br-search-inline {
  position: relative;
}
.br-search-inline .icon {
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  pointer-events: none;
}
.br-search-inline .br-input {
  padding-left: 34px;
}

.br-helper-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  font-family: inherit;
  text-transform: none;
  letter-spacing: 0;
  margin-left: 8px;
}

.br-confirm-dialog {
  background: rgba(30, 30, 30, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 16px;
}

.br-confirm-dialog-title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

.br-confirm-dialog-note {
  display: block;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 12px;
}

.br-confirm-dialog-actions {
  display: flex;
  gap: 6px;
}

.br-challenge-review-bar {
  gap: 20px;
}
.br-challenge-review-bar .br-actions {
  gap: 10px;
}

.br-review-score {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  white-space: nowrap;
}
.br-review-score .icon {
  font-size: 18px;
}
.br-review-score.passed {
  color: #24da98;
}
.br-review-score.failed {
  color: #f44336;
}

@media (max-width: 768px) {
  .br-challenge-review-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: min(560px, 94vw);
  }
  .br-challenge-review-bar .br-review-score {
    justify-content: center;
  }
  .br-challenge-review-bar .br-actions {
    justify-content: center;
  }
}
.br-empty-text {
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  padding: 16px;
}

.br-badge-ml {
  margin-left: 8px;
}

.br-mt-sm {
  margin-top: 16px;
}

.br-mt-md {
  margin-top: 24px;
}

.br-mb-0 {
  margin-bottom: 0 !important;
}

.br-mb-sm {
  margin-bottom: 8px;
}

.br-mb-md {
  margin-bottom: 16px;
}

.br-mb-14 {
  margin-bottom: 14px;
}

.br-btn-compact {
  padding: 4px 10px;
}

.br-speaker-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.br-speaker-label {
  cursor: pointer;
}
.br-speaker-label.active {
  background: rgba(28, 194, 235, 0.18);
  border-color: rgba(28, 194, 235, 0.4);
}

.br-speaker-hero {
  position: relative;
  padding: 40px 28px;
  text-align: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.br-speaker-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 22, 30, 0.55), rgba(4, 22, 30, 0.92));
}

.br-speaker-hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.br-speaker-avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.08);
  border: 3px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 8px;
}

.br-speaker-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}

.br-speaker-edit {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

.br-speaker-bio {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
}

.br-speaker-sessions {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.br-speaker-session-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.br-speaker-session-row:last-child {
  border-bottom: none;
}

.br-speaker-session-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.br-speaker-session-time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 2px;
}

.br-speaker-session-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin: 6px 0 0;
}

.br-objective-menu {
  background: rgba(4, 22, 30, 0.95);
  border: 1px solid rgba(28, 194, 235, 0.2);
  border-radius: 8px;
}

.br-flex {
  display: flex;
}

.br-flex-center {
  display: flex;
  align-items: center;
}

.br-flex-row {
  display: flex;
  gap: 8px;
}

.br-flex-between {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.br-flex-wrap {
  flex-wrap: wrap;
}

.br-gap-sm {
  gap: 8px;
}

.br-gap-md {
  gap: 16px;
}

.br-mr-sm {
  margin-right: 8px;
}

.br-btn-confirm {
  padding: 10px 20px;
}

.br-badge-sm {
  font-size: 9px;
}

.br-flex-mt-sm {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.br-input-suffix-sm {
  font-size: 10px;
}

.br-badge-ml-sm {
  margin-left: 4px;
  font-size: 10px;
}

.br-config-header-icon {
  background: rgba(28, 194, 235, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: rgba(28, 194, 235, 0.4);
}
.br-config-header-icon .icon {
  font-size: 28px;
  color: #1cc2eb;
}

.br-config-section-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 8px;
}

.br-config-setting-row {
  border-left: 3px solid rgba(28, 194, 235, 0.3);
  cursor: default;
  align-items: flex-start;
  padding: 10px 14px;
}

.br-config-setting-body {
  flex: 1;
  min-width: 0;
}

.br-config-setting-label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  display: block;
}

.br-config-setting-desc {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
}

.br-config-setting-control {
  flex-shrink: 0;
  min-width: 180px;
}

.br-config-settings-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.br-config-code-name {
  color: #1cc2eb;
  font-size: 12px;
}

.br-config-upload-row {
  display: flex;
  gap: 6px;
  align-items: center;
}

.br-config-feature-actions {
  display: flex;
  gap: 4px;
}

.br-config-feature-btn {
  width: 28px;
  height: 28px;
}

.br-config-feature-form {
  display: none;
  background: rgba(4, 22, 30, 0.5);
  border: 1px solid rgba(28, 194, 235, 0.15);
  border-radius: 8px;
  padding: 16px;
  margin-top: 12px;
}

.br-config-form-actions {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.br-config-section-divider {
  border-top: 1px solid rgba(28, 194, 235, 0.1);
  margin-top: 20px;
  padding-top: 20px;
}

.br-config-id-cell {
  opacity: 0.4;
}

.br-config-name-cell {
  font-weight: 600;
}

.br-config-feature-desc-cell {
  font-size: 12px;
  opacity: 0.5;
}

.br-config-add-row {
  margin-top: 12px;
}

.br-sso-cert {
  font-family: monospace;
  font-size: 11px;
  resize: vertical;
}

.br-sso-endpoint-list {
  margin: 10px 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.9;
}
.br-sso-endpoint-list code {
  font-size: 12px;
  background: rgba(28, 194, 235, 0.06);
  padding: 2px 6px;
  border-radius: 6px;
}

.br-config-org-logo {
  height: 40px;
  border-radius: 6px;
}

.br-config-org-actions {
  display: flex;
  gap: 4px;
}

.br-config-icon-hint {
  opacity: 0.5;
}

.br-config-save-btn {
  padding: 10px 24px;
  font-size: 14px;
}

.br-notif-empty {
  max-width: 800px;
  margin: 40px auto;
  text-align: center;
  padding: 40px;
}

.br-notif-empty-icon {
  font-size: 48px;
  color: rgba(28, 194, 235, 0.4);
  display: block;
  margin-bottom: 16px;
}

.br-notif-empty-title {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 8px;
}

.br-notif-empty-text {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

.br-notif-denied {
  max-width: 800px;
  margin: 40px auto;
  text-align: center;
  padding: 40px;
  border-color: rgba(244, 67, 54, 0.3);
}

.br-notif-denied-icon {
  font-size: 48px;
  color: rgba(244, 67, 54, 0.5);
  display: block;
  margin-bottom: 16px;
}

.br-notif-denied-title {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #f44336;
  margin: 0 0 8px;
}

.br-notif-header-stats {
  margin-left: auto;
  text-align: right;
}

.br-notif-eligible-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.35);
  display: block;
}

.br-notif-eligible-count {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #1cc2eb;
}

.br-notif-status {
  display: none;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 16px;
  font-size: 14px;
}

.br-notif-compose-panel {
  padding: 20px;
}

.br-notif-code-hint {
  background: rgba(28, 194, 235, 0.1);
  color: #1cc2eb;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
}

.br-notif-player-level {
  color: #9f40e2;
  font-weight: 700;
}

.br-notif-actions-panel {
  padding: 16px 20px;
}

.br-notif-actions-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.br-notif-spinner {
  display: none;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}
.br-notif-spinner .icon {
  animation: spin 1s linear infinite;
}

.br-notif-send-summary {
  margin-left: auto;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

.br-notif-dryrun-label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.br-notif-dryrun-label input[type=checkbox] {
  cursor: pointer;
  accent-color: #f0a500;
}

.br-notif-csv-section {
  padding: 10px 0;
  border-bottom: 1px solid rgba(28, 194, 235, 0.08);
}

.br-notif-csv-row {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.br-notif-search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  flex-wrap: wrap;
}

.br-notif-meta-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

.br-notif-selected-count {
  color: #24da98;
  font-weight: 700;
}

.br-notif-pagination-dots {
  color: rgba(255, 255, 255, 0.3);
}

.br-notif-view-tabs {
  display: flex;
  border-bottom: 1px solid rgba(28, 194, 235, 0.12);
  margin-bottom: 16px;
}

.br-notif-view-tab {
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color 0.15s, border-color 0.15s;
}
.br-notif-view-tab:hover {
  color: rgba(255, 255, 255, 0.75);
}
.br-notif-view-tab.active {
  color: #1cc2eb;
  border-bottom-color: #1cc2eb;
}

.br-notif-badge {
  display: inline-block;
  border-radius: 10px;
  padding: 0 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  margin-left: 5px;
  vertical-align: middle;
}
.br-notif-badge.green {
  background: rgba(36, 218, 152, 0.9);
  color: #fff;
}
.br-notif-badge.red {
  background: rgba(244, 67, 54, 0.9);
  color: #fff;
}
.br-notif-badge.amber {
  background: #f0b429;
  color: #fff;
}
.br-notif-badge.muted {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.45);
}

.br-notif-log-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}
.br-notif-log-table th {
  text-align: left;
  padding: 6px 10px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(28, 194, 235, 0.12);
  font-weight: 600;
}
.br-notif-log-table td {
  padding: 10px;
  border-bottom: 1px solid rgba(28, 194, 235, 0.06);
  vertical-align: middle;
}
.br-notif-log-table tr:last-child td {
  border-bottom: none;
}
.br-notif-log-table tr:hover td {
  background: rgba(28, 194, 235, 0.04);
}

.br-notif-log-num {
  color: rgba(255, 255, 255, 0.2);
  font-size: 11px;
  width: 28px;
}

.br-notif-log-count {
  text-align: center;
  font-weight: 700;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 16px;
  min-width: 48px;
}
.br-notif-log-count.green {
  color: #24da98;
}
.br-notif-log-count.red {
  color: #f44336;
}
.br-notif-log-count.amber {
  color: #f0b429;
}
.br-notif-log-count.muted {
  color: rgba(255, 255, 255, 0.22);
}

.br-notif-log-date {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  white-space: nowrap;
}

.br-notif-log-error {
  font-size: 11px;
  color: #f44336;
  max-width: 260px;
  word-break: break-all;
}

.br-notif-back {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #1cc2eb;
  text-decoration: none;
  opacity: 0.75;
  margin-bottom: 8px;
}
.br-notif-back:hover {
  opacity: 1;
}

.br-notif-campaign-info {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 3px;
  font-size: 13px;
  margin-bottom: 16px;
}

.br-notif-campaign-info-key {
  color: rgba(255, 255, 255, 0.35);
}

.br-notif-campaign-info-val {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
}

.br-notif-inner-tabs {
  display: flex;
  border-bottom: 1px solid rgba(28, 194, 235, 0.12);
  margin-bottom: 14px;
}

.br-notif-inner-tab {
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color 0.15s, border-color 0.15s;
}
.br-notif-inner-tab:hover {
  color: rgba(255, 255, 255, 0.7);
}
.br-notif-inner-tab.active {
  color: #ffffff;
  border-bottom-color: #1cc2eb;
}

.br-notif-log-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  gap: 8px;
  flex-wrap: wrap;
}

.br-notif-log-hint {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

.br-notif-status-link {
  color: inherit;
  text-decoration: underline;
  opacity: 0.85;
}

.br-stats-filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  flex-wrap: wrap;
  gap: 8px;
}

.br-stats-filter-controls {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.br-stats-date-input {
  padding: 4px 8px;
  font-size: 12px;
  width: auto;
}

.br-stats-date-sep {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
}

.br-stats-btn-sm {
  padding: 4px 12px;
  font-size: 12px;
}

.br-stats-btn-reset {
  padding: 4px 10px;
  font-size: 11px;
  opacity: 0.6;
}

.br-stats-sortable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.br-stats-sortable:hover {
  color: rgba(255, 255, 255, 0.8);
}

.br-sort-icon {
  font-size: 10px;
  color: #1cc2eb;
}

.br-row-num {
  width: 48px;
  color: rgba(255, 255, 255, 0.3);
  font-variant-numeric: tabular-nums;
}

.br-stats-inline-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.35);
}

.br-stats-select-sm {
  padding: 4px 8px;
  font-size: 12px;
  width: auto;
}

.br-stats-kpi-small {
  font-size: 14px;
  opacity: 0.5;
}

.br-stats-kpi-label-note {
  font-size: 10px;
  opacity: 0.5;
}

.br-stats-breakdown-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.br-stats-breakdown-note {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
}

.br-stats-info-icon {
  cursor: help;
  opacity: 0.4;
  font-size: 12px;
  margin-left: 2px;
}

.br-stats-section-gap {
  margin-top: 8px;
}

.br-stats-search-wrap {
  margin-bottom: 12px;
}

.br-stats-funnel-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.br-stats-funnel-btn {
  min-width: 24px;
  height: 24px;
  font-size: 11px;
}

.br-stats-funnel-details-link {
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.br-mf-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 16px 60px;
  color: #ffffff;
}

.br-mf-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.br-mf-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.br-mf-back-link:hover {
  color: #1cc2eb;
}

.br-mf-filter-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
}
.br-mf-filter-row label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
}
.br-mf-filter-row select {
  width: auto;
  min-width: 220px;
}

.br-mf-context-stats {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  flex-wrap: wrap;
}

.br-mf-context-stat {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(28, 194, 235, 0.1);
  border: 1px solid rgba(28, 194, 235, 0.25);
}
.br-mf-context-stat.orange {
  background: rgba(255, 152, 0, 0.1);
  border-color: rgba(255, 152, 0, 0.25);
}
.br-mf-context-stat.accent {
  background: rgba(247, 203, 21, 0.1);
  border-color: rgba(247, 203, 21, 0.25);
}

.br-mf-context-value {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: #1cc2eb;
}
.br-mf-context-stat.orange .br-mf-context-value {
  color: #ff9800;
}
.br-mf-context-stat.accent .br-mf-context-value {
  color: #f7cb15;
}

.br-mf-context-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.5);
}

.br-mf-chart-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 720px;
  min-height: 320px;
  display: flex;
  background: rgba(11, 61, 79, 0.6);
  border: 1px solid rgba(28, 194, 235, 0.2);
  border-radius: 12px;
  overflow: hidden;
}

.br-mf-scroll-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.br-mf-yaxis-sticky {
  position: sticky;
  left: 0;
  z-index: 2;
  flex: 0 0 auto;
  width: 56px;
  height: 100%;
  background: rgba(11, 61, 79, 0.6);
  box-shadow: 4px 0 8px rgba(0, 0, 0, 0.25);
}

.br-mf-yaxis-labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 100%;
  pointer-events: none;
}

.br-mf-yaxis-label {
  position: absolute;
  left: 0;
  width: 48px;
  text-align: right;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%);
}
.br-mf-yaxis-label.logged-in {
  pointer-events: auto;
  width: 52px;
  font-weight: 900;
  color: #ff9800;
  cursor: help;
}

.br-mf-chart-area {
  flex: 0 0 auto;
  height: 100%;
  position: relative;
}

.br-mf-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: rgba(255, 255, 255, 0.35);
  font-size: 14px;
}

@media (max-width: 768px) {
  .br-mf-chart-shell {
    aspect-ratio: 4/3;
  }
}
.br-trnx-id {
  color: rgba(255, 255, 255, 0.35);
  font-size: 12px;
}

.br-trnx-email {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
}

.br-trnx-date {
  font-size: 13px;
}

.br-trnx-time {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  display: block;
}

.br-trnx-search-icon {
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.br-trnx-search-input {
  padding-left: 34px;
}

.br-trnx-total {
  text-align: right;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(28, 194, 235, 0.1);
}

.br-trnx-total-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.br-trnx-total-value {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #f7cb15;
  margin-left: 10px;
}

.br-trnx-total-unit {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin-left: 4px;
}

.br-trnx-btn-action {
  padding: 4px 8px;
}

.br-trnx-new-badge {
  font-size: 9px;
}

.br-leaderboard-header {
  text-align: center;
  margin-bottom: 24px;
}

.br-leaderboard-title {
  font-size: 40px;
}

.br-leaderboard-highlight {
  background: rgba(28, 194, 235, 0.1);
}

.br-leaderboard-xp {
  color: #1cc2eb;
  font-weight: 700;
}

.br-leaderboard-bloo {
  color: #f7cb15;
  font-weight: 700;
}

.br-leaderboard-page {
  position: relative;
  z-index: 11;
}

.br-leaderboard-medal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #04161e;
}

.br-leaderboard-rank {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.35);
}

.br-leaderboard-player {
  display: flex;
  align-items: center;
  gap: 12px;
}

.br-leaderboard-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(28, 194, 235, 0.25);
  flex-shrink: 0;
}

.br-leaderboard-name {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.br-leaderboard-level {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #9f40e2;
}
.br-leaderboard-level .icon {
  font-size: 14px;
  margin-right: 2px;
}

.br-leaderboard-meta {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.br-leaderboard-meta-empty {
  color: rgba(255, 255, 255, 0.25);
}

@media (max-width: 900px) {
  .br-leaderboard-meta-col {
    display: none;
  }
}
@media (max-width: 480px) {
  .br-leaderboard-avatar {
    width: 32px;
    height: 32px;
  }
  .br-leaderboard-medal {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}
.br-requests-header {
  border-radius: 12px 12px 0 0;
  margin-bottom: 0;
}

.br-requests-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.br-requests-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.br-requests-icon-box {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(33, 150, 243, 0.15);
  border-radius: 10px;
  font-size: 22px;
  color: #2196f3;
}

.br-requests-subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.br-requests-filters {
  border-radius: 0;
  margin-bottom: 0;
  padding: 12px 24px;
}

.br-requests-list {
  border-radius: 0 0 12px 12px;
}

.br-secrets-title {
  background-color: rgba(0, 0, 0, 0.5);
}

.br-secrets-message-header {
  background-color: rgba(0, 0, 0, 0.3);
}

.br-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}

.br-secrets-card {
  position: relative;
  overflow: hidden;
}

.br-secrets-message-body {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.br-schedule-day {
  margin-bottom: 20px;
  text-align: left;
}

.br-schedule-day-header {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(28, 194, 235, 0.2);
}

.br-schedule-day-number {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #1cc2eb;
  line-height: 1;
}

.br-schedule-day-labels {
  display: flex;
  flex-direction: column;
}

.br-schedule-day-weekday {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.br-schedule-day-month {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}

.br-schedule-session-card {
  display: flex;
  gap: 14px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: border-color 0.15s, background 0.15s;
}
.br-schedule-session-card:hover {
  border-color: rgba(28, 194, 235, 0.3);
  background: rgba(28, 194, 235, 0.05);
}

.br-schedule-session-thumb {
  width: 64px;
  height: 64px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(28, 194, 235, 0.2);
  flex-shrink: 0;
}

.br-schedule-session-body {
  flex: 1;
  min-width: 0;
}

.br-schedule-session-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 4px;
}

.br-schedule-session-meta {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 6px;
}

.br-schedule-session-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.br-schedule-session-edit {
  position: absolute;
  top: 8px;
  right: 8px;
}

.br-schedule-badge {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
}

.br-schedule-speaker-name {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.br-schedule-speaker-company {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

.br-modal-overlay {
  display: none;
  align-items: center;
  justify-content: center;
}
.br-modal-overlay.active {
  display: flex;
}

.br-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(2, 10, 14, 0.75);
  cursor: pointer;
}

.br-modal {
  position: relative;
  z-index: 1;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.br-schedule-detail {
  width: min(640px, 92vw);
  border-radius: 12px;
}

.br-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.br-modal-header-title {
  margin: 0;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #ffffff;
}

.br-modal-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.br-modal-close {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.15s;
}
.br-modal-close:hover {
  background: rgba(244, 67, 54, 0.2);
  color: #f44336;
}

.br-schedule-detail-hero {
  height: 140px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
.br-schedule-detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(4, 22, 30, 0.2), rgba(4, 22, 30, 0.85));
}

.br-schedule-detail-body {
  padding: 20px;
  overflow-y: auto;
}

.br-schedule-speakers-panel {
  margin: 16px 0;
}

.br-schedule-detail-description {
  margin-top: 16px;
}

.br-schedule-speaker-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.br-schedule-speaker-chip:last-child {
  margin-bottom: 0;
}

.br-schedule-speaker-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(28, 194, 235, 0.2);
  flex-shrink: 0;
}

.br-wall-type-btn-login {
  background: rgba(28, 194, 235, 0.25);
  color: #1cc2eb;
}

.br-wall-type-btn-complete {
  background: rgba(36, 218, 152, 0.25);
  color: #24da98;
}

.br-wall-type-btn-purchase {
  background: rgba(255, 193, 7, 0.25);
  color: #ffc107;
}

.br-wall-type-btn-attempt {
  background: rgba(255, 152, 0, 0.25);
  color: #ff9800;
}

.br-wall-type-btn-failed {
  background: rgba(244, 67, 54, 0.25);
  color: #f44336;
}

.br-wall-log-avatar {
  width: 32px;
  height: 32px;
}

.br-m0 {
  margin: 0;
}

.br-w-full {
  width: 100%;
}

.br-flex-1 {
  flex: 1;
}

.br-btn-mini {
  padding: 4px 10px;
  font-size: 11px;
}

.br-btn-sm-action {
  padding: 3px 8px;
  font-size: 11px;
}

.br-btn-icon-sm {
  width: 26px;
  height: 26px;
}

.br-btn-preview {
  padding: 10px 20px;
}

.br-btn-send {
  padding: 10px 24px;
  font-size: 14px;
}

.br-input-csv {
  padding: 7px 14px;
  flex: 1;
  min-width: 200px;
}

.br-input-search-flex {
  flex: 1;
  min-width: 180px;
}

.br-hint-block-spacer {
  display: block;
  margin-bottom: 8px;
}

.br-max-w-400 {
  max-width: 400px;
}

.br-max-w-300 {
  max-width: 300px;
}

.br-gap-6 {
  gap: 6px;
}

.br-flex-end {
  justify-content: flex-end;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.br-initially-hidden {
  display: none;
}

.br-invisible {
  visibility: hidden;
}

.br-inline-block {
  display: inline-block;
}

.br-actions-col {
  flex-direction: column;
}

.br-form-group-tight {
  margin-bottom: 8px;
}

.br-form-group-flush {
  margin-bottom: 0;
}

.br-th-image {
  width: 200px;
}

.br-th-actions-sm {
  width: 100px;
}

.br-add-option-wrap {
  padding: 8px 0;
}

.br-media-flush {
  margin: 0;
  border-radius: 0;
}

.br-confirm-popup {
  background: rgba(30, 30, 30, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px;
  white-space: nowrap;
}

.br-confirm-title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.br-confirm-title-red {
  color: #f44336;
}

.br-confirm-title-amber {
  color: #ff9800;
}

.br-confirm-subtitle {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

.br-confirm-buttons {
  display: flex;
  gap: 6px;
}

.br-success-bg {
  background-color: rgba(255, 255, 255, 0.15);
}

.br-item-col-image {
  grid-column: 1/span 5;
  grid-row: 1/span 5;
}

.br-item-col-name {
  grid-column: 6/span 7;
  grid-row: 1/span 2;
}

.br-item-col-type {
  grid-column: 6/span 7;
  grid-row: 3/span 3;
}

.br-item-col-options {
  grid-column: 13/span 5;
  grid-row: 1/span 10;
}

.br-item-col-tabi {
  grid-column: 18/span 6;
  grid-row: 1/span 10;
}

.br-item-col-desc {
  grid-column: 1/span 12;
  grid-row: 6/span 4;
}

.br-item-col-save {
  grid-column: 15/span 9;
  grid-row: 10/span 4;
}

.br-ql-hint {
  display: block;
  margin: -12px 0 16px;
}

.br-ql-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.br-ql-row {
  border-left: 3px solid var(--ql-color, #1cc2eb);
  cursor: default;
}

.br-ql-icon {
  font-size: 20px;
  color: var(--ql-color, #1cc2eb);
  flex-shrink: 0;
  width: 28px;
  text-align: center;
}

.br-ql-info {
  flex: 1;
  min-width: 0;
}

.br-ql-title {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  display: block;
}

.br-ql-desc {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
}

.br-ql-setting-wide {
  min-width: 180px;
}

.br-ql-custom-card {
  background: rgba(4, 22, 30, 0.4);
  border: 1px solid rgba(28, 194, 235, 0.1);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 10px;
}

.br-ql-custom-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.br-ql-custom-number {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(28, 194, 235, 0.1);
  color: #1cc2eb;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 16px;
  font-weight: 900;
  flex-shrink: 0;
}

.br-ql-custom-title {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  flex: 1;
}

.br-ql-grid-2 {
  grid-template-columns: 1fr 1fr;
}

.br-ql-icon-setting {
  display: flex;
  align-items: center;
  gap: 8px;
}

.br-ql-icon-btn {
  padding: 6px 14px;
  font-size: 12px;
}

.br-ql-icon-preview {
  height: 30px;
  border-radius: 4px;
}

.br-ql-custom-links-title {
  margin-top: 24px;
}

.br-manage-header-panel {
  margin-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.br-manage-header-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.br-manage-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.br-manage-icon-box {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(159, 64, 226, 0.15);
  border-radius: 10px;
  font-size: 22px;
  color: #9f40e2;
}

.br-manage-subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.br-manage-panel-title {
  margin: 0;
}

.br-manage-col-header-panel {
  margin-bottom: 0;
  margin-top: 2px;
  border-radius: 0;
  padding: 10px 16px;
}

.br-tabi-grid {
  display: grid;
  grid-template-columns: 40px 1fr 50px 50px 70px 70px 70px 80px 80px;
  gap: 8px;
}

.br-tabi-col-header {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 700;
}

.br-tabi-row-panel {
  margin-bottom: 2px;
  border-radius: 0;
  padding: 0;
}

.br-tabi-data-row {
  display: grid;
  grid-template-columns: 40px 1fr 50px 50px 70px 70px 70px 80px 80px;
  gap: 8px;
  align-items: center;
  padding: 12px 16px;
}

.br-tabi-num {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

.br-tabi-input-center {
  text-align: center;
  padding: 6px;
}

.br-tabi-input-bold {
  font-weight: 600;
}

.br-panel.br-tabi-row-panel:nth-of-type(even) {
  background: rgba(11, 61, 79, 0.3);
}

.br-tabi-check-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.br-tabi-color-btn {
  background: rgba(255, 255, 255, 0.08);
  width: 34px;
  height: 34px;
  border-radius: 6px;
  cursor: pointer;
}

.br-tabi-color-swatch {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.br-tabi-color-select-row {
  display: none;
  padding: 8px 16px;
  background: rgba(4, 22, 30, 0.5);
}

.br-tabi-prereq-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 0;
}

.br-tabi-prereq-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.15s;
}

.br-tabi-no-others {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

.br-branch-warning-panel {
  margin-top: 2px;
  border-radius: 0;
  padding: 16px;
  text-align: center;
}

.br-branch-warning-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.br-branch-form {
  display: none;
  margin-top: 2px;
}

.br-branch-form-panel {
  border-radius: 0;
}

.br-branch-form-row {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  flex-wrap: wrap;
}

.br-branch-form-input-wrap {
  flex: 1;
  min-width: 200px;
  margin: 0;
}

.br-branch-form-actions {
  display: flex;
  gap: 6px;
  padding-bottom: 2px;
}

.br-branch-list {
  border-radius: 0 0 12px 12px;
}

.br-branch-group-panel {
  margin-bottom: 2px;
  border-radius: 0;
  padding: 16px;
}

.br-branch-group-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.br-branch-group-name-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.br-branch-group-name {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
}

.br-branch-badge {
  font-size: 10px;
  background: rgba(159, 64, 226, 0.15);
  color: #9f40e2;
}

.br-branch-group-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.br-branch-edit-btn,
.br-branch-delete-btn {
  padding: 4px 10px;
  font-size: 11px;
}

.br-branch-ach-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.br-branch-ach-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.br-branch-ach-thumb {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.br-branch-ach-placeholder {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: rgba(159, 64, 226, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.br-branch-ach-name {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
}

.br-branch-ach-type {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
}

.br-branch-remove-btn {
  padding: 2px 6px;
  font-size: 10px;
  margin-left: 4px;
}

.br-branch-empty-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  padding: 4px 0;
}

.br-branch-add-row {
  display: flex;
  gap: 6px;
  align-items: center;
}

.br-branch-add-select {
  flex: 1;
  max-width: 300px;
  padding: 6px 12px;
  font-size: 13px;
}

.br-branch-add-btn {
  padding: 6px 12px;
  font-size: 12px;
}

.br-psa-bulk-section {
  padding: 16px 0;
  border-bottom: 1px solid rgba(28, 194, 235, 0.08);
}

.br-psa-bulk-label {
  margin-bottom: 8px;
}

.br-psa-bulk-hint {
  display: block;
  margin-bottom: 10px;
}

.br-psa-bulk-row {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.br-psa-file-input {
  padding: 7px 14px;
  flex: 1;
  min-width: 200px;
}

.br-psa-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
  flex-wrap: wrap;
}

.br-psa-search {
  flex: 1;
  min-width: 180px;
}

.br-psa-count {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

.br-psa-actions {
  gap: 6px;
}

.br-psa-action-btn {
  padding: 6px 14px;
  font-size: 13px;
}

.br-psa-player-meta-level {
  color: #9f40e2;
  font-weight: 700;
}

.br-req-card {
  margin-bottom: 8px;
  padding: 16px;
}

.br-req-layout {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.br-req-avatar {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.br-req-body {
  flex: 1;
  min-width: 0;
}

.br-req-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.br-req-subject {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.br-req-time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
}

.br-req-sender {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
}

.br-req-sender-name {
  color: rgba(255, 255, 255, 0.7);
}

.br-req-sender-email {
  opacity: 0.6;
}

.br-req-content {
  margin-top: 10px;
  white-space: pre-wrap;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.br-req-admin-note {
  font-size: 13px;
  color: rgba(28, 194, 235, 0.7);
  padding: 6px 0;
  margin-top: 6px;
}

.br-req-actions-wrap {
  margin-top: 10px;
}

.br-req-actions-bar {
  margin-top: 8px;
  gap: 6px;
}

.br-myreq-card {
  padding: 16px;
  margin-bottom: 4px;
  border-radius: 0;
}

.br-myreq-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.br-myreq-body {
  flex: 1;
  min-width: 0;
}

.br-myreq-subject {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.br-myreq-status-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.br-myreq-time {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
}

.br-myreq-content {
  margin-top: 10px;
  white-space: pre-wrap;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.br-myreq-admin-response {
  margin-top: 10px;
  padding: 12px;
  background: rgba(28, 194, 235, 0.08);
  border: 1px solid rgba(28, 194, 235, 0.15);
  border-radius: 8px;
}

.br-myreq-admin-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1cc2eb;
}

.br-myreq-admin-text {
  margin-top: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  white-space: pre-wrap;
}

.br-myreq-updated {
  margin-top: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
}

.br-items-name-cell {
  display: flex;
  align-items: center;
  gap: 6px;
}

.br-items-icon-dim {
  opacity: 0.3;
}

.br-items-bloo-icon {
  color: #24da98;
}

.br-items-draft-icon {
  color: #ffc107;
}

.br-items-trash-icon {
  color: #f44336;
}

.br-auc-copy-cell {
  width: 50px;
}

.br-auc-copy-btn {
  width: 36px;
  height: 36px;
}

.br-auc-copy-icon {
  font-size: 18px;
}

.br-auc-code-cell {
  position: relative;
}

.br-auc-code-value {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.85);
}

.br-auc-copied-legend {
  background: #24da98;
  color: #ffffff;
  position: absolute;
  top: -6px;
  right: 10px;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 11px;
  opacity: 0;
  transition: opacity 0.3s;
}

.br-auc-actions-cell {
  width: 120px;
}

.br-auc-actions-row {
  display: flex;
  gap: 4px;
  justify-content: flex-end;
}

.br-auc-action-copy {
  padding: 4px 10px;
  font-size: 12px;
}

.br-auc-action-delete {
  width: 30px;
  height: 30px;
}

.br-obj-form {
  background: rgba(11, 61, 79, 0.95);
  border: 1px solid rgba(28, 194, 235, 0.2);
  border-radius: 12px;
  color: #ffffff;
}

.br-obj-header {
  padding: 14px 20px;
  border-bottom: 1px solid rgba(28, 194, 235, 0.12);
  display: flex;
  align-items: center;
  gap: 12px;
}

.br-obj-header-icon {
  font-size: 20px;
  color: #1cc2eb;
}

.br-obj-header-title {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  flex: 1;
}

.br-obj-close-btn {
  padding: 6px 10px;
}

.br-obj-body {
  padding: 20px;
}

.br-obj-hint-warning {
  color: #f44336;
}

.br-obj-submit-wrap {
  text-align: center;
  padding-top: 12px;
}

.br-obj-submit-btn {
  padding: 10px 24px;
  font-size: 14px;
}

.svg-clip-definitions {
  width: 0;
  height: 0;
  overflow: hidden;
}

.br-enc-input-narrow {
  width: 70px;
  text-align: center;
}

.br-enc-select-path {
  width: 150px;
}

.br-mech-checkbox-btn {
  cursor: pointer;
}
.br-mech-checkbox-btn.is-checked {
  background: rgba(28, 194, 235, 0.18);
  border-color: rgba(28, 194, 235, 0.4);
}
.br-mech-checkbox-btn.is-checked-green {
  background: rgba(36, 218, 152, 0.18);
  border-color: rgba(36, 218, 152, 0.4);
}
.br-mech-checkbox-btn input[type=checkbox] {
  display: none;
}

.br-text-center {
  text-align: center;
}

.br-sched-view-btn.type-quest {
  background-color: #2196f3;
}
.br-sched-view-btn.type-challenge {
  background-color: #795548;
}

.br-pagination-ellipsis {
  color: rgba(255, 255, 255, 0.3);
}

.br-lb-rank-cell {
  width: 28px;
}

.br-lb-name-cell {
  padding: 2px 6px;
}

.br-lb-avatar-inline {
  display: inline-block;
  background-size: cover;
  border-radius: 50%;
  vertical-align: middle;
}

.br-lb-level-cell {
  width: 32px;
}

.br-adv-header-avatar {
  background: rgba(255, 152, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: rgba(255, 152, 0, 0.4);
}

.br-adv-header-icon {
  font-size: 28px;
  color: #ff9800;
}

.br-adv-enrolled-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.br-adv-enrolled-search {
  flex: 1;
  min-width: 200px;
}

.br-adv-enrolled-count {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

.br-adv-features-actions {
  margin-left: auto;
  display: inline-flex;
  gap: 6px;
}

.br-icon-accent {
  color: #f7cb15;
}

.br-icon-red {
  color: #f44336;
}

.br-icon-primary {
  color: #1cc2eb;
}

.br-icon-green {
  color: #24da98;
}

.br-icon-purple {
  color: #9f40e2;
}

.br-page-full {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 50px 24px 50px;
  position: relative;
  color: #ffffff;
}

.br-roster-wrap {
  width: 100%;
}

.br-roster-head-scroll {
  position: sticky;
  top: 50px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #04161e;
  z-index: 7;
  border-bottom: 2px solid rgba(28, 194, 235, 0.2);
}

.br-roster-scroll {
  overflow-x: auto;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.br-roster-scroll::-webkit-scrollbar {
  display: none;
}

.br-roster-scrollbar-track {
  position: sticky;
  bottom: 50px;
  height: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  background: rgba(255, 255, 255, 0.06);
  border-top: 1px solid rgba(28, 194, 235, 0.2);
  border-bottom: 1px solid rgba(28, 194, 235, 0.2);
  z-index: 7;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.35);
  scrollbar-color: #1cc2eb rgba(255, 255, 255, 0.06);
}
.br-roster-scrollbar-track div {
  height: 1px;
}
.br-roster-scrollbar-track::-webkit-scrollbar {
  height: 18px;
}
.br-roster-scrollbar-track::-webkit-scrollbar-track {
  background: transparent;
}
.br-roster-scrollbar-track::-webkit-scrollbar-thumb {
  background-color: #1cc2eb;
  border-radius: 9px;
  border: 4px solid transparent;
  background-clip: content-box;
}
.br-roster-scrollbar-track::-webkit-scrollbar-thumb:hover {
  background-color: rgb(74.8704453441, 206.5951417004, 239.1295546559);
  background-clip: content-box;
}

.br-roster-table th, .br-roster-table td {
  white-space: nowrap;
}
.br-roster-table .br-roster-name-cell {
  position: sticky;
  left: 0;
  background: #04161e;
  z-index: 2;
  min-width: 180px;
}
.br-roster-table th.br-roster-name-cell {
  z-index: 5;
}

.br-roster-role-gm {
  color: #00bcd4;
}

.br-roster-role-npc {
  color: #1cc2eb;
}

.br-roster-col-export {
  display: none;
}

.br-roster-avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.br-roster-avatar.br-roster-avatar-gm {
  border: 3px solid #00bcd4;
}
.br-roster-avatar.br-roster-avatar-npc {
  border: 3px solid #1cc2eb;
}

.br-roster-col-header {
  text-align: center;
  min-width: 40px;
  height: 140px;
  vertical-align: bottom;
  padding-bottom: 8px;
}

.br-roster-col-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 130px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

.br-roster-cell {
  text-align: center;
}

.br-roster-cell-done {
  color: #24da98;
  font-size: 18px;
}

.br-roster-cell-pending {
  color: rgba(255, 255, 255, 0.2);
  font-size: 18px;
}

.br-roster-cell-validating {
  display: inline-block;
  color: #ff9800;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.br-roster-grade-input {
  width: 56px;
  text-align: center;
  background: rgba(36, 218, 152, 0.12);
  border: 1px solid rgba(36, 218, 152, 0.4);
  border-radius: 6px;
  color: #ffffff;
  padding: 2px 4px;
  font-size: 12px;
}

.guild-roster-overlay .tabi-conditions-body {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.guild-roster-table-wrap {
  flex: 1;
  overflow: auto;
  min-height: 0;
  padding: 20px;
}
.guild-roster-table-wrap table.guild-roster-table thead th {
  position: sticky;
  top: 0;
  background: #04161e;
  z-index: 2;
}
.guild-roster-table-wrap table.guild-roster-table .br-roster-name-cell {
  position: sticky;
  left: 0;
  background: #04161e;
  z-index: 1;
}
.guild-roster-table-wrap table.guild-roster-table thead th.br-roster-name-cell {
  z-index: 3;
}

.br-adv-enrolled-filter {
  flex: 0 0 auto;
  width: auto;
  min-width: 130px;
}

.br-adv-players-table td {
  vertical-align: middle;
}

.br-adv-id-cell {
  color: rgba(255, 255, 255, 0.35);
  font-variant-numeric: tabular-nums;
  width: 70px;
}

.br-adv-email-cell {
  color: rgba(255, 255, 255, 0.65);
  word-break: break-all;
}

.br-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none;
  transition: all 0.15s;
}
.br-icon-link:hover {
  color: #1cc2eb;
  background: rgba(28, 194, 235, 0.15);
}

.br-adv-locked-note {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
}

.br-role-owner {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(247, 203, 21, 0.15);
  color: #f7cb15;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.br-role-owner .icon {
  font-size: 12px;
}

.br-role-switch {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.25);
  padding: 2px;
  gap: 2px;
}

.br-role-btn {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 12px;
  border-radius: 20px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.15s;
}
.br-role-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}
.br-role-btn.br-confirming {
  background: #ffc107 !important;
  color: #04161e !important;
}
.br-role-btn.br-confirming .icon {
  font-size: 11px;
}

tr.role-player .br-role-btn.role-button-player {
  background: rgba(28, 194, 235, 0.9);
  color: #04161e;
  cursor: default;
}

tr.role-gm .br-role-btn.role-button-gm {
  background: rgba(0, 188, 212, 0.9);
  color: #04161e;
  cursor: default;
}

tr.role-npc .br-role-btn.role-button-npc {
  background: rgba(159, 64, 226, 0.9);
  color: #ffffff;
  cursor: default;
}

.br-btn.br-confirming,
button.br-btn.br-confirming {
  background: #ffc107;
  border-color: #ffc107;
  color: #04161e;
  font-weight: 800;
}
.br-btn.br-confirming:hover,
button.br-btn.br-confirming:hover {
  background: #ffc107;
  color: #04161e;
  opacity: 0.9;
}

.br-import-box {
  border: 1px dashed rgba(28, 194, 235, 0.3);
  border-radius: 12px;
  background: rgba(28, 194, 235, 0.04);
  padding: 16px;
  margin-bottom: 20px;
}
.br-import-box .br-input[type=file] {
  margin-bottom: 10px;
}

.br-import-summary {
  margin: 4px 0 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.br-import-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.br-import-note.br-import-note-ok {
  color: #24da98;
}
.br-import-note.br-import-note-warn {
  color: #ffc107;
}
.br-import-note.br-import-note-bad {
  color: #f44336;
}

.br-import-mode {
  color: rgba(255, 255, 255, 0.35);
  font-size: 12px;
}

.br-import-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(2, 10, 14, 0.88);
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.br-import-overlay.active {
  display: flex;
}

.br-import-console {
  width: min(900px, 96vw);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  background: #030f18;
  border: 1px solid rgba(28, 194, 235, 0.4);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.br-import-console-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(28, 194, 235, 0.15);
  flex-shrink: 0;
}

.br-import-console-dots {
  display: inline-flex;
  gap: 6px;
}
.br-import-console-dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}
.br-import-console-dots i:nth-child(1) {
  background: rgba(244, 67, 54, 0.6);
}
.br-import-console-dots i:nth-child(2) {
  background: rgba(255, 193, 7, 0.6);
}
.br-import-console-dots i:nth-child(3) {
  background: rgba(36, 218, 152, 0.6);
}

.br-import-console-title {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
}

.br-import-console-progress {
  margin-left: auto;
  font-family: "Courier New", monospace;
  font-size: 12px;
  color: rgba(144, 243, 254, 0.6);
}

.br-import-bar-track {
  height: 4px;
  background: rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}

.br-import-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #1cc2eb, #24da98);
  transition: width 0.25s ease-out;
}

.br-import-stats {
  display: flex;
  gap: 18px;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}

.br-import-stat {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.35);
}
.br-import-stat strong {
  display: inline-block;
  min-width: 1.5em;
  font-size: 16px;
  font-weight: 800;
  margin-right: 4px;
}
.br-import-stat.br-import-stat-created strong {
  color: #24da98;
}
.br-import-stat.br-import-stat-enrolled strong {
  color: #1cc2eb;
}
.br-import-stat.br-import-stat-failed strong {
  color: #f44336;
}

.br-import-terminal {
  flex: 1;
  min-height: 240px;
  overflow-y: auto;
  padding: 14px 16px;
  background: #020b10;
  font-family: "Courier New", Consolas, monospace;
  font-size: 12.5px;
  line-height: 1.7;
  color: rgba(144, 243, 254, 0.6);
}

.br-imp-line {
  display: flex;
  align-items: baseline;
  white-space: pre-wrap;
  word-break: break-word;
  min-height: 1.7em;
}

.br-imp-verb {
  color: rgba(255, 255, 255, 0.3);
  margin-right: 8px;
  flex-shrink: 0;
}

.br-imp-target {
  color: #90f3fe;
  flex-shrink: 0;
}

.br-imp-dots {
  flex: 1 1 auto;
  min-width: 20px;
  margin: 0 8px 4px;
  border-bottom: 1px dotted rgba(28, 194, 235, 0.25);
}

.br-imp-result {
  flex-shrink: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.35);
}

.br-imp-detail {
  flex-shrink: 0;
  margin-left: 10px;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.3);
}

.br-imp-pending .br-imp-result {
  color: #ffc107;
}

.br-imp-retry .br-imp-result {
  color: #ff9800;
}

.br-imp-created .br-imp-result {
  color: #24da98;
}

.br-imp-enrolled .br-imp-result {
  color: #1cc2eb;
}

.br-imp-already .br-imp-result {
  color: rgba(255, 255, 255, 0.3);
}

.br-imp-failed .br-imp-result {
  color: #f44336;
}

.br-imp-created .br-imp-target {
  color: rgba(144, 243, 254, 0.9);
}

.br-imp-already .br-imp-target {
  color: rgba(255, 255, 255, 0.25);
}

.br-imp-failed .br-imp-target {
  color: #f44336;
}

.br-imp-head {
  color: #1cc2eb;
  font-weight: 700;
}

.br-imp-dim {
  color: rgba(255, 255, 255, 0.3);
}

.br-imp-ok {
  color: #24da98;
  font-weight: 700;
}

.br-imp-warn {
  color: #ffc107;
  font-weight: 700;
}

.br-imp-bad {
  color: #f44336;
  font-weight: 700;
}

.br-import-console-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}

@media (max-width: 720px) {
  .br-import-stats {
    flex-wrap: wrap;
    gap: 10px;
  }
  .br-import-console-foot {
    flex-wrap: wrap;
  }
  .br-imp-detail {
    display: none;
  }
}
.br-import-columns {
  margin-top: 12px;
}
.br-import-columns summary {
  cursor: pointer;
  display: inline-block;
  color: #1cc2eb;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.br-import-columns summary:hover {
  color: #ffffff;
}

.br-import-columns-body {
  margin-top: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.2);
  overflow-x: auto;
}
.br-import-columns-body .br-table td {
  font-size: 12px;
}

.br-import-req {
  color: #f44336;
  font-weight: 700;
}

.br-import-stat.br-import-stat-guilds strong {
  color: #9f40e2;
}

.br-bulk-bar {
  display: none;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 12px;
  padding: 10px 14px;
  border: 1px solid rgba(28, 194, 235, 0.25);
  border-radius: 6px;
  background: rgba(28, 194, 235, 0.08);
}
.br-bulk-bar.active {
  display: flex;
}

.br-bulk-count {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 4px;
}
.br-bulk-count strong {
  font-size: 15px;
  font-weight: 800;
  color: #1cc2eb;
  margin-right: 3px;
}

.br-guild-pick-cell {
  width: 36px;
}
.br-guild-pick-cell input[type=checkbox] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #1cc2eb;
}

.br-guild-trash-actions {
  margin-left: auto;
  display: inline-flex;
}

.br-guild-badge-btn,
.br-guild-color-btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  transition: border-color 0.15s;
}
.br-guild-badge-btn:hover,
.br-guild-color-btn:hover {
  border-color: rgba(28, 194, 235, 0.5);
}

.br-guild-badge-btn {
  background-color: rgba(0, 0, 0, 0.25);
  background-size: cover;
  background-position: center;
}

.br-guild-leader-select {
  min-width: 150px;
}

.br-guild-badge-static {
  cursor: default;
  opacity: 0.75;
}
.br-guild-badge-static:hover {
  border-color: rgba(255, 255, 255, 0.12);
}

.br-notif-view-tab-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
  cursor: default;
}

.br-mp-header-actions {
  margin-left: auto;
}

.br-panel-title-actions {
  margin-left: auto;
  display: inline-flex;
  gap: 6px;
}

.br-panel-title-note {
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.3);
}

.br-panel-group {
  min-width: 0;
}

.br-pw-status-head {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.br-pw-status-avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 2px solid rgba(28, 194, 235, 0.4);
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
}

.br-pw-status-id {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.br-pw-status-name {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0;
  line-height: 1;
}

.br-pw-status-level {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #1cc2eb;
}

.br-pw-bars {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.br-pw-bar-legend {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.br-pw-bar-name {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.6);
}
.br-pw-bar-name .icon {
  margin-right: 4px;
}

.br-pw-bar-value {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-variant-numeric: tabular-nums;
}
.br-pw-bar-value strong {
  color: #ffffff;
}

.br-pw-bar-track {
  position: relative;
  height: 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.br-pw-bar-fill {
  height: 100%;
  border-radius: 20px;
  transition: width 0.4s ease;
}
.br-pw-bar-fill.xp {
  background: linear-gradient(90deg, #1cc2eb, #9f40e2);
}
.br-pw-bar-fill.bloo {
  background: #24da98;
}
.br-pw-bar-fill.ep {
  background: #f7cb15;
}

.br-pw-milestone {
  text-decoration: none;
  border-radius: 6px;
  padding: 4px 8px;
  margin: 0 -8px;
}
.br-pw-milestone.open {
  cursor: pointer;
}
.br-pw-milestone.open:hover {
  background: rgba(28, 194, 235, 0.1);
}
.br-pw-milestone.open:hover .br-stats-quest-title {
  color: #ffffff;
}
.br-pw-milestone.locked {
  opacity: 0.55;
  cursor: default;
}

.br-pw-tabi-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 6px;
  padding-top: 12px;
  border-top: 1px solid rgba(28, 194, 235, 0.2);
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #1cc2eb;
}
.br-pw-tabi-header:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.br-pw-tabi-header .icon {
  opacity: 0.7;
}

.br-pw-tabi-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.br-pw-tabi-level,
.br-pw-tabi-count {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.45);
}

.br-pw-tabi-count {
  font-variant-numeric: tabular-nums;
}

.br-pw-milestone-lock {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  margin-left: 6px;
}

.br-pw-milestone-rewards {
  display: inline-flex;
  gap: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.br-pw-milestone-rewards .icon {
  margin-right: 3px;
  opacity: 0.6;
}

.br-grade-good {
  color: #24da98;
  font-weight: 700;
}

.br-grade-mid {
  color: #ffc107;
  font-weight: 700;
}

.br-grade-bad {
  color: #f44336;
  font-weight: 700;
}

@media (max-width: 768px) {
  .br-pw-status-head {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .br-pw-status-id {
    align-items: center;
  }
  .br-pw-milestone-rewards {
    display: none;
  }
}
.br-ap-search-wrap {
  position: relative;
  display: block;
}

.br-ap-search-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 15px;
  color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}

.br-ap-search {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.br-ap-clear {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.br-ap-clear:hover {
  background: rgba(244, 67, 54, 0.25);
  color: #ffffff;
}

.br-ap-status {
  min-height: 18px;
  margin: 8px 0 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.br-ap-status-found {
  color: #24da98;
}

.br-ap-status-empty {
  color: #ffc107;
}

.br-ap-status-error {
  color: #f44336;
}

.br-ap-status-hint {
  color: rgba(255, 255, 255, 0.35);
  font-style: italic;
}

.br-ap-results {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.br-ap-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(28, 194, 235, 0.15);
  border-radius: 6px;
  background: rgba(4, 22, 30, 0.35);
  transition: all 0.15s;
}
.br-ap-row:hover {
  border-color: rgba(28, 194, 235, 0.35);
}
.br-ap-row.br-ap-row-in {
  opacity: 0.6;
}
.br-ap-row.br-ap-row-in:hover {
  border-color: rgba(28, 194, 235, 0.15);
}
.br-ap-row.br-ap-row-done {
  border-color: rgba(36, 218, 152, 0.45);
  background: rgba(36, 218, 152, 0.08);
  opacity: 1;
}
.br-ap-row.br-ap-row-error {
  border-color: rgba(244, 67, 54, 0.45);
  background: rgba(244, 67, 54, 0.08);
}

.br-ap-avatar {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(28, 194, 235, 0.25);
}
.br-ap-avatar[src] {
  -o-object-fit: cover;
     object-fit: cover;
}

.br-ap-avatar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(28, 194, 235, 0.12);
}
.br-ap-avatar-icon .icon {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.br-ap-row-click {
  cursor: pointer;
}
.br-ap-row-click:hover {
  background: rgba(28, 194, 235, 0.08);
}

.br-ap-identity {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.br-ap-name {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.br-ap-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  min-width: 0;
}

.br-ap-nick {
  color: #1cc2eb;
}
.br-ap-nick .icon {
  font-size: 11px;
  opacity: 0.7;
}

.br-ap-email {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.br-ap-action {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.br-ap-spin {
  display: inline-block;
  animation: br-ap-spin 0.7s linear infinite;
}

@keyframes br-ap-spin {
  to {
    transform: rotate(360deg);
  }
}
.br-ap-create {
  margin-top: 16px;
  padding: 16px;
  border: 1px dashed rgba(28, 194, 235, 0.3);
  border-radius: 6px;
  background: rgba(4, 22, 30, 0.3);
}

.br-ap-create-title {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 4px;
}
.br-ap-create-title .icon {
  color: #1cc2eb;
  margin-right: 4px;
}

.br-ap-req {
  color: #f44336;
}

.br-ap-create-error {
  margin: 8px 0;
  font-size: 13px;
  color: #f44336;
}

.br-ap-create-toggle {
  margin-top: 14px;
}

.br-ap-log {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.br-ap-log-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.55);
}
.br-ap-log-head .icon {
  color: #24da98;
}

.br-ap-refresh {
  margin-left: auto;
}

.br-ap-log-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 240px;
  overflow-y: auto;
}
.br-ap-log-list li {
  padding: 6px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.br-ap-log-list li:last-child {
  border-bottom: none;
}
.br-ap-log-list li .icon {
  color: #24da98;
  margin-right: 6px;
  font-size: 12px;
}

.br-ap-log-pass {
  margin-left: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}
.br-ap-log-pass code {
  padding: 1px 6px;
  border-radius: 6px;
  background: rgba(247, 203, 21, 0.15);
  color: #f7cb15;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

@media (max-width: 620px) {
  .br-ap-row {
    flex-wrap: wrap;
  }
  .br-ap-action {
    width: 100%;
    justify-content: flex-end;
  }
}
.br-rewards-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(440px, 92vw);
  max-height: 85vh;
  z-index: 400;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.br-rewards-overlay.active {
  visibility: visible;
  opacity: 1;
}

.br-rewards-modal {
  display: flex;
  flex-direction: column;
  max-height: 85vh;
  background: rgba(4, 22, 30, 0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(247, 203, 21, 0.35);
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55), 0 0 40px rgba(247, 203, 21, 0.15);
  animation: br-reward-pop 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes br-reward-pop {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.br-seg-summary-table .br-seg-total {
  border-top: 2px solid rgba(247, 203, 21, 0.35);
  background: rgba(247, 203, 21, 0.05);
  font-weight: 700;
}
.br-seg-summary-table .br-seg-total td {
  color: #ffffff;
}

.br-seg-pct {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
}

.br-seg-completion {
  white-space: nowrap;
}

.br-seg-bar {
  display: block;
  height: 4px;
  margin-top: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.br-seg-bar span {
  display: block;
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(247, 203, 21, 0.7), #f7cb15);
  transition: width 0.4s ease;
}

.br-pillar-controls {
  margin-bottom: 14px;
}
.br-pillar-controls .br-form-label {
  margin: 0;
}

.br-pillar-rank-col {
  width: 48px;
}

.br-pillar-rank {
  font-weight: 700;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.45);
}

.br-pillar-rank-1 {
  color: #f7cb15;
}

.br-pillar-rank-2 {
  color: #c8d2d8;
}

.br-pillar-rank-3 {
  color: #cd7f32;
}

.br-pillar-rank-none {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.25);
}

.br-celebrate-head {
  position: relative;
  padding: 26px 24px 18px;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.br-celebrate-rays {
  position: absolute;
  top: -60%;
  left: 50%;
  width: 340px;
  height: 340px;
  margin-left: -170px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(247, 203, 21, 0.28) 0%, rgba(247, 203, 21, 0) 65%);
  animation: br-celebrate-pulse 3.2s ease-in-out infinite;
}

@keyframes br-celebrate-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}
.br-celebrate-title {
  position: relative;
  margin: 0;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
  text-shadow: 0 0 26px rgba(247, 203, 21, 0.45);
}

.br-celebrate-line {
  position: relative;
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.br-celebrate-outro {
  margin: 0 0 14px;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.45);
}

.br-celebrate-next {
  margin: 4px 20px 0;
  padding: 12px 14px;
  border-radius: 6px;
  border-left: 3px solid #1cc2eb;
  background: rgba(28, 194, 235, 0.08);
  text-align: left;
}
.br-celebrate-next.br-initially-hidden {
  display: none;
}

.br-celebrate-note {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
}
.br-celebrate-note:last-child {
  margin-bottom: 0;
}

.br-celebrate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.br-celebrate-action {
  text-decoration: none;
}

.br-celebrate-card {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: br-celebrate-card-in 0.4s ease both;
}
.br-celebrate-card:last-child {
  margin-bottom: 0;
}
.br-celebrate-card:nth-child(2) {
  animation-delay: 0.09s;
}
.br-celebrate-card:nth-child(3) {
  animation-delay: 0.18s;
}
.br-celebrate-card:nth-child(4) {
  animation-delay: 0.27s;
}
.br-celebrate-card:nth-child(n+5) {
  animation-delay: 0.34s;
}

@keyframes br-celebrate-card-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.br-celebrate-art {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 2px rgba(247, 203, 21, 0.4);
}

.br-celebrate-art-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.br-celebrate-art-icon .icon {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.75);
}

.br-celebrate-card-title {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
}

.br-celebrate-card-sub {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.6);
}

.br-celebrate-resources {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 12px;
}

.br-celebrate-resource {
  display: flex;
  align-items: center;
  gap: 8px;
}

.br-celebrate-resource-number {
  display: block;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
  line-height: 1.1;
}

.br-celebrate-resource-label {
  display: block;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.br-celebrate-failed .br-celebrate-rays {
  background: radial-gradient(circle, rgba(244, 67, 54, 0.22) 0%, rgba(244, 67, 54, 0) 65%);
}
.br-celebrate-failed .br-celebrate-title {
  color: #f44336;
}
.br-celebrate-failed .br-rewards-claim-btn {
  background: rgba(244, 67, 54, 0.15);
  border-color: rgba(244, 67, 54, 0.45);
  color: #f44336;
}
.br-celebrate-failed .br-rewards-claim-btn:hover {
  background: rgba(244, 67, 54, 0.25);
}

.br-celebrate-card-fail {
  border-color: rgba(244, 67, 54, 0.4);
}

.br-celebrate-card-level {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
  padding: 16px 12px;
}
.br-celebrate-card-level .br-celebrate-level-label {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  letter-spacing: 2px;
  color: #f7cb15;
}
.br-celebrate-card-level .br-celebrate-level-number {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  text-shadow: 0 0 24px rgba(247, 203, 21, 0.6);
}

.br-rewards-modal-body {
  padding: 22px 24px 8px;
  overflow-y: auto;
  text-align: center;
}

.br-reward-levelup {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.br-reward-levelup .br-reward-levelup-label {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f7cb15;
  font-size: 14px;
  font-weight: 800;
}
.br-reward-levelup .br-reward-levelup-number {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  text-shadow: 0 0 24px rgba(247, 203, 21, 0.6);
}

.br-reward-achievement {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.br-reward-achievement:last-child {
  margin-bottom: 0;
}
.br-reward-achievement .br-reward-achievement-badge {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 2px rgba(247, 203, 21, 0.4);
}
.br-reward-achievement .br-reward-achievement-name {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
}
.br-reward-achievement .br-reward-achievement-reason {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 2px;
}

.br-rewards-modal-footer {
  padding: 16px 24px 22px;
  text-align: center;
  flex-shrink: 0;
}

.br-rewards-claim-btn {
  padding: 12px 32px;
  font-size: 15px;
}

.br-magic-page {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
  background: #04161e;
}

.br-magic-bg,
.br-magic-explosion {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.br-magic-bg {
  opacity: 0.35;
  filter: blur(6px) saturate(1.2);
}

.br-magic-explosion {
  opacity: 0.55;
  mix-blend-mode: screen;
}

.br-magic-panel {
  position: relative;
  z-index: 2;
  width: min(460px, 92vw);
  max-height: none;
}

.br-magic-panel-refused {
  border-color: rgba(255, 193, 7, 0.35);
}
.br-magic-panel-refused .br-celebrate-rays {
  background: radial-gradient(circle, rgba(255, 193, 7, 0.22) 0%, rgba(255, 193, 7, 0) 65%);
}
.br-magic-panel-refused .br-celebrate-title {
  text-shadow: 0 0 26px rgba(255, 193, 7, 0.4);
}

.br-magic-reason {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 6px;
  border-left: 3px solid #ffc107;
  background: rgba(255, 193, 7, 0.1);
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
  color: rgba(255, 255, 255, 0.85);
}
.br-magic-reason .icon {
  flex-shrink: 0;
  font-size: 20px;
  color: #ffc107;
}

.br-magic-story {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  color: rgba(255, 255, 255, 0.75);
}
.br-magic-story p {
  margin: 0 0 10px;
}
.br-magic-story p:last-child {
  margin-bottom: 0;
}
.br-magic-story img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.br-dup-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 20px;
  background: rgba(159, 64, 226, 0.15);
  border: 1px solid rgba(159, 64, 226, 0.3);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
}
.br-dup-badge span {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

.br-dup-sticky-header {
  position: sticky;
  top: 50px;
  z-index: 100;
}

.dup-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dup-list li.dup-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 4px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.dup-list li.dup-row:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(28, 194, 235, 0.2);
}
.dup-list li.dup-row.active {
  background: rgba(36, 218, 152, 0.07);
  border-color: rgba(36, 218, 152, 0.3);
}
.dup-list li.dup-row.active .dup-check {
  background: #24da98;
  border-color: #24da98;
}
.dup-list li.dup-row.active .dup-check::after {
  opacity: 1;
}
.dup-list li.dup-row.active .dup-name {
  color: #24da98;
  font-weight: 600;
}
.dup-list li.dup-type-header {
  display: flex;
  align-items: center;
  padding: 14px 12px 6px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.3);
  cursor: default;
  pointer-events: none;
  margin-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dup-check {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  flex-shrink: 0;
  position: relative;
  transition: background 0.15s, border-color 0.15s;
}
.dup-check::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #04161e;
  border-bottom: 2px solid #04161e;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.12s;
}

.dup-icon {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
}

.dup-name {
  flex: 1;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  transition: color 0.15s;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dup-stat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.dup-stat .icon {
  font-size: 10px;
}
.dup-stat.dup-stat-xp {
  background: rgba(247, 203, 21, 0.15);
  color: #f7cb15;
}
.dup-stat.dup-stat-bloo {
  background: rgba(36, 218, 152, 0.12);
  color: #24da98;
}
.dup-stat.dup-stat-ep {
  background: rgba(28, 194, 235, 0.12);
  color: #1cc2eb;
}
.dup-stat.dup-stat-level {
  background: rgba(159, 64, 226, 0.15);
  color: #9f40e2;
}

.br-dup-bottom-bar {
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  background: rgba(4, 22, 30, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 2px solid #f7cb15;
  border-radius: 12px;
  padding: 16px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  min-width: 280px;
  text-align: center;
}
.br-dup-bottom-bar label.br-form-label {
  color: rgba(247, 203, 21, 0.75);
  font-size: 11px;
}
.br-dup-bottom-bar select.br-input {
  text-align: center;
}
.br-dup-bottom-bar .br-btn-submit {
  width: 100%;
  justify-content: center;
  font-size: 14px;
  padding: 10px 20px;
}

.br-dup-page {
  padding-bottom: 200px;
}

.br-w-full {
  width: 100%;
}

.br-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.br-modal-box {
  background: rgba(4, 22, 30, 0.98);
  border: 1px solid rgba(28, 194, 235, 0.25);
  border-radius: 16px;
  width: 100%;
  max-width: 460px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.br-modal-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.br-modal-header .icon {
  font-size: 22px;
  color: #9f40e2;
}
.br-modal-header h2 {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
  margin: 0;
}

.br-modal-body {
  padding: 20px 24px;
}

.br-modal-intro {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 10px;
}

.br-modal-target-name {
  font-size: 18px;
  font-weight: 700;
  color: #f7cb15;
  margin-bottom: 16px;
  padding: 8px 14px;
  background: rgba(247, 203, 21, 0.08);
  border: 1px solid rgba(247, 203, 21, 0.2);
  border-radius: 8px;
}

.br-modal-summary {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.br-modal-summary li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.br-modal-summary li:last-child {
  border-bottom: none;
}
.br-modal-summary li strong {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
  min-width: 24px;
  text-align: right;
}

.br-modal-footer {
  display: flex;
  gap: 10px;
  padding: 16px 24px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  justify-content: flex-end;
}

.br-op-console-overlay {
  position: fixed;
  inset: 0;
  z-index: 9500;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.br-op-console-box {
  width: min(720px, 94vw);
  max-height: 82vh;
  display: flex;
  flex-direction: column;
  background: #0d1117;
  border: 1px solid rgba(28, 194, 235, 0.28);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.72);
}

.br-op-console-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #161b22;
  border-bottom: 1px solid rgba(28, 194, 235, 0.14);
  flex-shrink: 0;
}

.br-op-console-title {
  font-size: 13px;
  font-weight: 600;
  color: #1cc2eb;
  flex: 1;
  font-family: "Courier New", monospace;
}

.br-op-console-progress {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  font-variant-numeric: tabular-nums;
  font-family: "Courier New", monospace;
}

.br-op-terminal {
  flex: 1;
  overflow-y: auto;
  padding: 14px 18px;
  font-family: "Courier New", monospace;
  font-size: 12px;
  line-height: 1.75;
  min-height: 180px;
  max-height: 420px;
}

.br-op-line {
  display: block;
  padding: 1px 0;
  word-break: break-all;
}
.br-op-line.br-op-line-ok {
  color: #24da98;
}
.br-op-line.br-op-line-err {
  color: #f44336;
}
.br-op-line.br-op-line-info {
  color: rgba(255, 255, 255, 0.6);
}
.br-op-line.br-op-line-warn {
  color: #ffc107;
}

.br-op-console-foot {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px 16px;
  background: #161b22;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  flex-shrink: 0;
}

.br-initially-hidden.br-initially-hidden {
  display: none;
}

.br-row-busy,
.br-ap-row-busy {
  opacity: 0.4;
  pointer-events: none;
}

.br-dash-kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.br-dash-kpi {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
  padding: 18px 18px 16px;
  border-radius: 12px;
  border: 1px solid rgba(28, 194, 235, 0.2);
  background: rgba(11, 61, 79, 0.6);
}
.br-dash-kpi.br-dash-kpi-alert {
  border-left: 3px solid #ffc107;
}

.br-dash-kpi-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 20px;
  color: rgba(28, 194, 235, 0.35);
}

.br-dash-kpi-value {
  font: 900 32px "proxima-nova-extra-condensed", sans-serif;
  color: #ffffff;
  line-height: 1;
}

.br-dash-kpi-label {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}

.br-dash-kpi-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}
.br-dash-kpi-note a {
  color: #1cc2eb;
  text-decoration: none;
}
.br-dash-kpi-note a:hover {
  color: #ffffff;
}

.br-dash-table th, .br-dash-table td {
  white-space: nowrap;
}
.br-dash-table td:first-child {
  white-space: normal;
}

.br-dash-row-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.br-dash-row-label .icon {
  font-size: 15px;
  color: rgba(28, 194, 235, 0.6);
}

.br-dash-row-detail {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.4);
}

.br-dash-num {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.br-dash-num-zero {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 400;
}

.br-dash-num-locked {
  color: #ffc107;
}

.br-dash-num-hidden {
  color: #9f40e2;
}

.br-dash-num-draft {
  color: rgba(255, 255, 255, 0.55);
}

.br-dash-num-total {
  color: #1cc2eb;
}

.br-dash-footnote {
  margin: 0;
  padding: 0 4px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.4);
}

.br-step-review-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  color: #1cc2eb;
  background: rgba(28, 194, 235, 0.12);
  border: 1px solid rgba(28, 194, 235, 0.3);
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.br-step-review-link .icon {
  font-size: 12px;
}
.br-step-review-link:hover {
  background: #1cc2eb;
  color: #04161e;
}

.br-csr-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.br-csr-summary-title {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.br-csr-summary-title .br-text-12-muted {
  text-transform: none;
  letter-spacing: normal;
}

.br-csr-sortable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.br-csr-sortable .icon {
  font-size: 10px;
  opacity: 0.3;
  margin-left: 2px;
  transition: opacity 0.15s, transform 0.15s;
}
.br-csr-sortable:hover .icon {
  opacity: 0.7;
}
.br-csr-sortable.sort-asc .icon {
  opacity: 1;
  color: #1cc2eb;
}
.br-csr-sortable.sort-desc .icon {
  opacity: 1;
  color: #1cc2eb;
  transform: rotate(180deg);
}

.br-csr-row {
  cursor: pointer;
}
.br-csr-row:hover {
  background: rgba(28, 194, 235, 0.08);
}
.br-csr-row:focus-visible {
  outline: 2px solid #1cc2eb;
  outline-offset: -2px;
}

.br-csr-modal-scroll {
  flex: 1;
  overflow: auto;
  min-height: 0;
  padding: 20px;
}

.br-csr-modal-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

.br-csr-modal-meta-item {
  white-space: nowrap;
}

.br-checkbox,
.br-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: rgba(11, 61, 79, 0.25);
  font-size: 13px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: border-color 0.2s, background 0.2s;
}
.br-checkbox:hover,
.br-radio:hover {
  border-color: rgba(28, 194, 235, 0.35);
}
.br-checkbox input[type=checkbox],
.br-checkbox input[type=radio],
.br-radio input[type=checkbox],
.br-radio input[type=radio] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #1cc2eb;
  margin: 0;
}
.br-checkbox:has(input:checked),
.br-radio:has(input:checked) {
  border-color: rgba(28, 194, 235, 0.45);
  background: rgba(28, 194, 235, 0.1);
}

.br-checkbox-row,
.br-cond-mode {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.br-cond-mode {
  margin-bottom: 16px;
}

.br-token-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 6px;
}

.br-token {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 12px;
}
.br-token code {
  flex: 0 0 auto;
  min-width: 130px;
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(28, 194, 235, 0.12);
  color: #1cc2eb;
  font-family: monospace;
}

.br-thumb-static {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  cursor: default;
}
.br-thumb-static img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.br-badge-grey {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.65);
}

@supports selector(:has(*)) {
  .br-page:has(> .br-tabs-sticky) {
    margin-left: 252px;
    margin-right: auto;
  }
  .br-page:has(> .br-tabs-sticky) .br-form-bottom-bar {
    left: calc(50% + 126px);
  }
  .br-page > .br-tabs-sticky {
    position: fixed;
    left: 0;
    top: 50px;
    bottom: 50px;
    width: 224px;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 12px 10px;
    gap: 2px;
    border-radius: 0 14px 14px 0;
    border-right: 1px solid rgba(28, 194, 235, 0.12);
  }
  .br-page > .br-tabs-sticky .br-tab-btn {
    flex: 0 0 auto;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    padding: 11px 14px;
    white-space: normal;
    line-height: 1.3;
  }
  .br-page > .br-tabs-sticky .br-tab-btn .icon {
    flex: 0 0 auto;
    width: 18px;
    text-align: center;
  }
  .br-page > .br-tabs-sticky .br-tab-btn.active {
    box-shadow: inset 3px 0 0 #1cc2eb;
  }
  .br-page:has(> .br-tabs-sticky) .br-scroll-section {
    scroll-margin-top: 70px;
  }
  body:has(#start.active) .br-page > .br-tabs-sticky {
    z-index: 40;
  }
  @media (max-width: 900px) {
    .br-page:has(> .br-tabs-sticky) {
      margin-left: auto;
    }
    .br-page:has(> .br-tabs-sticky) .br-form-bottom-bar {
      left: 50%;
    }
    .br-page > .br-tabs-sticky {
      position: sticky;
      top: 50px;
      bottom: auto;
      width: auto;
      flex-direction: row;
      overflow-x: auto;
      overflow-y: hidden;
      margin-left: -16px;
      margin-right: -16px;
      margin-bottom: 24px;
      padding: 4px 20px;
      border-radius: 0 0 10px 10px;
      border-right: 0;
    }
    .br-page > .br-tabs-sticky .br-tab-btn {
      flex: 1;
      width: auto;
      justify-content: center;
      text-align: center;
      white-space: nowrap;
      padding: 10px 16px;
    }
    .br-page > .br-tabs-sticky .br-tab-btn.active {
      box-shadow: none;
    }
    .br-page:has(> .br-tabs-sticky) .br-scroll-section {
      scroll-margin-top: 120px;
    }
  }
}
.br-guild-picker {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px;
  max-height: 420px;
  overflow-y: auto;
  padding-right: 4px;
}

.br-guild-pick {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: rgba(11, 61, 79, 0.35);
  color: #ffffff;
  font-family: inherit;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.br-guild-pick:hover {
  border-color: rgba(28, 194, 235, 0.4);
  background: rgba(28, 194, 235, 0.08);
}
.br-guild-pick.active {
  border-color: rgba(0, 188, 212, 0.6);
  background: rgba(0, 188, 212, 0.12);
}

.br-guild-pick-art {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.br-guild-pick-art img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.br-guild-pick-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.br-log-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.br-log-toolbar .br-input {
  width: auto;
}
.br-log-toolbar #admin-log-search, .br-log-toolbar #my-activity-search {
  flex: 1 1 240px;
  min-width: 200px;
}

.br-log-count {
  margin-left: auto;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}

.br-log-content {
  max-width: 340px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.6);
}

.br-wall-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.br-wall-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
}
.br-wall-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.br-wall-card-announcement {
  border-left: 4px solid #9f40e2;
}
.br-wall-card-announcement .br-wall-avatar {
  background: rgba(159, 64, 226, 0.2);
  color: #9f40e2;
}

.br-wall-card-mine {
  border-color: rgba(28, 194, 235, 0.3);
}

.br-wall-author .br-badge {
  margin-left: 6px;
}

.br-guild-post-label {
  font-weight: 800;
}

.br-page-btn {
  padding: 0 8px;
  white-space: nowrap;
}
.br-page-btn[disabled] {
  opacity: 0.3;
  cursor: default;
}
.br-page-btn[disabled]:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
}

.br-page-jump {
  height: 32px;
  margin-left: 8px;
  padding: 0 8px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(11, 61, 79, 0.6);
  color: rgba(255, 255, 255, 0.8);
  font-family: inherit;
  font-size: 12px;
  cursor: pointer;
}
.br-page-jump:hover {
  border-color: rgba(28, 194, 235, 0.35);
}

@media (max-width: 640px) {
  .br-pagination {
    flex-wrap: wrap;
  }
  .br-page-jump {
    margin-left: 0;
  }
}
.br-csr-best-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.br-csr-best-toggle input {
  cursor: pointer;
}
