.workshop-circles-wrapper{justify-content:center;align-items:center;width:100%;margin-bottom:175px;display:flex}.gear-wrapper{filter:drop-shadow(0 10px 15px #1e293b33)drop-shadow(0 3px 6px #1e293b26);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:300px;height:300px;display:flex;position:relative}.gear-wrapper:before{content:"";background:rgb(var(--glass-dark));z-index:1;position:absolute;inset:-25px;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%20200'%3e%3cdefs%3e%3cg%20id='t'%3e%3cpolygon%20points='94,2%20106,2%20113,22%2087,22'%20fill='black'%20stroke='black'%20stroke-width='4'%20stroke-linejoin='round'%20/%3e%3c/g%3e%3c/defs%3e%3ccircle%20cx='100'%20cy='100'%20r='83'%20fill='black'%20/%3e%3cuse%20href='%23t'%20/%3e%3cuse%20href='%23t'%20transform='rotate(30%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(60%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(90%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(120%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(150%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(180%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(210%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(240%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(270%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(300%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(330%20100%20100)'%20/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%20200'%3e%3cdefs%3e%3cg%20id='t'%3e%3cpolygon%20points='94,2%20106,2%20113,22%2087,22'%20fill='black'%20stroke='black'%20stroke-width='4'%20stroke-linejoin='round'%20/%3e%3c/g%3e%3c/defs%3e%3ccircle%20cx='100'%20cy='100'%20r='83'%20fill='black'%20/%3e%3cuse%20href='%23t'%20/%3e%3cuse%20href='%23t'%20transform='rotate(30%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(60%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(90%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(120%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(150%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(180%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(210%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(240%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(270%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(300%20100%20100)'%20/%3e%3cuse%20href='%23t'%20transform='rotate(330%20100%20100)'%20/%3e%3c/svg%3e");-webkit-mask-size:cover;mask-size:cover}.workshop-image{object-fit:cover;z-index:2;box-sizing:border-box;border:6px solid rgb(var(--glass-dark));background:var(--surface-muted);border-radius:50%;width:90%;height:90%;position:relative;box-shadow:inset 0 2px #fff3,inset 0 -2px #0f172a33,0 8px 12px #1e293b33,0 3px 6px #1e293b26}.gear-fallback{text-align:center;color:var(--text-secondary);letter-spacing:2px;justify-content:center;align-items:center;font-family:Quantico,sans-serif;font-size:1.05rem;display:flex}.circle-mentor{z-index:2}.circle-mentor:before{animation:20s linear infinite spinClockwise}.circle-project{z-index:1;margin-left:25px}.circle-project:before{animation:20s linear infinite spinCounterClockwise}@keyframes spinClockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinCounterClockwise{0%{transform:rotate(12.9deg)}to{transform:rotate(-347.1deg)}}.audio-slide{background:var(--surface-muted);box-sizing:border-box;flex-direction:column;flex:0 0 100%;align-self:stretch;align-items:center;width:100%;display:flex}.audio-slide-icon{color:#3241558c;width:72px;height:72px;margin:auto}.audio-slide audio{flex-shrink:0;width:100%}.carousel-clip-wrapper{background:0 0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 25px 50px #1e293b66,0 10px 20px #1e293b33}.project-carousel-track{flex-wrap:nowrap;align-items:center;width:100%;height:100%;display:flex}.project-carousel-track img,.project-carousel-track video,.project-carousel-track model-viewer,.project-carousel-track>audio{object-fit:contain;background:var(--surface-muted);flex:0 0 100%;width:100%;height:100%}.project-carousel-track img,.project-carousel-track video{will-change:transform;cursor:zoom-in;transition:transform .3s}.project-panel-carousel{z-index:10;grid-column:2/4;min-width:0;height:350px;position:relative}.zoom-icon-overlay{z-index:20;background:rgba(var(--glass-dark), .5);border:1px solid rgba(var(--white), .15);width:45px;height:45px;color:rgba(var(--white), .8);-webkit-backdrop-filter:blur(4px);pointer-events:none;opacity:1;border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s,transform .3s;display:flex;position:absolute;bottom:25px;right:25px}.carousel-clip-wrapper:hover .zoom-icon-overlay{opacity:0;transform:scale(.8)}.project-carousel-prev,.project-carousel-next{color:#fff;cursor:pointer;z-index:15;background:0 0;border:none;justify-content:center;align-items:center;width:45px;height:45px;padding:0;font-size:20px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.project-carousel-prev{left:calc(-50% - 12px)}.project-carousel-next{right:calc(-50% - 12px)}.project-carousel-prev:after,.project-carousel-next:after{content:"";width:0;height:0;display:block}.project-carousel-prev:after{border-top:8px solid #0000;border-bottom:8px solid #0000;border-right:12px solid var(--text-secondary);margin-right:4px}.project-carousel-next:after{border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:12px solid var(--text-secondary);margin-left:4px}.project-left-sidebar{z-index:2;clip-path:inset(-50px -50px -50px -2000px);flex-direction:column;grid-column:1/2;gap:15px;margin-top:240px;display:flex;position:relative}.project-right-sidebar{z-index:5;flex-direction:row;grid-column:4/5;justify-content:flex-end;align-items:center;gap:15px;height:65px;margin-top:240px;display:flex;position:relative}.project-sidebar-line{height:25px;color:var(--text-secondary);letter-spacing:1px;white-space:nowrap;justify-content:flex-start;align-items:center;padding-left:0;display:flex}.project-sidebar-line:first-child{text-overflow:ellipsis;overflow:hidden}.project-sidebar-line:last-child{z-index:1;white-space:nowrap;word-spacing:25px;animation:15s linear infinite newsTicker;display:block;position:absolute;top:40px;left:calc(100% + 50px);right:auto}@keyframes newsTicker{0%{transform:translate(0)}to{transform:translate(calc(-100% - 40vw))}}.project-sidebar-line:last-child:hover{animation-play-state:paused}.project-panel-overview-container{z-index:1;background:var(--surface-muted);color:var(--text-primary);box-sizing:border-box;grid-column:1/-1;padding:40px;line-height:1.6;position:relative}.project-card-panel{grid-column:1/-1;grid-template-columns:repeat(4,1fr);gap:25px;width:100%;margin-bottom:25px;display:grid;position:relative}.project-card-panel:before,.project-card-panel:after{content:"";background:var(--surface-muted);z-index:1;pointer-events:none;width:100vw;height:25px;margin-left:-50vw;margin-right:-50vw;position:absolute;left:50%;right:50%;box-shadow:0 4px 10px #1e293b26}.project-card-panel:before{top:240px}.project-card-panel:after{top:280px}.project-card-panel-container{pointer-events:auto;background:0 0;grid-column:1/-1;width:100%;margin-bottom:25px}.mentor-project-card{--base-rotation:0deg;aspect-ratio:1;cursor:pointer;transform:rotate(var(--base-rotation,0deg));perspective:1000px;transform-style:preserve-3d;border-radius:0;transition:transform .6s cubic-bezier(.2,2.5,.3,1),box-shadow .6s;position:relative;box-shadow:0 20px 40px #1e293b4d,0 8px 16px #1e293b33}.mentor-project-card:before{content:"";z-index:0;opacity:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='40' fill='none' stroke='%231e293b' stroke-width='8' stroke-dasharray='10 10'/%3E%3Ccircle cx='50' cy='50' r='25' fill='none' stroke='%231e293b' stroke-width='8' stroke-dasharray='10 10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:50%;height:50%;transition:opacity .3s;position:absolute;top:25%;left:25%}.mentor-project-card:hover:before{opacity:1}.mentor-project-card[spring-direction=left]:hover{z-index:20;transform:scale(1.05)translate(-10px,-15px)rotate(-3deg)translateZ(15px);box-shadow:0 40px 80px #1e293b99,0 15px 25px #1e293b66}.mentor-project-card[spring-direction=right]:hover{z-index:20;transform:scale(1.05)translate(10px,-15px)rotate(3deg)translateZ(15px);box-shadow:0 40px 80px #1e293b99,0 15px 25px #1e293b66}.mentor-project-card-image-wrapper{border-radius:inherit;width:100%;height:100%;position:relative;overflow:hidden}.mentor-project-card-image-wrapper img{object-fit:cover;object-position:center;opacity:1;width:100%;height:100%;display:block}.mentor-project-card.expanded{display:none}.mentor-project-card.expanded:hover{box-shadow:none;border-radius:0;transform:none}.mentor-project-card.expanded .mentor-project-card-image-wrapper{display:none}.showcase-filter{z-index:1;box-sizing:border-box;margin-bottom:20px;padding:0 25px}.filter-label{color:var(--text-secondary);letter-spacing:2px;margin-bottom:10px;font-family:Quantico,sans-serif;font-size:1.25rem}.showcase-grid{grid-template-columns:repeat(4,1fr);grid-auto-flow:dense;box-shadow:none;background:0 0;gap:25px;padding:25px;display:grid}@media (width<=900px){.showcase-grid{grid-template-columns:repeat(3,1fr);gap:15px}}@media (width<=600px){.showcase-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.section-label{text-align:center;color:var(--text-primary);letter-spacing:2px;margin-top:0;margin-bottom:0;font-family:Agu Display,sans-serif;font-size:2.5rem;font-weight:400}.section-description{text-align:center;color:var(--text-primary);letter-spacing:2px;margin-bottom:75px;font-family:Quantico,sans-serif;font-size:1.25rem}.showcase-empty-state{box-sizing:border-box;width:100%;color:var(--text-secondary);letter-spacing:2px;grid-column:1/-1;justify-content:center;margin:0;font-size:1.25rem;display:flex}.mentees-content{z-index:10;max-width:1400px;margin:0 auto;padding:150px 75px 100px;position:relative}.project-panel-overview{white-space:pre-wrap;margin:0}.hanging-container{z-index:99999;flex-direction:column;align-items:center;display:flex;position:absolute;top:0;right:75px}.hanging-chain{border:5px solid var(--text-primary);box-sizing:border-box;z-index:1;background-color:#0000;border-top:none;border-radius:0 0 8px 8px;width:20px;height:115px;margin-bottom:5px;position:relative}.hanging-chain:after{display:none}.authentication-button{z-index:2;cursor:pointer;background-color:var(--surface-muted);border:5px solid var(--text-primary);color:var(--text-secondary);box-shadow:5px 5px 0 var(--text-primary);margin-top:0;padding:5px 15px;font-family:inherit;font-size:15px;position:relative}.authentication-button:before{content:"";border:5px solid var(--text-primary);box-sizing:border-box;width:35px;height:15px;filter:drop-shadow(2px 2px 1px rgba(var(--black), .4));border-bottom:none;position:absolute;top:-20px;left:50%;transform:translate(-50%)}
