/* Brand Box Score App - Professional Styling */



.title_container {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 32px 20px 20px;
  background: linear-gradient(90deg, #f8fafc 60%, #e0e7ef 100%);
  border-bottom: 1px solid #e5e7eb;
  border-left: 2px solid #0077b6;
  position: sticky;
  top: 0;
  z-index: 100;
}

.brooklyn-title-block {
  display: flex;
  flex-direction: column;
}

.brooklyn-logo {
  height: 56px;
  width: auto;
  background: transparent !important;
  border-radius: 8px;
  transition: transform 0.2s ease;
}

.brooklyn-logo:hover {
  transform: scale(1.02);
}

.brooklyn-main-title {
  font-size: 2.1rem;
  font-weight: 600;
  color: #1a237e;
  letter-spacing: -0.02em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.brooklyn-subtitle {
  color: #1a237e;
  display: flex;
  align-items: bottom;
}

.brooklyn-badge {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  margin-left: auto;
  padding: 8px 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
}

/* Enhance panel title container */
.panel-title {
  margin-bottom: 24px;
}

/* Responsive adjustments */
/* @media (max-width: 768px) {
  .title_container {
    padding: 12px 20px;
    gap: 16px;
  }
  
  .brooklyn-main-title {
    font-size: 1.7rem;
  }
  
  .brooklyn-logo {
    height: 48px;
  }
  
  .brooklyn-badge {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
} */

.footer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: linear-gradient(90deg, #f8fafc 60%, #e0e7ef 100%);
  padding: 18px 0 16px 0;
  border-top: 2px solid #0077b6;
  font-family: 'Segoe UI', Arial, sans-serif;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  flex-shrink: 0;
}

.footer-logo {
  height: 36px;
  width: auto;
  background: transparent;
  border-radius: 6px;
  margin-right: 10px;
}

.footer-text {
  font-size: 1rem;
  color: #1a237e;
  font-weight: 500;
  margin-right: 16px;
}

.footer-link {
  font-size: 1rem;
  color: #0077b6;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dotted #0077b6;
  transition: color 0.2s;
}

.footer-link:hover {
  color: #e85d04;
  border-bottom: 1px solid #e85d04;
}

.panel-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a237e;
  margin-bottom: 16px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 8px;
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-instruction {
  font-size: 1.5rem;
  color: #1a237e;
  margin-bottom: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.control-panel-row {
  display: flex;
  gap: 16px;
}

.control-panel {
  border: 1px solid #0077b6;
  border-radius: 8px;
  padding: 16px;
}

.main-content {
  border: 1px solid #0077b6;
  border-radius: 8px;
  padding: 16px;
}

.section-divider {
  height: 1px;
  background-color: #e2e8f0;
  margin: 24px 0;
}

.form-group label {
  font-weight: 600;
  color: #1a237e;
}

.accordion-button {
    font-size: 20px;
    color: darkblue;
}

/* Explanation Box Styling */
.explanation-container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #2d3748;
    max-width: 1200px;
}

.explanation-title {
    color: #1a365d;
    border-bottom: 3px solid #3182ce;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.explanation-highlight {
    background: linear-gradient(135deg, #e6f2ff 0%, #cfe8ff 100%);
    border-left: 4px solid #3182ce;
    padding: 16px 20px;
    margin: 20px 0;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.explanation-highlight strong {
    color: #1a365d;
    font-weight: 600;
}

.explanation-section-title {
    color: #2d3748;
    margin-top: 28px;
    margin-bottom: 14px;
    font-size: 1.15rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.explanation-list {
    margin: 12px 0;
    padding-left: 28px;
    list-style-type: none;
}

.explanation-list li {
    margin-bottom: 10px;
    padding-left: 8px;
    position: relative;
}

.explanation-list li::before {
    content: "▸";
    position: absolute;
    left: -20px;
    color: #3182ce;
    font-weight: bold;
}

.explanation-list strong {
    color: #1a365d;
    font-weight: 600;
}

.explanation-usage-box {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    padding: 18px 20px;
    border-radius: 6px;
    margin: 16px 0;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.explanation-usage-box strong {
    color: #1a365d;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.explanation-note {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-left: 4px solid #f59e0b;
    padding: 16px 20px;
    margin: 20px 0;
    border-radius: 6px;
    font-size: 0.95rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.explanation-note strong {
    color: #92400e;
    font-weight: 600;
}

.plot-card{
  margin-bottom: 1rem;
}