/* 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;
}
