.surprise-project{max-width:800px;min-height:calc(100vh - 64px);padding-top:5em}.curseforge-header:has(.top-banner)+.surprise-project{min-height:calc(100vh - 124px)}.surprise-project .btn-surprise{border-radius:40px;width:148px;height:48px;box-shadow:0 0 12px 3px #111}.surprise-project .surprise-project-actions{justify-content:center;gap:12px;margin:auto;display:flex;position:fixed;bottom:16px;left:0;right:0}.surprise-project .surprise-project-actions button,.surprise-project .surprise-project-actions .btn-surprise,.surprise-project .surprise-project-actions .btn-download{border-radius:40px;justify-content:center;align-items:center;width:148px;height:48px;display:flex;box-shadow:0 0 12px 3px #111}.surprise-project .screenshots{margin:2em 0}.surprise-project .screenshots .screenshots-popup{z-index:200}.surprise-project .screenshots .empty-content-placeholder{display:none}.surprise-project .btn-download{background-color:#111}.surprise-project>div{transition:opacity .2s}.surprise-project.loading .surprise-project-actions,.surprise-project.loading .project-description,.surprise-project.loading .screenshots,.surprise-project.loading .project-header,.surprise-project:not(.loading) .surprise-loader{opacity:0}.surprise-project .surprise-loader{z-index:10;color:#fff;background-color:#f16436;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:auto;display:flex;position:fixed;inset:0;box-shadow:0 0 10px #f16436,0 0 5px #f16436}.surprise-project .surprise-loader svg{width:32px;height:32px}.surprise-project .surprise-loader:after{content:"";border-radius:inherit;border:2px solid #f16436;animation:2s infinite animation-surpise-loader;position:absolute;inset:0;box-shadow:0 0 10px #f16436,0 0 5px #f16436}@keyframes animation-surpise-loader{0%{opacity:1}to{opacity:0;transform:scale(2)}}