@charset UTF-8;body.single-work{overflow:hidden;height:100vh}body.single-work header{z-index:1}.single-work img{width:100%;height:100%;object-fit:cover;transition:opacity .2s;user-select:none}.single-work .container{position:relative;width:100vw;height:100vh;overflow:hidden;background-color:#000}.single-work nav{position:fixed;top:0;left:0;width:100vw;padding:1.5em;display:flex;justify-content:space-between;align-items:center}.single-work .work-info{position:absolute;top:50%;left:5rem;display:flex;gap:4px}.single-work .work-info p span{font-family:"Bebas Neue";font-size:3.5cqw;color:#fff;text-transform:uppercase}.single-work .work__img-preview{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50%;height:75%;overflow:hidden;cursor:pointer;transition:all .3s ease-in-out;z-index:1}.single-work .work__img-preview.loading::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:3px solid rgba(255,255,255,.2);border-top:3px solid #fff;border-radius:50%;animation:spin 1s linear infinite;z-index:2}.single-work .preview-expanded{position:fixed;width:100%;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.5);z-index:999}.single-work .preview-expanded::before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);backdrop-filter:blur(5px);z-index:-1;opacity:0;transition:opacity .3s ease;opacity:1}.single-work .work__img-preview img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:contain;transition:opacity .2s ease}.single-work .work__img-preview img.fade-out{opacity:0}.single-work .nav-button{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.5);color:white;border:0;padding:20px;cursor:pointer;font-size:24px;z-index:1000;border-radius:50%;opacity:0;transition:opacity .3s ease,background-color .3s ease}.single-work .nav-button:hover{background:rgba(0,0,0,.8)}.single-work .nav-button.prev{left:20px}.single-work .nav-button.next{right:20px}.single-work .preview-expanded .nav-button{opacity:1}.single-work .minimap{position:absolute;top:50%;right:11em;width:80px}.single-work .indicator{position:absolute;top:0;left:0;width:100%;height:60px;border:1px solid #ff580c;z-index:2}.single-work .work__items{position:relative;width:100%;height:100%;display:flex;flex-direction:column;gap:0;will-change:transform}.single-work .work__item{width:100%;height:60px;padding:5px;cursor:pointer}.single-work .progress-indicator{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.5);color:white;padding:5px 10px;border-radius:4px;font-size:14px;z-index:1000;opacity:0;transition:opacity .3s ease;pointer-events:none}.single-work .preview-expanded~.progress-indicator{opacity:1}.single-work .keyboard-hint{position:absolute;bottom:var(--space-lg);right:0;transform:translateX(-50%);background:rgba(0,0,0,.5);padding:4px;border-radius:8px;color:white;z-index:1000;transition:opacity .5s ease}.single-work .keyboard-hint .hint-content{display:flex;gap:8px}.single-work .keyboard-hint .key{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid rgba(255,255,255,.3);border-radius:4px;font-size:16px}.single-work .keyboard-hint.fade-out{opacity:0;pointer-events:none}.single-work .sound-toggle{position:fixed;bottom:var(--space-lg);left:2.5rem;background:rgba(0,0,0,.5);border:0;color:white;width:40px;height:40px;border-radius:50%;cursor:pointer;z-index:1000;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center;padding:8px;outline:0}.single-work .sound-toggle svg{width:100%;height:100%}.single-work .sound-toggle svg path{fill:#ffe5d5}.single-work .sound-toggle .icon-sound-off{display:none}.single-work .sound-toggle[data-muted=true] .icon-sound-on{display:none}.single-work .sound-toggle[data-muted=true] .icon-sound-off{display:block}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}100%{transform:translate(-50%,-50%) rotate(360deg)}}.single-work footer{display:none}@media (max-width:900px){.single-work body{overflow:hidden;touch-action:none}.single-work .container{touch-action:none}.single-work .work-info{top:1.5em;left:50%;transform:translateX(-50%)}.single-work .minimap{top:auto;right:auto;bottom:5em;left:50%;width:auto;height:80px;touch-action:none}.single-work .indicator{top:0;left:0;width:60px;height:100%}.single-work .work__items{flex-direction:row;width:max-content;height:100%;touch-action:none}.single-work .work__item{width:60px;height:100%;padding:5px}.single-work .work__img-preview{top:45%;width:75%;height:50%}.single-work .keyboard-hint{bottom:120px}.single-work .sound-toggle{display:none}}.project-participants-wrapper{position:relative;max-height:60vh;overflow:scroll}.project-participants{height:100%;overflow-y:auto;padding-right:10px;display:flex;flex-direction:column;gap:3rem}.participant-group{display:grid;grid-template-columns:20% 1fr;gap:3rem}.group-name{font-weight:400;font-size:1.25rem;color:var(--color-primary)}.group-members{font-size:1.25rem;line-height:1.8;color:var(--bricks-color-goiast)}.member-name__position{color:rgba(255,255,255,.3)}@media (max-width:768px){.participant-group{grid-template-columns:1fr;gap:1rem}.group-name{font-size:1rem;margin-bottom:.5rem}.group-members{font-size:.875rem;line-height:1.8;color:var(--bricks-color-goiast)}}