.project-header{grid-area:header;display:grid;grid-template-areas:"logo title actions" "logo details-list actions";grid-template-columns:64px 1fr auto;height:64px;grid-gap:8px 24px;gap:8px 24px;margin-bottom:16px}.project-header .btn-favorite{color:#999}.project-header .btn-favorite.is-active{color:#f16436}.project-header .name-container{grid-area:title;display:flex;line-height:24px;gap:12px}.project-header .name-container .tags{display:flex;gap:12px}.project-header .name-container .tags .tooltip-wrapper{display:flex;align-items:center;height:20px}.project-header .name-container .tags .tooltip-wrapper .title-tag{display:inline-block;color:#e5e5e5;background-color:#333;padding:2px 8px;line-height:16px;font-size:12px;border-radius:2px;text-decoration:none;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:0}.project-header .name-container .tags .tooltip-wrapper .title-tag.experimental-tag{border:1px solid #f16436;color:#f16436;padding-top:1px;padding-bottom:1px;background-color:rgba(0,0,0,0)}.project-header .name-container h1{margin:0;font-size:18px}.project-header img{grid-area:logo;width:64px;height:64px}.project-header>.actions{grid-area:actions;display:flex;gap:12px}.project-header>.actions .split-button{gap:12px}.project-header .detail-author{display:flex;gap:6px}.project-header .detail-author .tier-badge-icon{display:flex;height:20px;width:18px;margin-left:4px}.project-header .detail-author a{text-decoration:none}.project-header .details-list.details-list.short{display:grid;grid-column-gap:16px;column-gap:16px;grid-auto-flow:column;justify-content:start}.project-header .details-list.details-list.short .class-tag{margin:0}@media(max-width:900px){.project-header{grid-template-areas:"logo title" "logo details-list" "logo actions";grid-template-columns:108px 1fr;row-gap:12px;min-height:108px;height:unset}.project-header img{width:108px;height:auto}.project-header .actions{flex-wrap:wrap}.project-header .details-list.details-list.short{display:flex;flex-wrap:wrap;height:auto}.project-header .name-container{flex-direction:column}.project-header .detail-author .tooltip{display:none}}.button-creeper{position:absolute;bottom:100%;left:20%;margin-bottom:1px;overflow:hidden}.button-creeper img{width:32px;height:32px;transform:translateY(100%);transition:transform .4s}a:hover .button-creeper img{transform:translateY(0)}