.bc-app {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
.bc-column--form { flex: 0 0 320px; }
.bc-column--table { flex: 1 1 500px; min-width: 320px; }

.bc-tabs { display: flex; gap: 8px; margin-bottom: 16px; }
.bc-tab {
	background: none; border: none; padding: 8px 4px; cursor: pointer;
	font-size: 15px; color: #333; border-bottom: 2px solid transparent;
}
.bc-tab.is-active { color: #2f6fa8; border-bottom-color: #2f6fa8; font-weight: 600; }

.bc-field { margin-bottom: 18px; }
.bc-field label {
	display: block; font-weight: 700; letter-spacing: .04em; font-size: 13px;
	color: #333; margin-bottom: 6px; text-transform: uppercase;
}
.bc-field input[type=text], .bc-field input[type=password] {
	width: 100%; padding: 10px 12px; border: 1px solid #d7dbe0; border-radius: 8px;
	background: #f4f5f7; font-size: 15px; box-sizing: border-box;
}
.bc-player-input { margin-bottom: 8px; }

.bc-radio-group { display: flex; flex-direction: column; gap: 8px; }
.bc-radio, .bc-checkbox { display: flex; align-items: center; gap: 8px; font-size: 15px; cursor: pointer; }
.bc-checkbox.is-full { opacity: .5; }
.bc-radio.is-disabled { opacity: .5; cursor: not-allowed; }
.bc-event-meta { display: block; color: #777; font-size: 12px; font-weight: 400; }

.bc-submit {
	background: #2f8f7f; color: #fff; border: none; border-radius: 8px;
	padding: 12px 28px; font-weight: 700; letter-spacing: .05em; cursor: pointer;
}
.bc-submit--secondary { background: #2f6fa8; }
.bc-submit:hover { filter: brightness(1.05); }

.bc-feedback.is-error { color: #b3261e; font-weight: 600; }
.bc-feedback.is-success { color: #1e7a3f; font-weight: 600; }

.bc-event-tabs { display: flex; gap: 24px; border-bottom: 1px solid #e2e5e9; margin-bottom: 0; }
.bc-event-tab {
	background: none; border: none; padding: 10px 4px; cursor: pointer;
	font-size: 15px; color: #555; border-bottom: 3px solid transparent;
}
.bc-event-tab.is-active { color: #2f6fa8; font-weight: 700; border-bottom-color: #2f6fa8; }

.bc-table { width: 100%; border-collapse: collapse; margin-top: 0; }
.bc-table thead th {
	background: #3f8f8a; color: #fff; text-align: left; padding: 12px 14px; font-weight: 700;
}
.bc-table tbody tr:nth-child(odd) { background: #eaf3f1; }
.bc-table tbody tr:nth-child(even) { background: #ffffff; }
.bc-table td { padding: 12px 14px; font-size: 15px; }
.bc-mitroo { color: #3f8f8a; font-weight: 700; margin-right: 4px; }

.bc-withdraw-row {
	display: flex; justify-content: space-between; align-items: center;
	padding: 10px 0; border-bottom: 1px solid #eee; gap: 12px;
}
.bc-error { color: #b3261e; }
.bc-empty { color: #888; font-style: italic; }

.bc-events-list {
	display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px;
	font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
.bc-event-card {
	display: block; border: 1px solid #e2e5e9; border-radius: 10px; padding: 16px 18px;
	text-decoration: none; color: inherit; transition: box-shadow .15s ease;
}
a.bc-event-card:hover { box-shadow: 0 2px 10px rgba(0,0,0,.08); }
.bc-event-card--nolink { cursor: default; opacity: .85; }
.bc-event-card__header { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.bc-event-card__title { font-weight: 700; font-size: 16px; }
.bc-event-card__badge {
	font-size: 11px; font-weight: 700; letter-spacing: .04em; padding: 3px 8px; border-radius: 999px;
	background: #eaf3f1; color: #2f8f7f; text-transform: uppercase;
}
.bc-event-card--closed .bc-event-card__badge { background: #f4e6e6; color: #b3261e; }
.bc-event-card__meta { display: flex; flex-direction: column; gap: 2px; margin: 8px 0; font-size: 13px; color: #666; }
.bc-event-card__cta { display: block; margin-top: 10px; font-size: 13px; font-weight: 700; color: #2f6fa8; }
.bc-event-card--closed .bc-event-card__cta { color: #555; }

.bc-event-info {
	background: #f7f8f9; border-radius: 8px; padding: 12px 16px; margin-bottom: 14px; font-size: 14px; color: #444;
}
.bc-event-info strong { color: #222; }
.bc-event-info span { margin-right: 18px; display: inline-block; }

.bc-calendar { font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif; max-width: 900px; }
.bc-cal-nav {
	display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px;
}
.bc-cal-nav__title { font-size: 18px; font-weight: 700; color: #222; text-transform: capitalize; }
.bc-cal-nav__btn {
	background: #eef1f3; border-radius: 8px; padding: 8px 14px; font-size: 14px; font-weight: 600;
	color: #2f6fa8; text-decoration: none;
}
.bc-cal-nav__btn:hover { background: #e2e6ea; }

.bc-cal-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.bc-cal-table thead th {
	background: #3f8f8a; color: #fff; padding: 8px 4px; font-size: 12px; font-weight: 700;
	text-transform: uppercase; text-align: center;
}
.bc-cal-table td { border: 1px solid #eceff1; vertical-align: top; height: 90px; padding: 6px; }
.bc-cal-empty { background: #fafbfc; }
.bc-cal-day.is-today { background: #fff8ec; }
.bc-cal-day__num { font-size: 12px; color: #888; font-weight: 700; margin-bottom: 4px; }
.bc-cal-day.is-today .bc-cal-day__num { color: #b8860b; }

.bc-cal-event {
	display: block; font-size: 11px; line-height: 1.3; padding: 2px 6px; border-radius: 5px;
	margin-bottom: 3px; text-decoration: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.bc-cal-event--open { background: #eaf3f1; color: #2f8f7f; font-weight: 700; }
.bc-cal-event--open:hover { background: #d9ece7; }
.bc-cal-event--closed { background: #f1f2f4; color: #666; }
.bc-cal-event--closed:hover { background: #e6e8eb; }

.bc-cal-legend { display: flex; gap: 16px; margin-top: 14px; font-size: 12px; }
.bc-cal-legend .bc-cal-event { display: inline-block; margin: 0; }

@media (max-width: 640px) {
	.bc-cal-table td { height: 60px; padding: 3px; }
	.bc-cal-event { font-size: 9px; padding: 1px 4px; }
	.bc-cal-nav__title { font-size: 15px; }
}

.bc-combobox { position: relative; margin-bottom: 8px; }
.bc-combobox__input {
	width: 100%; padding: 10px 12px; border: 1px solid #d7dbe0; border-radius: 8px;
	background: #f4f5f7; font-size: 15px; box-sizing: border-box;
}
.bc-combobox__list {
	display: none; position: absolute; z-index: 20; top: calc(100% + 4px); left: 0; right: 0;
	background: #fff; border: 1px solid #d7dbe0; border-radius: 8px; box-shadow: 0 6px 16px rgba(0,0,0,.1);
	max-height: 240px; overflow-y: auto;
}
.bc-combobox__list.is-open { display: block; }
.bc-combobox__item { padding: 9px 12px; font-size: 14px; cursor: pointer; }
.bc-combobox__item:hover { background: #eaf3f1; }
.bc-combobox__item small { color: #888; }
.bc-combobox__empty { padding: 9px 12px; font-size: 13px; color: #888; font-style: italic; }

.bc-player-slot { margin-bottom: 4px; }
.bc-player-slot__body { margin-bottom: 4px; }
.bc-player-slot__toggle {
	background: none; border: none; padding: 0; margin-bottom: 10px;
	font-size: 12px; color: #2f6fa8; cursor: pointer; text-decoration: underline;
}
.bc-player-slot__toggle:hover { color: #204d78; }
.bc-eom-name, .bc-eom-mitroo {
	width: 100%; padding: 10px 12px; border: 1px solid #d7dbe0; border-radius: 8px;
	background: #fff8ec; font-size: 15px; box-sizing: border-box; margin-bottom: 6px;
}

.bc-player--eom { color: #b8860b; font-weight: 600; }
.bc-player--local { color: inherit; }
.bc-player-badge {
	display: inline-block; background: #f4e3b2; color: #7a5b00; font-size: 10px; font-weight: 700;
	border-radius: 4px; padding: 1px 5px; margin-left: 2px; vertical-align: middle;
}
