:root {
  color-scheme: light;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #ffffff;
  color: #111827;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
}

body {
  min-height: 100vh;
  background: #ffffff;
}

.container {
  width: min(1180px, 96%);
  margin: 0 auto;
  padding: 40px 16px 56px;
}

.hero {
  text-align: center;
  margin-bottom: 44px;
}

h1 {
  margin: 0 auto;
  max-width: none;
  font-size: clamp(1.34rem, 2.26vw, 1.87rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.conference {
  margin: 14px auto 0;
  display: block;
  color: #64748b;
  font-weight: 600;
  font-size: 1.18rem;
}

.conference a {
  color: inherit;
  text-decoration: none;
}

.conference a:hover {
  text-decoration: none;
}

.authors {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 27px 32px;
  margin: 0 0 48px;
}

.author-card {
  width: 151px;
  text-align: center;
}

.avatar {
  width: 80px;
  height: 106px;
  margin: 0 auto 12px;
  border-radius: 0;
  overflow: hidden;
  background: #e2e8f0;
  display: grid;
  place-items: center;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.author-name {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
}

.author-name a {
  color: #1a73e8;
  text-decoration: none;
}

.author-name a:hover {
  text-decoration: underline;
}

.author-role {
  margin: 4px 0 0;
  padding: 0;
  color: #334155;
  line-height: 1.428571429;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
}

.links {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 52px;
  flex-wrap: wrap;
  margin: 0 0 44px;
}

.link-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #1a73e8;
  min-width: 144px;
}

.link-tile:hover .link-tile-label {
  text-decoration: underline;
}

.link-tile-icon {
  width: 138px;
  height: 138px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.link-tile-icon--openreview {
  background: #6b0f14;
  padding: 0;
}

.link-tile-icon--openreview .link-tile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.link-tile-icon--github {
  background: #24292f;
  padding: 0;
}

.github-mark {
  display: block;
}

.link-tile-label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.428571429;
}

.abstract-section {
  background: transparent;
  border-radius: 0;
  padding: 8px 0 0;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.abstract-section h2 {
  margin: 0 0 14px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0f172a;
  text-align: center;
}

.abstract-section p {
  margin: 0;
  color: #334155;
  font-size: 0.875rem;
  line-height: 1.428571429;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.abstract-section a {
  color: #1a73e8;
  text-decoration: none;
}

.abstract-section a:hover {
  text-decoration: underline;
}

.framework-section {
  max-width: 760px;
  margin: 0 auto;
  padding: 2.25rem 0 0;
}

.framework-section h2 {
  margin: 0 0 14px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0f172a;
  text-align: center;
}

.framework-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.results-section {
  max-width: 760px;
  margin: 0 auto;
  padding: 2.25rem 0 0;
}

.results-section h2 {
  margin: 0 0 14px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0f172a;
  text-align: center;
}

.results-caption {
  margin: 0 0 12px;
  color: #334155;
  font-size: 0.875rem;
  line-height: 1.428571429;
  text-align: center;
}

.results-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.section-rule {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 2.25rem auto 0;
  max-width: 760px;
}

.bibtex-section {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 0 8px;
}

.bibtex-section h3 {
  margin: 1.25rem 0 14px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0f172a;
  text-align: center;
}

.bibtex-pre {
  margin: 0;
  padding: 12px 14px;
  text-align: left;
  border: 1px solid #d1d5db;
  background: #f3f4f6;
  overflow-x: auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #111827;
}

@media (max-width: 640px) {
  .container {
    width: min(640px, 94%);
    padding: 28px 14px 40px;
  }

  .hero {
    margin-bottom: 32px;
  }

  .authors {
    gap: 21px 22px;
    margin-bottom: 36px;
  }

  .author-card {
    width: 126px;
  }

  .avatar {
    width: 70px;
    height: 96px;
    margin-bottom: 10px;
  }

  .links {
    gap: 36px;
    margin-bottom: 36px;
  }

  .abstract-section p {
    text-align: left;
    hyphens: manual;
  }
}
