/* ZLEDI public board skin */

.public-page {
  background: #eef1f5;
  color: #252a33;
  padding-top: 44px;
  font-family: Arial, "Malgun Gothic", sans-serif;
}

.public-page .public-aurora {
  display: none;
}

.board-topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  height: 42px;
  background: #1f232b;
  border-bottom: 2px solid #d8313a;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}

.board-nav {
  width: min(1120px, 100%);
  height: 100%;
  margin: 0 auto;
  padding: 0 12px;
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.board-nav::-webkit-scrollbar {
  display: none;
}

.board-brand {
  height: 100%;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  background: #d8313a;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
  flex-shrink: 0;
}

.board-nav-item {
  height: 100%;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  color: #c8ced8;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}

.board-nav-item:hover,
.board-nav-item.active {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.board-nav-item.highlight {
  color: #8fffe5;
}

.board-auth-actions {
  height: 100%;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.board-auth-button {
  height: 28px;
  min-height: 28px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 3px;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.board-auth-login {
  background: #17b890;
  color: #061d18;
}

.board-auth-logout {
  background: #eef2f7;
  color: #1f232b;
}

.board-auth-button:hover {
  filter: brightness(1.05);
}

.board-auth-button[hidden] {
  display: none;
}

.public-page .requests-layout {
  width: min(1120px, calc(100% - 20px));
  margin: 16px auto 28px;
  gap: 10px;
}

.public-page .public-hero {
  background: #fff;
  border: 1px solid #d8dde6;
  border-radius: 4px;
  padding: 14px 16px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  margin: 0;
}

.board-title-block {
  gap: 12px;
}

.board-logo-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: #1f232b;
  color: #fff;
  border: 3px solid #d8313a;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  flex-shrink: 0;
}

.board-logo-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #161a22;
  font-family: Arial, "Malgun Gothic", sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.public-page .public-hero .board-logo-title {
  color: #111827;
  background: none;
  -webkit-text-fill-color: #111827;
}

.board-logo-title span {
  padding: 2px 7px;
  border-radius: 3px;
  background: #d8313a;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.public-page .public-hero .board-logo-title span {
  color: #fff;
  background: #d8313a;
  -webkit-text-fill-color: #fff;
}

.public-page .public-tagline {
  margin: 4px 0 0;
  color: #687386;
  font-size: 13px;
  font-weight: 600;
}

.public-hero-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.public-page .public-channel-link {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 3px;
  border: 1px solid #0f9f75;
  background: #10b981;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: none;
}

.public-page .public-channel-link:hover {
  background: #059669;
}

.public-page .public-live-badge {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  border: 1px solid #c9eedc;
  border-radius: 3px;
  background: #f0fdf4;
}

.public-page .public-live-text strong {
  color: #15803d;
  font-size: 11px;
  letter-spacing: 0;
}

.public-page .public-live-badge .status-update-text {
  color: #16a34a;
  font-size: 11px;
  margin: 1px 0 0;
}

.public-page .live-watch-section {
  padding: 14px 16px;
  scroll-margin-top: 56px;
}

.public-page .live-watch-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e2e6ee;
}

.public-page .live-watch-heading .requests-section-title {
  margin-bottom: 0;
}

.public-page .live-watch-heading p {
  margin: 4px 0 0;
  color: #7a8495;
  font-size: 12px;
  font-weight: 700;
}

.public-page .live-watch-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.public-page .live-open-link,
.public-page .live-reload-button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid #0f9f75;
  border-radius: 3px;
  background: #10b981;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.public-page .live-open-link:hover,
.public-page .live-open-link:focus-visible,
.public-page .live-reload-button:hover,
.public-page .live-reload-button:focus-visible {
  background: #059669;
  outline: none;
}

.public-page .live-reload-button:disabled {
  opacity: 0.65;
  cursor: progress;
}

.public-page .live-embed-shell {
  width: 100%;
  min-height: 580px;
  overflow: hidden;
  border: 1px solid #111827;
  border-radius: 4px;
  background: #111827;
}

.public-page .live-embed-shell iframe {
  width: 100%;
  height: 580px;
  display: block;
  border: 0;
  background: #111827;
}

.public-page .isekai-onboarding {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 18px;
  padding: 18px;
  border-color: #cfd6e2;
  background:
    linear-gradient(90deg, rgba(216, 49, 58, 0.08), rgba(31, 35, 43, 0.02)),
    #fff;
  scroll-margin-top: 56px;
}

.public-page .isekai-onboarding-main {
  min-width: 0;
}

.public-page .isekai-kicker {
  margin: 0 0 6px;
  color: #d8313a;
  font-size: 12px;
  font-weight: 900;
}

.public-page .isekai-onboarding h2 {
  margin: 0;
  color: #111827;
  font-family: Arial, "Malgun Gothic", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.public-page .isekai-subtitle {
  margin: 8px 0 0;
  max-width: 720px;
  color: #4b5565;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.public-page .isekai-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.public-page .isekai-cta {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid #cfd5df;
  border-radius: 3px;
  background: #fff;
  color: #273244;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.public-page .isekai-cta:hover {
  border-color: #d8313a;
  color: #d8313a;
}

.public-page .isekai-cta-primary {
  border-color: #bd252e;
  background: #d8313a;
  color: #fff;
}

.public-page .isekai-cta-primary:hover {
  background: #bd252e;
  color: #fff;
}

.public-page .isekai-guide {
  min-width: 0;
  padding-left: 16px;
  border-left: 1px solid #e2e6ee;
}

.public-page .isekai-guide h3 {
  margin: 0 0 8px;
  color: #1f232b;
  font-size: 15px;
  font-weight: 900;
}

.public-page .isekai-guide-steps {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 18px;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.public-page .isekai-guide-steps li {
  min-width: 0;
}

.public-page .isekai-guide code {
  padding: 1px 5px;
  border: 1px solid #f3b7bb;
  border-radius: 3px;
  background: #fff6f6;
  color: #991b1b;
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
  font-weight: 900;
}

.public-page .isekai-safety-note {
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.public-page .card {
  background: #fff;
  border: 1px solid #d8dde6;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
  padding: 14px 16px;
}

.public-page .public-submit-panel {
  padding: 14px 16px;
  scroll-margin-top: 56px;
}

.public-submit-heading {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e2e6ee;
}

.public-submit-heading h2,
.public-page .requests-section-title {
  margin: 0;
  color: #1f232b;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
}

.public-submit-heading p {
  margin: 0;
  color: #7a8495;
  font-size: 12px;
  font-weight: 600;
}

.public-page .public-submit-form {
  display: grid;
  grid-template-columns: minmax(100px, 140px) minmax(220px, 1fr) minmax(82px, 100px) minmax(82px, 100px) 86px;
  gap: 8px;
  align-items: end;
}

.public-page .public-submit-field {
  gap: 5px;
}

.public-page .public-submit-field span {
  color: #4a5568;
  font-size: 12px;
  font-weight: 800;
}

.public-page .public-submit-field input {
  height: 36px;
  border: 1px solid #cfd5df;
  border-radius: 3px;
  background: #fbfcfe;
  color: #252a33;
  font-size: 13px;
  padding: 0 10px;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.public-page .public-submit-field input:focus {
  border-color: #d8313a;
  box-shadow: 0 0 0 2px rgba(216, 49, 58, 0.12);
  background: #fff;
}

.public-page .public-submit-form .btn-primary {
  height: 36px;
  border-radius: 3px;
  background: #d8313a;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: none;
}

.public-page .public-submit-form .btn-primary:hover {
  background: #bd252e;
  transform: none;
  box-shadow: none;
}

.public-page .public-submit-form .btn-primary:disabled {
  opacity: 0.65;
  cursor: progress;
}

.public-page .youtube-search-panel {
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e6ee;
}

.public-page .youtube-search-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.public-page .youtube-search-header h3 {
  margin: 0;
  color: #1f232b;
  font-size: 13px;
  font-weight: 900;
}

.public-page .youtube-search-status {
  min-height: 16px;
  margin: 0;
  color: #7a8495;
  font-size: 12px;
  font-weight: 800;
}

.public-page .youtube-search-status.success { color: #059669; }
.public-page .youtube-search-status.error { color: #dc2626; }
.public-page .youtube-search-status.pending { color: #0891b2; }

.public-page .youtube-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px;
  gap: 8px;
  align-items: end;
}

.public-page .youtube-search-button {
  height: 36px;
  border: 1px solid #cfd5df;
  border-radius: 3px;
  background: #ffffff;
  color: #bd1f28;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

.public-page .youtube-search-button:hover,
.public-page .youtube-search-button:focus-visible {
  border-color: #d8313a;
  background: #fff5f6;
  outline: none;
}

.public-page .youtube-search-button:disabled {
  opacity: 0.65;
  cursor: progress;
}

.public-page .youtube-search-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 8px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.public-page .youtube-search-result-button {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border: 1px solid #e2e6ee;
  border-radius: 3px;
  background: #fff;
  color: #1f232b;
  cursor: pointer;
  text-align: left;
}

.public-page .youtube-search-result-button:hover,
.public-page .youtube-search-result-button:focus-visible {
  border-color: #d8313a;
  background: #fffafb;
  outline: none;
}

.public-page .youtube-search-thumb {
  width: 72px;
  height: 40px;
  border-radius: 3px;
  object-fit: cover;
  background: #e2e6ee;
}

.public-page .youtube-search-text {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.public-page .youtube-search-title {
  overflow: hidden;
  color: #1f232b;
  display: -webkit-box;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.public-page .youtube-search-channel {
  overflow: hidden;
  color: #7a8495;
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-page .youtube-search-select {
  min-width: 44px;
  color: #bd1f28;
  font-size: 12px;
  font-weight: 900;
  text-align: right;
}

.public-page .youtube-search-empty {
  padding: 8px 0 0;
  color: #7a8495;
  font-size: 12px;
  font-weight: 800;
}

.public-page .public-submit-status {
  min-height: 16px;
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 700;
}

.public-page .public-submit-status.success { color: #059669; }
.public-page .public-submit-status.error { color: #dc2626; }
.public-page .public-submit-status.pending { color: #0891b2; }

.public-page .tts-panel {
  padding: 14px 16px;
}

.public-page .tts-status-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.public-page .tts-login-link {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 3px;
  background: #d8313a;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  padding: 0 12px;
}

.public-page .tts-login-link:disabled {
  opacity: 0.65;
  cursor: wait;
}

.public-page .tts-login-link[hidden] {
  display: none;
}

.public-page .tts-code-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  padding: 9px 10px;
  border: 1px solid #f3b7bd;
  border-radius: 3px;
  background: #fff7f7;
  color: #4b5565;
  font-size: 13px;
  font-weight: 800;
}

.public-page .tts-code-box[hidden] {
  display: none;
}

.public-page .tts-code-box strong {
  color: #b91c1c;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 18px;
  letter-spacing: 0;
}

.public-page .tts-status-text {
  margin: 0;
  color: #4b5565;
  font-size: 13px;
  font-weight: 800;
}

.public-page .viewer-permissions {
  margin: 0 0 12px;
  padding: 10px;
  border: 1px solid #dfe4ec;
  border-radius: 3px;
  background: #fbfcfe;
}

.public-page .viewer-permissions-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #252a33;
  font-size: 13px;
  font-weight: 900;
}

.public-page .viewer-permissions-header span {
  color: #7a8495;
  font-size: 12px;
  font-weight: 800;
}

.public-page .viewer-permission-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 9px 0 0;
  padding: 0;
  list-style: none;
}

.public-page .viewer-permission-item {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid #e3e8f0;
  border-radius: 3px;
  background: #fff;
}

.public-page .viewer-permission-available {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.public-page .viewer-permission-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.public-page .viewer-permission-heading strong {
  min-width: 0;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}

.public-page .viewer-permission-state {
  flex: 0 0 auto;
  padding: 2px 6px;
  border-radius: 3px;
  background: #eef2f7;
  color: #4b5565;
  font-size: 11px;
  font-weight: 900;
}

.public-page .viewer-permission-available .viewer-permission-state {
  background: #dcfce7;
  color: #047857;
}

.public-page .viewer-permission-summary {
  margin: 6px 0 0;
  color: #4b5565;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.public-page .viewer-permission-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}

.public-page .viewer-permission-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 6px;
  border-radius: 3px;
  background: #f1f5f9;
  color: #475569;
  font-size: 11px;
  font-weight: 900;
}

.public-page .tts-submit-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 180px) 150px;
  gap: 8px;
  align-items: end;
}

.public-page .tts-message-field textarea {
  width: 100%;
  min-height: 74px;
  resize: vertical;
  border: 1px solid #cfd5df;
  border-radius: 3px;
  background: #fbfcfe;
  color: #252a33;
  font: inherit;
  font-size: 13px;
  padding: 9px 10px;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.public-page .tts-message-field textarea:focus {
  border-color: #d8313a;
  box-shadow: 0 0 0 2px rgba(216, 49, 58, 0.12);
  background: #fff;
  outline: none;
}

.public-page .tts-voice-field select {
  width: 100%;
  height: 40px;
  border: 1px solid #cfd5df;
  border-radius: 3px;
  background: #fbfcfe;
  color: #252a33;
  font: inherit;
  font-size: 13px;
  padding: 0 10px;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.public-page .tts-voice-field select:focus {
  border-color: #d8313a;
  box-shadow: 0 0 0 2px rgba(216, 49, 58, 0.12);
  background: #fff;
  outline: none;
}

.public-page .tts-voice-field select:disabled {
  opacity: 0.65;
}

.public-page .tts-submit-form .btn-primary {
  min-height: 40px;
  border-radius: 3px;
  background: #d8313a;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: none;
}

.public-page .tts-submit-form .btn-primary:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.public-page .command-guide {
  padding: 14px 16px;
}

.public-page .command-guide-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
}

.public-page .command-guide-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.public-page .command-guide-title-row .requests-section-title {
  margin-bottom: 0;
}

.public-page .command-guide-heading p {
  margin: 0;
  color: #7a8495;
  font-size: 12px;
  font-weight: 700;
}

.public-page .collapsible-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.public-page .collapsible-section-heading .requests-section-title {
  margin-bottom: 0;
}

.public-page .section-toggle,
.public-page .command-toggle {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #d83a43;
  border-radius: 3px;
  background: #ffffff;
  color: #bd1f28;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.public-page .section-toggle:hover,
.public-page .section-toggle:focus-visible,
.public-page .command-toggle:hover,
.public-page .command-toggle:focus-visible {
  background: #fff5f6;
  outline: none;
}

.public-page .collapsible-section-body[hidden],
.public-page .command-body[hidden] {
  display: none;
}

.public-page .command-search {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid #e2e6ee;
  border-radius: 3px;
  background: #fff;
}

.public-page .command-guide-heading .command-search {
  margin-bottom: 0;
}

.public-page .command-search label {
  color: #1f232b;
  font-size: 12px;
  font-weight: 900;
}

.public-page .command-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
}

.public-page .command-search-input {
  min-width: 0;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #cfd5df;
  border-radius: 3px;
  background: #fbfcfe;
  color: #1f232b;
  font-size: 13px;
  font-weight: 800;
}

.public-page .command-search-input:focus {
  border-color: #d8313a;
  outline: none;
  box-shadow: 0 0 0 2px rgba(216, 49, 58, 0.12);
}

.public-page .command-search-clear {
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #cfd5df;
  border-radius: 3px;
  background: #fff;
  color: #596273;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.public-page .command-search-clear:hover,
.public-page .command-search-clear:focus-visible {
  border-color: #d8313a;
  color: #bd1f28;
  outline: none;
}

.public-page .command-search-status {
  min-height: 18px;
  margin: 0;
  color: #7a8495;
  font-size: 12px;
  font-weight: 800;
}

.public-page .command-search-empty {
  margin-top: 10px;
}

.public-page .command-status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.public-page .command-status-card {
  min-width: 0;
  padding: 10px 11px;
  border: 1px solid #dfe4ec;
  border-radius: 3px;
  background: #fff;
}

.public-page .command-status-primary {
  border-color: #f2c5c8;
  background: #fffafa;
}

.public-page .command-status-label {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  padding: 0 6px;
  border-radius: 3px;
  background: #eef2f7;
  color: #4b5565;
  font-size: 11px;
  font-weight: 900;
}

.public-page .command-status-primary .command-status-label {
  background: #fee2e2;
  color: #991b1b;
}

.public-page .command-status-card strong {
  display: block;
  margin-top: 7px;
  color: #1f232b;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
}

.public-page .command-status-card p {
  margin: 5px 0 0;
  color: #596273;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.public-page .command-status-card code {
  color: #1f232b;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.public-page .command-group {
  margin-top: 12px;
}

.public-page .command-group:first-of-type {
  margin-top: 0;
}

.public-page .command-group-title {
  margin: 0 0 7px;
  color: #1f232b;
  font-size: 13px;
  font-weight: 900;
}

.public-page .command-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.public-page .command-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  min-height: 46px;
  padding: 9px 10px;
  border: 1px solid #dfe4ec;
  border-radius: 3px;
  background: #fbfcfe;
}

.public-page .command-card-feature {
  border-color: #f2c5c8;
  background: #fffafa;
}

.public-page .command-card-danger {
  border-color: #f3b7bb;
  background: #fff6f6;
}

.public-page .command-sequence {
  display: flex;
  align-items: center;
  gap: 3px;
  min-width: 0;
  flex-wrap: wrap;
}

.public-page .command-token {
  min-width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #cfd5df;
  border-radius: 3px;
  background: #fff;
  color: #1f232b;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.public-page .command-token-wide {
  width: auto;
  min-width: 52px;
  padding: 0 7px;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
  text-align: center;
}

.public-page .command-card-danger .command-token {
  border-color: #f3b7bb;
  color: #991b1b;
}

.public-page .command-action {
  flex-shrink: 0;
  max-width: 52%;
  color: #d8313a;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
  text-align: right;
  white-space: normal;
}

.public-page .command-rules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 16px;
  margin: 10px 0 0;
  padding: 10px 12px;
  border: 1px solid #e2e6ee;
  border-radius: 3px;
  background: #fff;
  color: #596273;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  list-style-position: inside;
}

.public-page .command-rules li {
  min-width: 0;
}

.public-page .command-rules code {
  color: #1f232b;
  font-weight: 900;
}

.public-page .patch-notes-section {
  padding: 14px 16px;
  scroll-margin-top: 56px;
}

.public-page .patch-notes-lead {
  margin: -4px 0 12px;
  color: #596273;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.public-page .change-timeline {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.public-page .change-timeline-current {
  margin-top: 8px;
}

.public-page .change-timeline-current .change-entry {
  border-color: #8fd8b5;
  background: #f6fffb;
  box-shadow: 0 1px 0 rgba(16, 185, 129, 0.12);
}

.public-page .change-timeline-current .change-summary strong {
  color: #111827;
  font-size: 15px;
}

.public-page .patch-notes-archive {
  margin-top: 8px;
  border-top: 1px dashed #d7deea;
  padding-top: 8px;
}

.public-page .patch-notes-archive > summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8a94a7;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  list-style: none;
}

.public-page .patch-notes-archive > summary::-webkit-details-marker {
  display: none;
}

.public-page .patch-notes-archive > summary::after {
  content: '펼치기';
  min-width: 48px;
  border: 1px solid #d7deea;
  border-radius: 3px;
  color: #8a94a7;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.public-page .patch-notes-archive[open] > summary::after {
  content: '접기';
}

.public-page .change-timeline-archive {
  gap: 5px;
}

.public-page .change-timeline-archive .change-entry {
  padding: 8px 10px;
  border-color: #e6ebf3;
  background: #f8fafc;
  opacity: 0.72;
}

.public-page .change-timeline-archive .change-summary {
  grid-template-columns: 112px auto minmax(0, 1fr) auto;
  gap: 6px;
}

.public-page .change-timeline-archive .change-summary time,
.public-page .change-timeline-archive .change-summary strong,
.public-page .change-timeline-archive .change-entry-body {
  color: #8a94a7;
}

.public-page .change-timeline-archive .change-summary strong {
  font-size: 12px;
}

.public-page .change-entry {
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid #dfe4ec;
  border-radius: 3px;
  background: #fbfcfe;
}

.public-page .change-entry-command {
  border-color: #f2c5c8;
  background: #fffafa;
}

.public-page .change-summary {
  display: grid;
  grid-template-columns: 128px auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
  cursor: pointer;
  list-style: none;
}

.public-page .change-summary::-webkit-details-marker {
  display: none;
}

.public-page .change-summary::after {
  content: "펼치기";
  min-width: 48px;
  padding: 4px 7px;
  border: 1px solid #dfe4ec;
  border-radius: 3px;
  background: #fff;
  color: #596273;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.public-page .change-entry[open] .change-summary::after {
  content: "접기";
  border-color: #f2c5c8;
  color: #991b1b;
}

.public-page .change-summary:focus-visible {
  outline: 2px solid #f3b7bb;
  outline-offset: 3px;
}

.public-page .change-summary time {
  color: #991b1b;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.7;
  white-space: nowrap;
}

.public-page .change-summary strong {
  min-width: 0;
  color: #1f232b;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
}

.public-page .change-entry-body {
  min-width: 0;
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #e2e6ee;
}

.public-page .change-kind {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  padding: 0 6px;
  border-radius: 3px;
  background: #eef2f7;
  color: #4b5565;
  font-size: 11px;
  font-weight: 900;
}

.public-page .change-entry-command .change-kind {
  background: #fee2e2;
  color: #991b1b;
}

.public-page .change-entry p {
  margin: 0;
  color: #596273;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.public-page .change-entry ul {
  display: grid;
  gap: 4px;
  margin: 8px 0 0;
  padding-left: 18px;
  color: #596273;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.public-page .change-entry-body li {
  min-width: 0;
}

.public-page .change-entry code {
  color: #1f232b;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.public-page.has-latest-patch-popup {
  overflow: hidden;
}

.latest-patch-popup[hidden] {
  display: none;
}

.latest-patch-popup {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.latest-patch-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
}

.latest-patch-popup-card {
  position: relative;
  width: min(540px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 18px;
  border: 2px solid #d8313a;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.32);
  outline: none;
}

.latest-patch-popup-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin: 0 0 10px;
  padding: 0 9px;
  border-radius: 3px;
  background: #d8313a;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.latest-patch-popup-card h2 {
  margin: 0;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.latest-patch-popup-body {
  margin-top: 10px;
  color: #4b5565;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.latest-patch-popup-body p {
  margin: 0;
}

.latest-patch-popup-body ul {
  display: grid;
  gap: 6px;
  margin: 10px 0 0;
  padding-left: 18px;
}

.latest-patch-popup-body code {
  color: #1f232b;
  font-weight: 900;
}

.latest-patch-popup-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.latest-patch-popup-link,
.latest-patch-popup-snooze,
.latest-patch-popup-close {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid #cfd5df;
  border-radius: 3px;
  background: #fff;
  color: #bd1f28;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.latest-patch-popup-snooze {
  color: #4b5565;
}

.latest-patch-popup-close {
  border-color: #d8313a;
  background: #d8313a;
  color: #fff;
}

.latest-patch-popup-link:hover,
.latest-patch-popup-link:focus-visible,
.latest-patch-popup-snooze:hover,
.latest-patch-popup-snooze:focus-visible,
.latest-patch-popup-close:hover,
.latest-patch-popup-close:focus-visible {
  filter: brightness(1.03);
  outline: 2px solid rgba(216, 49, 58, 0.25);
  outline-offset: 2px;
}

.public-page .roulette-history-section {
  padding: 12px 16px;
}

.public-page .roulette-history-list {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #dfe4ec;
  border-radius: 3px;
  background: #fbfcfe;
  list-style: none;
}

.public-page .roulette-history-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  min-width: 0;
  color: #596273;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.public-page .roulette-history-time,
.public-page .roulette-history-meta,
.public-page .roulette-history-status {
  color: #7a8495;
}

.public-page .roulette-history-separator {
  color: #a8b0bf;
  font-weight: 900;
}

.public-page .roulette-history-result {
  color: #1f232b;
  font-weight: 900;
}

.public-page .roulette-history-viewer {
  min-width: 0;
  overflow-wrap: anywhere;
}

.public-page .roulette-history-section .empty-state {
  margin-top: 0;
}

.public-page .requests-section-title {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e2e6ee;
  margin-bottom: 8px;
}

.public-page .requests-section-title::before {
  content: "";
  width: 4px;
  height: 14px;
  border-radius: 1px;
  background: #d8313a;
  flex-shrink: 0;
}

.public-page .requests-grid {
  gap: 10px;
}

.public-page .table-container {
  border: 1px solid #dfe4ec;
  border-radius: 3px;
  background: #fff;
  overflow: auto;
}

.public-page table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.public-page th,
.public-page td {
  border-bottom: 1px solid #edf0f5;
  padding: 8px 10px;
  text-align: left;
  vertical-align: middle;
}

.public-page thead th {
  background: #f6f7fa;
  color: #4b5565;
  font-size: 12px;
  font-weight: 900;
  text-transform: none;
}

.public-page tbody td {
  background: #fff;
  color: #2d3748;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.public-page tbody tr:nth-child(even) td {
  background: #fbfcfe;
}

.public-page tbody tr:hover td {
  background: #fff8f8;
}

.public-page tbody tr:last-child td {
  border-bottom: 0;
}

.public-page .request-playing td {
  background: #fff6f6;
  box-shadow: inset 3px 0 0 #d8313a;
}

.public-page .request-video-cell {
  white-space: normal;
  width: 100%;
}

.public-page .video-cell-link {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.public-page .video-cell-container {
  gap: 9px;
}

.public-page .cell-thumb {
  width: 66px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
}

.public-page .cell-title-link {
  color: #263245;
  font-size: 13px;
  font-weight: 800;
}

.public-page .cell-title-link:hover {
  color: #d8313a;
}

.public-page .video-cell-link:hover .cell-title-link {
  color: #d8313a;
}

.public-page .cell-channel-name {
  color: #7a8495;
  font-size: 11px;
}

.public-page .status-pill {
  min-width: 54px;
  justify-content: center;
  border-radius: 3px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: 900;
  text-transform: none;
  letter-spacing: 0;
}

.public-page .status-playing {
  background: #fee2e2;
  border: 1px solid #fca5a5;
  color: #991b1b;
}

.public-page .status-waiting {
  background: #dbeafe;
  border: 1px solid #93c5fd;
  color: #1e40af;
}

.public-page .status-played {
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  color: #374151;
}

.public-page .status-skipped {
  background: #f3e8ff;
  border: 1px solid #c084fc;
  color: #5b21b6;
}

.public-page .status-blocked {
  background: #fee2e2;
  border: 1px solid #fca5a5;
  color: #991b1b;
}

.public-page .empty-state {
  margin: 8px 0 0;
  padding: 14px;
  border: 1px dashed #d8dde6;
  border-radius: 3px;
  background: #fbfcfe;
  color: #8792a4;
  font-size: 13px;
}

.public-page .priority-video-cell {
  text-align: center;
}

.public-page .priority-video-button {
  min-height: 30px;
  padding: 0 9px;
  border-radius: 3px;
  background: #d8313a;
  color: #fff;
  border: 1px solid #bd252e;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: none;
}

.public-page .priority-video-button:hover {
  background: #bd252e;
  transform: none;
  box-shadow: none;
}

.public-page .priority-video-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.public-page .pagination-controls {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 10px 0 0;
  flex-wrap: wrap;
}

.public-page .pagination-controls[hidden] {
  display: none;
}

.public-page .pagination-button {
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  border: 1px solid #cfd5df;
  border-radius: 3px;
  background: #fff;
  color: #4b5565;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.public-page .pagination-button:hover,
.public-page .pagination-button.is-active {
  border-color: #d8313a;
  background: #d8313a;
  color: #fff;
}

@media (max-width: 900px) {
  .public-page .requests-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 56px;
  }

  .public-page {
    padding-top: 42px;
  }

  .public-page .requests-layout {
    width: min(100% - 12px, 1120px);
    margin-top: 8px;
  }

  .public-page .public-hero {
    align-items: flex-start;
  }

  .public-page .live-watch-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .public-page .live-watch-actions,
  .public-page .live-open-link,
  .public-page .live-reload-button {
    width: 100%;
  }

  .public-page .live-embed-shell {
    min-height: 520px;
  }

  .public-page .live-embed-shell iframe {
    height: 520px;
  }

  .public-page .isekai-onboarding {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px 12px;
  }

  .public-page .isekai-onboarding h2 {
    font-size: 22px;
  }

  .public-page .isekai-cta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .public-page .isekai-cta {
    width: 100%;
  }

  .public-page .isekai-guide {
    padding-left: 0;
    padding-top: 12px;
    border-left: 0;
    border-top: 1px solid #e2e6ee;
  }

  .board-logo-title {
    font-size: 22px;
  }

  .public-page .public-submit-form {
    grid-template-columns: 1fr;
  }

  .public-page .youtube-search-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .public-page .youtube-search-form {
    grid-template-columns: 1fr;
  }

  .public-page .youtube-search-button {
    width: 100%;
  }

  .public-page .youtube-search-results {
    grid-template-columns: 1fr;
  }

  .public-page .youtube-search-result-button {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .public-page .youtube-search-thumb {
    width: 64px;
    height: 36px;
  }

  .public-page .youtube-search-select {
    grid-column: 1 / -1;
    width: 100%;
    text-align: center;
  }

  .public-page .tts-submit-form {
    grid-template-columns: 1fr;
  }

  .public-page .viewer-permissions-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .public-page .viewer-permission-list {
    grid-template-columns: 1fr;
  }

  .public-page .command-guide-title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .public-page .collapsible-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .public-page .section-toggle,
  .public-page .command-toggle {
    width: 100%;
  }

  .public-page .command-status-grid,
  .public-page .command-grid,
  .public-page .command-rules {
    grid-template-columns: 1fr;
  }

  .public-page .command-search-row {
    grid-template-columns: 1fr;
  }

  .public-page .command-search-clear {
    width: 100%;
  }

  .public-page .command-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .public-page .command-action {
    max-width: 100%;
    text-align: left;
  }

  .public-page .change-summary {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .public-page .change-summary::after {
    justify-self: start;
  }

  .public-page .public-submit-form .btn-primary {
    width: 100%;
  }

  .public-page .card {
    padding: 12px 10px;
  }

  .public-page th,
  .public-page td {
    padding: 7px 8px;
  }

  .public-page .cell-thumb,
  .public-page .cell-channel-name {
    display: none;
  }

  .public-page #requests-table th:nth-child(2),
  .public-page #requests-body td:nth-child(2),
  .public-page #requests-table th:nth-child(5),
  .public-page #requests-body td:nth-child(5) {
    display: none;
  }

  .public-page #requests-table th:nth-child(1) { width: 68px !important; }
  .public-page #requests-table th:nth-child(4) { width: 80px !important; }

  .public-page .requests-grid > section:first-child table th:nth-child(3),
  .public-page #waiting-requests-body td:nth-child(3) {
    display: none;
  }

  .public-page #waiting-section table th:nth-child(1) { width: 42px !important; }
  .public-page #waiting-section table th:nth-child(2) { width: 86px !important; }
  .public-page #waiting-section table th:nth-child(6) { width: 96px !important; }

  .public-page #waiting-section table th:nth-child(5),
  .public-page #waiting-requests-body td:nth-child(5) {
    display: none;
  }

  .public-page .priority-video-button {
    min-height: 32px;
    padding: 0 7px;
    font-size: 11px;
  }

  .public-page #waiting-requests-body .cell-title-link {
    display: -webkit-box;
    white-space: normal;
    line-height: 1.25;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .public-page #waiting-section,
  .public-page #blocked-section {
    scroll-margin-top: 56px;
  }

  .public-page #tts-section {
    scroll-margin-top: 56px;
  }

  .public-page #patch-notes-section {
    scroll-margin-top: 56px;
  }

  .public-page #waiting-section:target,
  .public-page #blocked-section:target {
    padding-top: 68px;
    margin-top: -56px;
  }

  .public-page #tts-section:target,
  .public-page #patch-notes-section:target {
    padding-top: 68px;
    margin-top: -56px;
  }
}
