body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
line-height: 1.5;
margin: 0;
color: #24292e;
}
header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px;
border-bottom: 1px solid #e1e4e8;
}
.logo {
height: 32px;
}
.header-buttons {
display: flex;
gap: 8px;
}
.btn {
padding: 5px 16px;
font-size: 14px;
border-radius: 6px;
border: 1px solid #1b1f2326;
cursor: pointer;
}
.btn-primary {
background-color: #2da44e;
color: #fff;
border-color: #1b1f2326;
}
.btn-outline {
background-color: #f6f8fa;
color: #24292f;
}
.container {
max-width: 1280px;
margin: 0 auto;
padding: 24px;
}
.model-header {
display: flex;
justify-content: space-between;
margin-bottom: 24px;
}
.model-header-content {
flex: 1;
}
.model-image {
width: 200px;
height: 200px;
object-fit: cover;
border-radius: 6px;
margin-left: 24px;
}
h1 {
margin: 0 0 8px;
font-size: 32px;
font-weight: 600;
}
h2 {
margin: 0;
font-size: 24px;
font-weight: 400;
color: #57606a;
}
.tabs {
display: flex;
border-bottom: 1px solid #d0d7de;
margin-bottom: 24px;
}
.tabs-nav {
flex: 1;
}
.tab {
display: inline-block;
padding: 8px 16px;
font-size: 14px;
text-decoration: none;
color: #24292f;
border-bottom: 2px solid transparent;
}
.tab.active {
border-bottom-color: #fd8c73;
font-weight: 600;
}
.breadcrumb {
font-size: 14px;
color: #57606a;
}
.breadcrumb a {
color: #0969da;
text-decoration: none;
}
.rating-box {
text-align: center;
margin: 48px 0;
}
.rating {
display: inline-flex;
align-items: center;
justify-content: center;
width: 96px;
height: 96px;
font-size: 48px;
font-weight: bold;
border: 2px solid #2da44e;
border-radius: 8px;
color: #2da44e;
background-color: #f6f8fa;
margin-bottom: 16px;
}
.metrics {
max-width: 720px;
margin: 48px auto;
}
.metric-row {
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 0;
border-bottom: 1px solid #d0d7de;
}
.metric-label {
color: #57606a;
min-width: 172px;
}
.popularity-meter {
width: 100%;
height: 8px;
background-color: #eee;
border-radius: 4px;
overflow: hidden;
margin-top: 8px;
}
.popularity-fill {
height: 100%;
background-color: #2da44e;
width: 75%;
}
.trend-up {
color: #2da44e;
}
#prompts, .rating-box, .metrics {
margin-top: 3em;
border-top: 1px solid #d0d7de;
padding-top: 1em;
}