body {
  font-family: 'Noto Sans', sans-serif;
}


.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}


.publication-title {
}

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

.publication-title {
    font-family: 'Google Sans', sans-serif;
}

.publication-authors {
    font-family: 'Google Sans', sans-serif;
}

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

.publication-authors {
}

.publication-authors a {
   color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

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

.publication-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    overflow: hidden;
    border-radius: 10px !important;
}

.publication-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.publication-body img {
}

.results-carousel {
  overflow: hidden;
  padding: 1rem;
  min-height: 400px;
}

/* Reduce padding for the carousel hero section */
.hero.is-light.is-small .hero-body {
  padding: 2rem 1.5rem;
}

/* Make carousel more compact */
.results-carousel .card-content {
  padding: 1rem !important;
}

.results-carousel .question {
  margin-bottom: 1rem !important;
  padding: 0.75rem !important;
}

.results-carousel .item {
  margin: 5px;
  padding: 0 15px;
  height: 100%;
}

.results-carousel .card {
  margin: 5px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.results-carousel .card-image {
  padding: 1rem;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.results-carousel .card-image figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.results-carousel .card-image img {
  max-height: 300px;
  width: auto;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.results-carousel .card-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.results-carousel .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.results-carousel .question {
  margin-bottom: 2.5rem;
  font-weight: 500;
  color: #363636;
  background: #f5f5f5;
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid #485fc7;
}

.results-carousel .question strong {
  color: #485fc7;
}

.results-carousel .columns.is-mobile {
  background: #fafafa;
  padding: 1rem;
  border-radius: 8px;
  margin-top: 1rem;
}

.results-carousel .column p {
  position: relative;
  padding-top: 0.5rem;
}

.results-carousel .column p strong {
  position: absolute;
  top: -0.5rem;
  left: 0;
  background: #485fc7;
  color: white;
  padding: 0.2rem 0.8rem;
  border-radius: 4px;
  font-size: 0.9em;
}

.results-carousel .token-count {
  font-size: 1.1em;
  color: #363636;
  display: block;
  margin-top: 0.8rem;
  font-style: normal;
  font-weight: 500;
}

.results-carousel .columns {
  margin-top: 1rem;
}

/* Demo Video Section Styles */
.video-container {
  position: relative;
  width: 100%;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.demo-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.video-container:hover {
  transform: translateY(-2px);
  transition: transform 0.3s ease;
}

/* Responsive video sizing */
@media (max-width: 768px) {
  .video-container {
    border-radius: 8px;
  }
  
  .demo-video {
    border-radius: 8px;
  }
}

.interpolation-panel {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 20px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.interpolation-video-column {
}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}

.slider {
  margin-top: 20px;
}

.framefusion {
  font-weight: bold;
  color: #4a90e2;
}

.logo-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-right: 20px;
}

/* Add any additional custom styles here */

.method-figure {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}

.caption {
  font-size: 0.9em;
  color: #666;
  margin-top: 10px;
  margin-bottom: 20px;
}

.content {
  text-align: left;
}

.content h2,
.content h3,
.content h4 {
  text-align: left;
}

.abstract .content {
  text-align: justify;
}

/* Key Observations Section Styles */
.observation-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.observation-image-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.observation-image-container img {
  max-width: 80%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 1rem;
}

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

.observation-design {
  text-align: center;
  margin-top: auto;
}

.observation-arrow {
  text-align: center;
  margin: 0.5rem 0;
}

/* Make columns equal height */
.equal-height-columns {
  display: flex;
  flex-wrap: wrap;
}

.equal-height-columns .column {
  display: flex;
  flex-direction: column;
}

.equal-height-columns .content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Add size control for model detail and illustration images */
.teaser img {
  max-width: 60%;
  margin: 0 auto;
  display: block;
}

.method-figure {
  max-width: 80%;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* Q&A Section Styling */
.qa-section {
  padding: 0.5rem;
}

.question {
  background: #f5f5f5;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  border-left: 4px solid #485fc7;
  font-size: 1.1em;
}

.question strong {
  color: #485fc7;
  font-size: 1.2em;
  margin-right: 0.5rem;
}

.answer-comparison {
  display: flex;
  gap: 1rem;
  justify-content: space-around;
  margin-top: 2.5rem;
}

.answer-box {
  flex: 1;
  background: #f5f5f5;
  padding: 1rem;
  border-radius: 8px;
  position: relative;
  text-align: center;
  border-left: 4px solid #485fc7;
  margin: 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100px;
}

.answer-label {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: #485fc7;
  color: white;
  padding: 0.3rem 1rem;
  border-radius: 4px;
  font-size: 0.9em;
  font-weight: 500;
}

.answer {
  margin: 0.25rem 0;
  font-size: 1.1em;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}

.answer strong {
  color: #485fc7;
  font-size: 1.2em;
  margin-right: 0.5rem;
}

.token-count {
  font-size: 1.1em;
  color: #363636;
  font-weight: 500;
  margin-top: 0.5rem;
  padding-top: 0.25rem;
}

/* Loading animation for answers */
.answer-loading {
  display: none; /* Hide by default, show via JS */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px; /* Increased height for better content fit */
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 8px;
  margin: 0;
  padding: 0.75rem;
  border: 1px dashed #dee2e6;
  position: relative;
  overflow: hidden;
}

.answer-loading::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(72, 95, 199, 0.1), transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}

.answer-loading .loading-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #485fc7;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 6px;
}

.answer-loading .loading-text {
  color: #6c757d;
  font-style: italic;
  font-size: 0.85em;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}

.answer-loading .loading-time {
  display: none; /* Hide the timing display */
}

.answer-loading .loading-progress {
  width: 100%;
  height: 3px;
  background: #e9ecef;
  border-radius: 2px;
  margin-top: 6px;
  overflow: hidden;
}

.answer-loading .loading-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #485fc7, #7c3aed);
  border-radius: 2px;
  width: 0%;
  transition: width 0.3s ease-in-out;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.answer-content {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  position: relative;
  height: 100px; /* Match loading height */
  display: none; /* Hidden by default */
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0.5rem 0.75rem;
}

.answer-content.loaded {
  opacity: 1;
  transform: translateY(0);
  animation: successPulse 0.5s ease-out;
}

@keyframes successPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(72, 95, 199, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(72, 95, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(72, 95, 199, 0);
  }
}

/* Add a checkmark when loading completes */
.answer-content.loaded::before {
  content: '✓';
  position: absolute;
  top: -15px;
  right: -15px;
  background: #48c774;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  animation: checkmarkBounce 0.5s ease-out;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

@keyframes checkmarkBounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* Basic carousel structure */
.results-carousel {
  overflow: hidden;
  padding: 1rem;
  min-height: 350px;
}

.results-carousel .item {
  margin: 5px;
  padding: 0 15px;
  height: 100%;
}

.results-carousel .card {
  margin: 5px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.results-carousel .card-image {
  padding: 1rem;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.results-carousel .card-image figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.results-carousel .card-image img {
  max-height: 300px;
  width: auto;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.results-carousel .card-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* Navigation buttons */
.carousel-navigation-next,
.carousel-navigation-previous {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 290486px;
  width: 3em;
  height: 3em;
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 1;
  z-index: 99;
}

.carousel-navigation-next:hover,
.carousel-navigation-previous:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

.results-carousel .carousel-video {
  max-height: 300px;
  width: auto;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  /* Play the video at 6.6x speed to complete in 10 seconds (66 frames at 1fps) */
  animation: speedup 10s steps(66) infinite;
}

@keyframes speedup {
  from { transform: none; }
  to { transform: none; }
}

/* Performance Table Styles */
.performance-section-header {
  text-align: left;
  margin-bottom: 1.5rem;
}

.performance-section-header .title {
  margin-bottom: 0.75rem;
  color: #363636;
}

.performance-section-header p {
  color: #4a4a4a;
  margin-top: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Filter Controls */
.performance-controls {
  margin-bottom: 2rem;
}

.filters-wrapper {
  background: white;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.filter-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
  min-width: 200px;
}

.filter-item:last-child {
  flex: 0;
  min-width: auto;
  margin-left: auto;
}

.filter-label {
  font-weight: 600;
  font-size: 0.875rem;
  color: #363636;
  white-space: nowrap;
  min-width: 100px;
}

/* Custom Select Styling */
.custom-select {
  position: relative;
  width: 100%;
  flex: 1;
}

.custom-select::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #4a4a4a;
  pointer-events: none;
}

.custom-select select {
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background: white;
  color: #363636;
  font-size: 0.875rem;
  line-height: 1.25;
  height: 2rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.custom-select select:focus {
  outline: none;
  border-color: #3273dc;
  box-shadow: 0 0 0 2px rgba(50, 115, 220, 0.15);
}

.custom-select select:disabled {
  background-color: #f5f5f5;
  color: #a0a0a0;
  cursor: not-allowed;
}

.custom-select select:disabled + .custom-select::after {
  border-top-color: #a0a0a0;
}

.filter-item .button {
  background-color: #3273dc;
  border: none;
  color: white;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  border-radius: 4px;
  height: 2rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.filter-item .button:hover {
  background-color: #2366d1;
}

/* Table Wrapper */
.modern-table-wrapper {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  border: 1px solid #e8e8e8;
  margin: 1.5rem 0;
}

.table-container {
  overflow-x: auto;
}

/* Table */
.modern-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.9rem;
}

/* Table Headers */
.modern-table thead tr {
  background-color: #f8f9fa; /* Much lighter background */
  color: #363636; /* Dark text for contrast */
}

.modern-table th {
  padding: 1rem 0.75rem;
  text-align: center; /* Default center alignment */
  font-weight: 600;
  color: #363636; /* Dark text */
  border: none;
  cursor: pointer;
  position: relative;
  user-select: none;
}

.modern-table th:hover {
  background-color: #e9ecef;
}

.expand-icon {
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
  font-size: 0.8rem;
}

.benchmark-header {
  background-color: #f8f9fa !important; /* Same as regular headers */
  color: #363636 !important; /* Dark text */
  font-weight: 600;
  text-align: center !important; /* Ensure center alignment for benchmark headers */
}

.benchmark-sub {
  background-color: #f8f9fa !important; /* Same as regular headers */
  color: #363636 !important; /* Dark text */
  font-size: 0.85rem;
  text-align: center !important; /* Ensure center alignment for sub headers */
}

.average-col {
  background-color: #f5f5f5 !important; /* Light gray background */
  color: #363636 !important; /* Dark text */
  text-align: center !important; /* Ensure center alignment for average column */
}

/* Sticky Columns - Force left alignment with high specificity */
.modern-table .sticky-col,
.modern-table th.sticky-col,
.modern-table td.sticky-col {
  position: sticky;
  left: 0;
  background: white !important;
  z-index: 2;
  border-right: 2px solid #e8e8e8 !important;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
  text-align: left !important; /* Force left alignment */
}

.modern-table th.sticky-col {
  background-color: #f8f9fa !important;
  color: #363636 !important;
  z-index: 3;
}

/* Table Body */
.modern-table tbody tr {
  border-bottom: 1px solid #dfe4ea;
}

.modern-table tbody tr:hover {
  background-color: #f0f4ff;
}

.modern-table td {
  padding: 0.75rem;
  text-align: center; /* Default center alignment for all cells */
  border: none;
  font-weight: 500;
}

/* Force left alignment for sticky column content */
.modern-table .sticky-col,
.modern-table .sticky-col * {
  text-align: left !important;
}

.metric-cell {
  font-size: 0.9rem;
  color: #363636;
  text-align: center !important; /* Force center alignment for metric cells */
}

.average-cell {
  font-weight: 700;
  background-color: #f5f5f5;
  border-left: 3px solid #6c757d;
}

/* Method Tags */
.method-tag {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
}

.method-tag.original {
  background-color: transparent;
  color: #363636;
}

.method-tag.streamingllm {
  background-color: #f5f5f5;
  color: #4a4a4a;
}

.method-tag.fastv {
  background-color: #e8e8e8;
  color: #4a4a4a;
}

.method-tag.prumerge {
  background-color: #d6d6d6;
  color: #4a4a4a;
}

.method-tag.framefusion {
  background-color: #3273dc;
  color: white;
}

/* Best Results - Changed from green to blue */
.best-result {
  background-color: #e6f2ff !important;
  border-left: 3px solid #3273dc !important;
}

.best-result:hover {
  background-color: #d9edff !important;
}

.best-score {
  color: #3273dc !important;
  font-weight: 700 !important;
}

/* Sort Indicators */
.sort-icon {
  display: inline-flex;
  flex-direction: column;
  margin-left: 0.2rem;
  line-height: 0.2;
  position: relative;
  top: -0.1em;
}

.sort-icon .fa-sort-up,
.sort-icon .fa-sort-down {
  color: #dbdbdb;
  transition: color 0.2s ease;
  font-size: 0.8em;
  margin: -0.3em 0;
}

.modern-table th:hover .fa-sort-up,
.modern-table th:hover .fa-sort-down {
  color: #a0a0a0;
}

.sort-asc .fa-sort-up {
  color: #3273dc !important;
}

.sort-desc .fa-sort-down {
  color: #3273dc !important;
}

.modern-table th:hover .sort-asc .fa-sort-up,
.modern-table th:hover .sort-desc .fa-sort-down {
  color: #3273dc !important;
}

/* Animations */
.performance-highlight {
  animation: highlight 0.6s ease-in-out;
}

@keyframes highlight {
  0% { background-color: #fff3cd; }
  100% { background-color: transparent; }
}

.table-loading {
  opacity: 0.6;
  pointer-events: none;
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
  .control-group {
    flex-direction: column;
    align-items: center;
  }
  
  .filter-card {
    min-width: 250px;
  }
}

@media screen and (max-width: 768px) {
  .modern-table {
    font-size: 0.8rem;
  }
  
  .modern-table th,
  .modern-table td {
    padding: 0.75rem 0.5rem;
  }
  
  .method-tag {
    font-size: 0.65rem;
    padding: 0.25rem 0.5rem;
  }
  
  .th-content {
    gap: 0.125rem;
  }
  
  .benchmark-name {
    font-size: 0.65rem;
  }
  
  .th-label {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 480px) {
  .performance-section-header .title {
    font-size: 1.75rem;
  }
  
  .modern-table-wrapper {
    margin: 1rem -1rem;
    border-radius: 0;
  }
  
     .filter-card {
     margin: 0 1rem;
     min-width: calc(100% - 2rem);
   }
 }

 /* Table Notes */
 .table-notes {
   margin-top: 2rem;
   display: flex;
   justify-content: center;
 }

 .note-card {
   background-color: #f5f5f5;
   border-radius: 8px;
   padding: 1.5rem;
   color: #363636;
   max-width: 600px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
   border: 1px solid #e8e8e8;
 }

 .note-header {
   display: flex;
   align-items: center;
   margin-bottom: 1rem;
   padding-bottom: 0.75rem;
   border-bottom: 1px solid #e8e8e8;
 }

 .note-header .icon {
   margin-right: 0.5rem;
   font-size: 1rem;
   color: #3273dc;
 }

 .note-title {
   font-size: 1.1rem;
   font-weight: 600;
 }

 .note-content {
   display: grid;
   gap: 0.75rem;
 }

 .note-item {
   display: flex;
   align-items: center;
   gap: 0.75rem;
 }

 .note-badge {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 1.5rem;
   height: 1.5rem;
   border-radius: 50%;
   font-size: 0.75rem;
   font-weight: 600;
   flex-shrink: 0;
   background-color: #3273dc;
   color: white;
 }

 .note-text {
   font-size: 0.875rem;
   line-height: 1.5;
 }

 .note-text strong {
   color: #23d160;
   font-weight: 600;
 }

 @media screen and (max-width: 768px) {
   .note-card {
     margin: 0 1rem;
     padding: 1rem;
   }
   
   .note-header {
     margin-bottom: 0.75rem;
   }
   
   .note-title {
     font-size: 1rem;
   }
   
   .note-badge {
     width: 1.25rem;
     height: 1.25rem;
     font-size: 0.65rem;
   }
   
   .note-text {
     font-size: 0.8rem;
   }
 }

@media screen and (max-width: 768px) {
  .filters-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  
  .filter-item {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    min-width: auto;
  }
  
  .filter-item:last-child {
    margin-left: 0;
  }
  
  .filter-label {
    min-width: auto;
    text-align: left;
  }
}

/* Runtime Comparison Styles */
.runtime-controls {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.runtime-controls .label {
  font-weight: 600;
  color: #363636;
  margin-bottom: 0.5rem;
}

.runtime-controls .filter-item {
  margin-bottom: 0.25rem;
}

.runtime-controls .filter-label {
  margin-bottom: 0.25rem;
}

.runtime-controls .filters-wrapper {
  gap: 1.5rem;
}

.runtime-controls .custom-select select {
  height: 2.5rem;
  padding: 0.75rem 2rem 0.75rem 0.75rem;
  line-height: 1rem;
  box-sizing: border-box;
}

.runtime-chart-container {
  margin: 2rem 0;
  padding: 1rem;
  background: white;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.runtime-chart-container canvas {
  max-width: 100%;
  height: auto;
}

.runtime-summary {
  margin-top: 2rem;
}

.runtime-summary .notification {
  border-left: 4px solid #3273dc;
}

.runtime-summary .title {
  margin-bottom: 1rem;
  color: #363636;
}

.speedup-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.speedup-stat {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 6px;
  text-align: center;
}

.speedup-stat .value {
  font-size: 1.5rem;
  font-weight: bold;
  color: #3273dc;
}

.speedup-stat .label {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.25rem;
}
