:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:inherit}body{margin:0;min-width:320px;min-height:100vh;background-color:#000;color:#fff}#root{width:100%;min-height:100vh;background-color:#000}button{font-family:inherit;cursor:pointer}button:focus-visible{outline:1px solid rgba(255,52,5,.6);outline-offset:2px}.route-loading{min-height:100vh;background:#000}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#000;color:#fff;overflow-x:hidden;line-height:1.6;width:100%;max-width:100vw}.app{min-height:100vh;position:relative;width:100%;max-width:100vw;overflow-x:hidden;background:#000}.home-main{width:100%;max-width:100vw;box-sizing:border-box;padding-top:64px}.project-rolls{padding-top:2rem;padding-bottom:2rem}.home-footer{padding:5rem 2.5rem 6rem;text-align:center;border-top:1px solid rgba(255,255,255,.06)}.home-footer-label{margin:0 0 1rem;font-size:.75rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:#555}.home-footer-cta{color:#fff;text-decoration:none;font-size:clamp(1.1rem,2.5vw,1.6rem);font-weight:700;letter-spacing:-.02em;transition:color .3s ease}.home-footer-cta:hover{color:#ff3405}html{scroll-behavior:smooth;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.02em}p,a,button{font-weight:400}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .8s ease-out}@media(max-width:768px){body{font-size:14px}.home-footer{padding:4rem 1.75rem 5rem}}@media(max-width:480px){body{font-size:13px}.home-main{padding-top:56px}.project-rolls{padding-top:1.5rem}.home-footer{padding:3.5rem 1rem 4.5rem}}.navigation{position:fixed;top:0;left:0;right:0;z-index:1000}.nav-bar{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:1rem;height:64px;padding:0 1.25rem;background:#000000eb;border-bottom:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-burger{position:relative;z-index:1002;display:flex;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;padding:10px 8px;background:transparent;border:none;cursor:pointer}.nav-burger-line{display:block;width:100%;height:1.5px;background:#fff;transition:transform .25s ease,opacity .2s ease;transform-origin:center}.navigation.is-open .nav-burger-line:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.navigation.is-open .nav-burger-line:nth-child(2){opacity:0}.navigation.is-open .nav-burger-line:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.nav-logo{justify-self:center;display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;color:#fff;z-index:1002}.nav-logo img{height:28px;width:auto;display:block;filter:brightness(0) invert(1)}.nav-logo span{font-size:.95rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.nav-bar-spacer{width:44px;height:44px}.nav-panel{position:fixed;inset:0;z-index:1001;background:#000000eb;display:flex;align-items:center;justify-content:center;animation:navPanelIn .25s ease-out}.nav-panel[hidden]{display:none}.nav-panel-inner{display:flex;flex-direction:column;align-items:center;gap:1.75rem}.nav-panel-link{color:#fff;text-decoration:none;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:color .25s ease}.nav-panel-link:hover{color:#ff3405}@keyframes navPanelIn{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.nav-burger-line,.nav-panel{transition:none;animation:none}}@media(max-width:480px){.nav-bar{height:56px;padding:0 .85rem}.nav-logo img{height:24px}.nav-logo span{font-size:.8rem}}.project-roll{width:100%;padding:0 0 4.5rem;box-sizing:border-box;scroll-margin-top:5.5rem}.project-roll-heading{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;padding:0 2.5rem .5rem;max-width:100%}.project-roll-heading h2{margin:0;font-size:clamp(1.35rem,2.4vw,2rem);font-weight:700;letter-spacing:-.02em;color:#fff;line-height:1.15;min-width:0}.project-roll-youtube{color:#666;text-decoration:none;font-size:.7rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;transition:color .3s ease;white-space:nowrap;flex-shrink:0}.project-roll-youtube:hover{color:#ff3405}.film-strip{--film-rail: #0a0a0a;--film-height: min(40vh, 420px);width:100%;background:#000}.film-strip-viewport{overflow:hidden;touch-action:pan-y;cursor:grab;background:#000;user-select:none;-webkit-user-select:none}.film-strip-viewport:active,.film-strip-viewport.is-dragging{cursor:grabbing;touch-action:none}.film-strip-viewport.is-dragging .film-frame{pointer-events:none}.film-ribbon{display:flex;flex-direction:column;width:max-content;will-change:transform}.film-ribbon.is-animating{transition:transform .38s cubic-bezier(.22,1,.36,1)}.film-perf{--perf-pitch: 28px;height:18px;width:100%;flex-shrink:0;background-color:var(--film-rail);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='18' viewBox='0 0 28 18'%3E%3Crect x='9' y='4.5' width='10' height='9' rx='2' ry='2' fill='rgba(255,255,255,0.1)'/%3E%3C/svg%3E");background-size:var(--perf-pitch) 100%;background-repeat:repeat-x;background-position:left center}.film-frames{display:flex;flex-direction:row;height:var(--film-height);background:#000}.film-set{display:flex;flex-direction:row;gap:3px;height:100%;flex:0 0 auto}.film-set+.film-set{margin-left:3px}.film-frame.shot-tile{height:100%;width:auto;max-width:none;aspect-ratio:16 / 9;border-radius:0;flex:0 0 auto;pointer-events:auto;background:#000}.film-dots{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px;margin:.9rem 0 0;padding:0 1.5rem;min-height:12px}.film-dot{width:6px;height:6px;padding:0;border:none;border-radius:50%;background:#ffffff47;cursor:pointer;transition:background .2s ease,transform .2s ease}.film-dot.is-active{background:#fff;transform:scale(1.15)}.film-dot:focus-visible{outline:1px solid rgba(255,52,5,.7);outline-offset:3px}@media(max-width:1024px){.project-roll-heading{padding:0 1.75rem .45rem}.film-strip{--film-height: min(36vh, 360px)}}@media(max-width:680px){.project-roll{padding-bottom:3rem;scroll-margin-top:4.5rem}.project-roll-heading{flex-direction:column;align-items:flex-start;gap:.35rem;padding:0 1rem .35rem}.project-roll-heading h2{font-size:1.25rem}.film-strip-viewport{container-type:inline-size;container-name:film-strip}.film-frames{height:auto;align-items:center}.film-set{height:auto;align-items:center;gap:2px}.film-set+.film-set{margin-left:2px}.film-frame.shot-tile{width:100vw;width:100cqi;height:auto}.film-frame.shot-tile img,.film-frame.shot-tile video{object-fit:contain}.film-perf{--perf-pitch: 24px;height:15px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='15' viewBox='0 0 24 15'%3E%3Crect x='7.5' y='3.5' width='9' height='8' rx='1.75' ry='1.75' fill='rgba(255,255,255,0.1)'/%3E%3C/svg%3E")}.film-dots{gap:7px;margin-top:.75rem}.film-dot{width:7px;height:7px}}@media(prefers-reduced-motion:reduce){.film-ribbon.is-animating,.film-dot{transition:none}}.shot-tile{position:relative;padding:0;border:none;background:#141414;cursor:zoom-in;overflow:hidden;border-radius:0;aspect-ratio:16 / 9;display:block;width:100%;flex-shrink:0}.shot-tile img,.shot-tile video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.shot-tile video{opacity:0;transition:opacity .5s ease}.shot-tile video[data-loaded=true],.shot-tile:hover video{opacity:1}.shot-lightbox{position:fixed;inset:0;z-index:2000;background:#000000f2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem;cursor:zoom-out}.shot-lightbox video,.shot-lightbox>img{max-width:min(1500px,94vw);max-height:74vh;object-fit:contain;border-radius:4px;cursor:default}.shot-lightbox-caption{display:flex;flex-direction:column;align-items:center;gap:.45rem;text-align:center;max-width:640px}.shot-lightbox-caption strong{font-weight:400;letter-spacing:.08em;text-transform:uppercase;font-size:.85rem;color:#fff}.shot-lightbox-caption a{margin-top:.5rem;color:#ff3405;text-decoration:none;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;font-weight:400}@media(prefers-reduced-motion:reduce){.shot-tile video{display:none}}@media(max-width:680px){.shot-lightbox{padding:1rem;gap:1rem}.shot-lightbox video,.shot-lightbox>img{max-width:100%;max-height:55vh}}.booth-page{height:100vh;width:100vw;position:relative;overflow:hidden;opacity:0;transition:opacity .8s cubic-bezier(.25,.46,.45,.94)}.booth-page.visible{opacity:1}.booth-video-background{position:absolute;inset:0;width:100%;height:100%;z-index:1}.booth-video-background video{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.booth-background-video{opacity:0;transition:opacity .8s ease-in-out}.booth-background-video.loaded{opacity:1}.booth-video-overlay{position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(135deg,#0009,#0000004d,#0009)}.booth-top-left{position:absolute;top:2.5rem;left:2.5rem;z-index:10;font-family:Inter,sans-serif;font-weight:700;font-size:2rem;line-height:1;color:#fff;margin:0}.booth-top-right{position:absolute;top:2.5rem;right:2.5rem;z-index:10;font-family:Inter,sans-serif;font-weight:700;font-size:2rem;line-height:1;color:#fff;margin:0;text-align:right}.booth-bottom-left{position:absolute;bottom:2.5rem;left:2.5rem;z-index:10;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.qr-code{width:225px;height:225px;border-radius:8px;border:8px solid #000000}.booth-logo{max-width:450px;width:100%;height:auto}.booth-tagline{font-family:Inter,sans-serif;font-weight:400;font-style:italic;font-size:2rem;line-height:1;color:#fff;margin:0}.booth-bottom-right{position:absolute;bottom:2.5rem;right:2.5rem;z-index:10;height:100px;width:auto}@media(max-width:768px){.booth-top-left{top:1.5rem;left:1.5rem;font-size:1.5rem}.booth-top-right{top:1.5rem;right:1.5rem;font-size:1.5rem}.booth-bottom-left{bottom:1.5rem;left:1.5rem;gap:.75rem}.qr-code{width:150px;height:150px}.booth-logo{max-width:300px}.booth-tagline{font-size:1.5rem}.booth-bottom-right{bottom:1.5rem;right:1.5rem;height:80px}}@media(max-width:480px){.booth-top-left{top:1rem;left:1rem;font-size:1.2rem}.booth-top-right{top:1rem;right:1rem;font-size:1.2rem}.booth-bottom-left{bottom:1rem;left:1rem;gap:.5rem}.qr-code{width:105px;height:105px}.booth-logo{max-width:200px}.booth-tagline{font-size:1.1rem}.booth-bottom-right{bottom:1rem;right:1rem;height:60px}}.booth-menu{min-height:100vh;width:100vw;background-color:#000;color:#fff;display:flex;flex-direction:column;padding:2rem;box-sizing:border-box}.menu-header{text-align:center;margin-bottom:2rem}.menu-title{font-family:Inter,sans-serif;font-weight:700;font-size:2.5rem;margin:0 0 .5rem}.menu-subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:1.1rem;color:#ffffffb3;margin:0 0 1.5rem}.menu-instructions{font-family:Inter,sans-serif;font-weight:400;font-size:1rem;color:#fffc;text-align:left;max-width:500px;margin:0 auto;padding-left:1.5rem;line-height:1.8}.menu-instructions li{margin-bottom:.5rem}.search-form{display:flex;gap:1rem;max-width:600px;margin:0 auto 1.5rem;width:100%}.search-input{flex:1;padding:1rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#fff;outline:none;transition:border-color .2s ease}.search-input::placeholder{color:#ffffff80}.search-input:focus{border-color:#ffffff80}.search-button{padding:1rem 2rem;font-family:Inter,sans-serif;font-weight:600;font-size:1rem;border:none;border-radius:8px;background:#fff;color:#000;cursor:pointer;transition:opacity .2s ease}.search-button:hover{opacity:.9}.search-button:disabled{opacity:.5;cursor:not-allowed}.compatibility-note{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.85rem;color:#fff9;margin-bottom:2rem}.note-icon{color:#4ade80;font-weight:700}.results-container{flex:1;max-width:900px;margin:0 auto;width:100%;overflow-x:auto}.placeholder-text,.no-results,.error-message{text-align:center;font-family:Inter,sans-serif;font-size:1rem;color:#ffffff80;padding:3rem 1rem}.error-message{color:#f87171}.song-table{width:100%;border-collapse:collapse;font-family:Inter,sans-serif}.song-table th{text-align:left;padding:.75rem 1rem;font-weight:600;font-size:.85rem;color:#fff9;border-bottom:1px solid rgba(255,255,255,.1);text-transform:uppercase;letter-spacing:.05em}.song-table td{padding:.75rem 1rem;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.05)}.song-table tr:hover{background:#ffffff08}.song-table tr.compatible{background:#4ade8014}.song-table tr.compatible:hover{background:#4ade801f}.song-table .song-title{font-weight:500;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.song-table .song-artist{color:#ffffffb3;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.song-table .song-key{font-weight:500}.song-table .song-key .star{color:#4ade80;margin-left:.5rem}.song-table .song-bpm{color:#fff9}.menu-footer{text-align:center;padding-top:2rem;margin-top:auto}.attribution-link{font-family:Inter,sans-serif;font-weight:400;font-size:.8rem;color:#fff6;text-decoration:none;transition:color .2s ease}.attribution-link:hover{color:#ffffffb3}@media(max-width:600px){.booth-menu{padding:1.5rem 1rem}.menu-title{font-size:2rem}.search-form{flex-direction:column}.search-button{width:100%}.song-table th,.song-table td{padding:.5rem;font-size:.85rem}.song-table .song-title{max-width:150px}.song-table .song-artist{max-width:100px}}
