@font-face{font-family:Mulish;src:url(/fonts/Mulish-Light.ttf) format("truetype");font-style:normal;font-weight:300;font-display:swap}@font-face{font-family:Mulish;src:url(/fonts/Mulish-Regular.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Mulish;src:url(/fonts/Mulish-Bold.ttf) format("truetype");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:Mulish;src:url(/fonts/Mulish-ExtraBold.ttf) format("truetype");font-style:normal;font-weight:800;font-display:swap}:root{color-scheme:dark;--honda-black: #000;--honda-red: #ef0025;--honda-red-dark: #d92b31;--honda-gray: #858585;--honda-white: #fff;--screen-pad: clamp(28px, 7vw, 76px);font-family:Mulish,sans-serif;font-synthesis:none;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0;background:var(--honda-black)}body{overflow-x:hidden}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid white;outline-offset:4px}.mobile-app{min-height:100vh;min-height:100svh;min-height:100dvh;background:#000;color:#fff}.preflight-screen{display:flex;min-height:100dvh;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:92px var(--screen-pad) 46px;text-align:center;background:#000}.preflight-chrome{z-index:0}.preflight-screen>:not(.preflight-chrome){position:relative;z-index:1}.preflight-brand{position:absolute;top:24px;right:24px;width:min(170px,32vw)}.preflight-kicker,.preflight-progress,.preflight-greeting{margin:0;color:#ff4a61;font-size:13px;font-weight:800;letter-spacing:.14em}.preflight-screen h1{max-width:760px;margin:0;font-size:clamp(30px,9vw,64px);line-height:1.04}.preflight-screen>p:not(.preflight-kicker):not(.preflight-progress):not(.preflight-greeting):not(.preflight-message),.preflight-message{max-width:690px;margin:0;color:#dedede;font-size:clamp(16px,4.5vw,23px);line-height:1.45}.preflight-file-button{display:inline-flex;width:min(100%,430px);align-items:center;justify-content:center;gap:10px;cursor:pointer}.preflight-file-button input{position:absolute;width:1px;height:1px;opacity:0}.preflight-screen:has(.preflight-capture-stage){display:block;padding-top:clamp(44px,8svh,72px);padding-bottom:32px}.preflight-capture-stage{display:grid;width:min(calc(100vw - var(--screen-pad) - var(--screen-pad)),430px);min-height:calc(100dvh - clamp(76px,12svh,116px));margin:0 auto;justify-items:center;align-content:start;gap:16px;padding-bottom:calc(132px + env(safe-area-inset-bottom))}.preflight-capture-stage h1{max-width:360px;text-wrap:balance}.preflight-capture-camera{position:relative;width:min(calc(100vw - var(--screen-pad) - var(--screen-pad)),390px,44dvh);aspect-ratio:3 / 4;overflow:hidden;border:2px solid rgba(255,255,255,.84);border-radius:12px;background:#141414}.preflight-capture-actions{position:fixed;z-index:5;bottom:max(12px,env(safe-area-inset-bottom));left:50%;display:grid;width:min(calc(100% - (var(--screen-pad) * 2)),390px);gap:8px;padding:10px 0 0;background:#000;transform:translate(-50%)}.preflight-capture-actions .pill-button{width:100%}.preflight-capture-camera video{width:100%;height:100%;display:block;object-fit:cover}.preflight-body-guide{position:absolute;z-index:1;top:3%;right:4%;bottom:3%;left:4%;width:92%;height:94%;pointer-events:none;-webkit-user-select:none;user-select:none;object-fit:contain;opacity:.36}.preflight-capture-frame{position:absolute;z-index:2;top:12px;right:12px;bottom:12px;left:12px;border:2px solid rgba(239,0,37,.9);border-radius:7px;pointer-events:none}.preflight-capture-tip{position:absolute;z-index:3;right:12px;bottom:12px;left:12px;margin:0;padding:8px 10px;color:#fff;background:#000000b8;font-size:11px;font-weight:800;letter-spacing:.1em}.preflight-pin{display:grid;width:min(100%,440px);gap:18px}.preflight-pin input{width:100%;padding:15px;border:1px solid #777;border-radius:6px;color:#111;background:#fff;font-size:28px;letter-spacing:.3em;text-align:center}.preflight-options{display:grid;width:min(100%,720px);gap:12px;text-align:left}.preflight-options button{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:18px;border:1px solid rgba(255,255,255,.4);border-radius:12px;color:#fff;background:#ffffff14;text-align:left}.preflight-options button:active{background:var(--honda-red)}.preflight-options strong{color:#ff4a61}.preflight-options span{font-size:17px}.preflight-loader{animation:preflight-spin 1s linear infinite}.preflight-result-image{width:min(100%,420px);border-radius:10px}.preflight-print-picker{width:min(100%,720px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.preflight-print-picker button{min-height:132px;overflow:hidden;border:2px solid transparent;background:#1a1a1a;padding:0}.preflight-print-picker button.selected{border-color:var(--honda-red)}.preflight-print-picker img{width:100%;height:100%;display:block;aspect-ratio:.75;object-fit:cover}.preflight-network{position:absolute;bottom:18px;margin:0;font-size:12px;font-weight:700;letter-spacing:.08em}.preflight-network.online{color:#85e0a6}.preflight-network.offline{color:#ff9aa8}@keyframes preflight-spin{to{transform:rotate(360deg)}}.mobile-screen{position:relative;isolation:isolate;width:min(100%,1080px);min-height:100vh;min-height:100svh;min-height:100dvh;margin:0 auto;overflow:hidden;background:#000;animation:mobile-screen-fade .32s ease-out both}.mobile-screen.preflight-screen{overflow-y:auto;overscroll-behavior:contain}@keyframes mobile-screen-fade{0%{opacity:0}to{opacity:1}}.figma-chrome{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;pointer-events:none;-webkit-user-select:none;user-select:none}.register-screen>.figma-chrome,.login-screen>.figma-chrome{height:100vh;height:100svh}.brand-mark{position:absolute;z-index:2;top:1.8%;right:1.8%;width:29%;height:auto;display:block}.home-screen .brand-mark{top:.35%;right:.03%;width:29.03%}.experience-title{position:absolute;top:36%;left:50%;display:grid;justify-items:center;color:#fff;line-height:.98;transform:translate(-50%);white-space:nowrap}.home-screen .experience-title{top:37.11%}.home-screen .experience-title strong{font-size:clamp(30px,10vw,108px)}.experience-title strong{font-size:clamp(30px,10vw,92px);font-weight:700}.experience-title span{font-size:clamp(40px,13vw,118px);font-weight:700}.experience-title.compact{top:17.5%}.experience-title.compact strong{font-size:clamp(25px,7.2vw,72px)}.experience-title.compact span{font-size:clamp(34px,9.5vw,96px)}.home-actions{position:absolute;top:60.8%;left:50%;width:72%;display:grid;gap:clamp(14px,1.62vh,31px);transform:translate(-50%)}.home-actions .pill-button{min-height:clamp(58px,10.74vw,116px);font-size:clamp(17px,4.63vw,50px)}.pill-button{min-height:clamp(58px,7vh,94px);border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;color:#fff;padding:12px 24px;font-size:clamp(17px,4.6vw,42px);font-weight:400;text-decoration:none;cursor:pointer;transition:transform .14s cubic-bezier(.23,1,.32,1),opacity .14s ease}.pill-button:active:not(:disabled){transform:scale(.98)}.pill-button.primary{background:var(--honda-red)}.pill-button.secondary{background:var(--honda-gray)}.pill-button:disabled{cursor:not-allowed;opacity:.42}.close-button{position:absolute;z-index:5;top:max(22px,env(safe-area-inset-top));left:max(22px,env(safe-area-inset-left));width:48px;height:48px;border:0;border-radius:50%;display:grid;place-items:center;background:#00000073;color:#fff}.close-button svg{width:26px;height:26px}.register-screen{overflow-x:hidden;overflow-y:auto;padding:max(300px,34.5vh,46vw) 0 max(56px,env(safe-area-inset-bottom));padding:max(300px,34.5svh,46vw) 0 max(56px,env(safe-area-inset-bottom));scroll-padding-bottom:max(56px,env(safe-area-inset-bottom));overscroll-behavior-y:contain}.registration-form{position:relative;width:74%;max-width:680px;margin:0 auto;display:grid;gap:clamp(16px,2.2vh,32px);gap:clamp(16px,2.2svh,32px)}.registration-form>label:not(.consent-row),.gallery-login-form>label{display:grid;gap:12px;color:#fff;font-size:clamp(14px,3.3vw,30px)}.registration-form input:not([type=checkbox]),.gallery-login-form input{width:100%;min-height:48px;border:0;border-bottom:2px solid rgba(255,255,255,.72);border-radius:0;background:transparent;color:#fff;padding:6px 0;font-size:clamp(18px,4vw,36px);outline:0}.registration-form input:not([type=checkbox]):focus,.gallery-login-form input:focus{border-color:var(--honda-red)}.registration-form input::placeholder,.gallery-login-form input::placeholder{color:#ffffff57;opacity:1}.consent-row{min-height:44px;display:flex;align-items:flex-start;gap:16px;color:#fff;font-size:clamp(13px,3vw,28px);line-height:1.42;text-wrap:pretty}.consent-row input{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:0 0 auto;width:clamp(28px,5vw,58px);height:clamp(28px,5vw,58px);border:2px solid white;border-radius:7px;display:grid;place-items:center;background:transparent;margin-top:3px}.consent-row a{color:inherit;text-underline-offset:3px}.consent-row input:after{width:55%;height:30%;border-bottom:3px solid white;border-left:3px solid white;content:"";opacity:0;transform:rotate(-45deg) translate(2px,-1px)}.consent-row input:checked{background:var(--honda-red);border-color:var(--honda-red)}.consent-row input:checked:after{opacity:1}.form-submit{width:100%;margin-top:clamp(4px,2vh,24px)}.selfie-screen h1{position:absolute;top:14.5%;left:50%;margin:0;font-size:clamp(28px,5.5vw,60px);font-weight:400;transform:translate(-50%);white-space:nowrap}.selfie-oval{position:absolute;top:21%;left:50%;width:min(39%,420px);aspect-ratio:.72;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:#ddd;color:#333;transform:translate(-50%);cursor:pointer}.selfie-oval span{width:70%;text-align:center;font-size:clamp(12px,2.8vw,24px)}.selfie-oval img{width:100%;height:100%;display:block;object-fit:cover}.selfie-oval input{position:absolute;width:1px;height:1px;opacity:0}.selfie-tips{position:absolute;top:59%;left:50%;width:78%;margin:0;padding-left:1.1em;color:#fff;font-size:clamp(12px,2.7vw,27px);line-height:1.32;transform:translate(-50%)}.selfie-actions{position:absolute;bottom:19%;left:50%;width:72%;display:grid;gap:12px;transform:translate(-50%)}.selfie-actions.has-message{bottom:max(7%,env(safe-area-inset-bottom))}.selfie-actions.conflict{bottom:max(3.5%,env(safe-area-inset-bottom));gap:10px}.selfie-actions .pill-button{width:100%}.selfie-submit{position:static;width:100%;font-weight:700}.selfie-submit:active:not(:disabled){transform:scale(.98)}.form-message{margin:0;color:#ffbdc7;font-size:clamp(13px,2.9vw,24px);line-height:1.35;text-align:center}.gallery-face-screen{min-height:720px;min-height:max(100vh,720px);min-height:max(100svh,720px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(16px,2svh,22px);overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;padding:max(76px,9svh) 12% max(40px,env(safe-area-inset-bottom))}.face-login-heading{position:relative;z-index:1;width:74%;align-self:flex-start;text-align:left}.face-login-heading p{margin:0 0 6px;color:var(--honda-red);font-size:clamp(13px,3vw,26px);font-weight:800}.face-login-heading h1{margin:0;font-size:clamp(28px,7.2vw,64px);line-height:1.04;text-wrap:balance}.face-login-heading span{display:block;margin-top:10px;color:#ffffffc7;font-size:clamp(13px,3.2vw,26px);line-height:1.32}.face-camera{position:relative;z-index:1;flex:0 0 auto;width:min(72vw,360px);aspect-ratio:1;border:3px solid rgba(255,255,255,.86);border-radius:50%;display:grid;place-items:center;overflow:hidden;background:#d9d9d9}.face-camera.active{border-color:var(--honda-red)}.face-camera video{width:100%;height:100%;display:block;object-fit:cover;transform:scaleX(-1)}.face-camera-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;justify-items:center;gap:12px;color:#333;padding:24px;text-align:center}.face-camera-placeholder svg{width:42px;height:42px}.face-login-actions{position:relative;z-index:1;width:100%;max-width:560px;margin-top:0;display:grid;gap:12px}.login-screen{overflow-x:hidden;overflow-y:auto;padding:max(230px,29vh) 0 max(48px,env(safe-area-inset-bottom));padding:max(230px,29svh) 0 max(48px,env(safe-area-inset-bottom));scroll-padding-bottom:max(48px,env(safe-area-inset-bottom));overscroll-behavior-y:contain}.gallery-login-form{position:relative;width:74%;max-width:680px;margin:0 auto;display:grid;gap:clamp(18px,3vh,40px);gap:clamp(18px,3svh,40px)}.gallery-login-form>div p{margin:0 0 6px;color:var(--honda-red);font-size:clamp(13px,3vw,26px);font-weight:800}.gallery-login-form h1{margin:0;font-size:clamp(34px,8vw,76px);line-height:1;text-wrap:balance}.gallery-screen{display:grid;grid-template-rows:auto auto auto auto;align-items:center;align-content:center;gap:clamp(18px,2vh,30px);min-height:100vh;min-height:100svh;min-height:100dvh;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;padding:max(68px,6.5svh,calc(env(safe-area-inset-top) + 56px)) max(18px,5vw) max(24px,env(safe-area-inset-bottom))}.gallery-close{top:12px}.gallery-pin{justify-self:center;display:inline-flex;align-items:baseline;gap:8px;min-height:32px;margin:0;padding:6px 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff12;color:#ffffff94;font-size:clamp(10px,2.4vw,16px);font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase}.gallery-pin strong{color:var(--honda-white);font-size:1.15em;font-variant-numeric:tabular-nums;letter-spacing:.14em}.gallery-main{min-height:0;width:min(100%,660px,calc(40vh + 104px));width:min(100%,660px,calc(40svh + 104px));justify-self:center;display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;gap:4px}.gallery-main>button{min-width:44px;min-height:72px;border:0;display:grid;place-items:center;background:transparent;color:var(--honda-red)}.gallery-main>button svg{width:44px;height:44px;stroke-width:4}.gallery-main>button:disabled{opacity:.24}.gallery-photo{width:100%;aspect-ratio:1 / 1.55;display:grid;place-items:center;overflow:hidden;background:#ddd}.gallery-photo>img{width:100%;height:100%;display:block;object-fit:contain;background:#111;animation:mobile-screen-fade .26s ease-out both}.gallery-empty{width:100%;height:100%;display:grid;align-content:center;justify-items:center;gap:20px;background:#191919;color:#fff;padding:24px;text-align:center}.gallery-empty .brand-mark{position:static;width:min(60%,250px);height:auto}.gallery-empty p{max-width:340px;margin:0;color:#ffffffc7;font-size:clamp(14px,3.2vw,23px)}.gallery-empty strong{color:#fff;font-variant-numeric:tabular-nums}.gallery-thumbnails{width:min(100%,660px);justify-self:center;display:grid;grid-auto-flow:column;grid-auto-columns:max(48px,calc((100% - 25px) / 6));gap:5px;overflow-x:auto;padding:3px;scroll-snap-type:x proximity;scroll-behavior:smooth;scrollbar-width:none}.gallery-thumbnails::-webkit-scrollbar{display:none}.gallery-thumbnails button{min-width:0;min-height:60px;aspect-ratio:.8;border:0;background:#ddd;padding:0;overflow:hidden;scroll-snap-align:center}.gallery-thumbnails button.selected{outline:3px solid var(--honda-red);outline-offset:2px}.gallery-thumbnails img{width:100%;height:100%;display:block;object-fit:cover}.gallery-selection-hint{width:min(100%,660px);justify-self:center;margin:0;color:#ffffffb8;font-size:clamp(12px,2.8vw,18px);line-height:1.32;text-align:center;text-wrap:pretty}.gallery-actions{width:min(100%,560px);justify-self:center}.gallery-actions .pill-button{width:100%}.download-button{justify-self:center;width:min(72%,560px);min-height:52px;font-size:clamp(15px,3.5vw,30px);font-weight:700}@media(max-width:360px){:root{--screen-pad: 22px}.home-actions,.selfie-actions{width:82%}.register-screen .experience-title.compact{top:25.5%}.register-screen{padding-top:max(280px,37vh,46vw);padding-top:max(280px,37svh,46vw);padding-inline:12px}.registration-form,.gallery-login-form{width:82%}.gallery-face-screen{padding-inline:8%}.face-login-heading{width:82%}}@media(max-height:720px),(max-width:375px){.selfie-tips{top:55%;width:82%;line-height:1.24}.selfie-actions{bottom:max(7%,env(safe-area-inset-bottom))}.selfie-actions.conflict{bottom:max(2.5%,env(safe-area-inset-bottom))}}@media(min-width:720px)and (max-height:1100px){.mobile-screen{min-height:1100px}}@media(max-height:720px){.mobile-screen:not(.gallery-screen){min-height:720px}.gallery-screen{min-height:568px;padding-top:max(60px,calc(env(safe-area-inset-top) + 52px))}}@media(orientation:landscape)and (max-height:600px){.mobile-screen:not(.gallery-screen){min-height:720px}.register-screen{padding-top:max(340px,46vw)}.login-screen{padding-top:220px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.festival-interlagos-app{--festival-track: #ef0025;--festival-asphalt: #0b0b0c;--festival-pit: #171719;--festival-grid: rgba(255, 255, 255, .12);--festival-copy: rgba(255, 255, 255, .72);background:var(--festival-asphalt)}.festival-screen{position:relative;isolation:isolate;width:min(100%,760px);min-height:100vh;min-height:100dvh;margin:0 auto;overflow-x:hidden;padding:max(104px,calc(env(safe-area-inset-top) + 88px)) clamp(24px,6vw,56px) max(40px,calc(env(safe-area-inset-bottom) + 24px));background:var(--festival-asphalt);color:#fff}.festival-screen:before,.festival-screen:after{position:absolute;z-index:-1;content:"";pointer-events:none}.festival-screen:before{top:0;right:0;width:132px;height:12px;background:var(--festival-track)}.festival-screen:after{bottom:0;left:0;width:92px;height:8px;background:var(--festival-track)}.festival-brand-lockup{position:absolute;top:max(24px,env(safe-area-inset-top));left:clamp(24px,6vw,56px);display:flex;align-items:baseline;gap:10px;font-size:12px;font-weight:800;letter-spacing:.15em}.festival-brand-lockup span{color:var(--festival-track);font-size:18px;letter-spacing:-.02em}.festival-brand-lockup strong{color:#ffffffb8}.festival-centered-state,.festival-decision-stage,.festival-ready-stage{animation:festival-enter .22s cubic-bezier(.23,1,.32,1) both}.festival-centered-state{display:flex;min-height:calc(100dvh - 170px);flex-direction:column;align-items:center;justify-content:center;gap:18px;text-align:center}.festival-kicker{margin:0;color:#ff536c;font-size:12px;font-weight:800;letter-spacing:.17em;line-height:1.3}.festival-screen h1{max-width:620px;margin:0;font-size:clamp(32px,8.5vw,58px);font-weight:800;letter-spacing:-.035em;line-height:1.02;text-wrap:balance}.festival-screen p:not(.festival-kicker):not(.festival-offline):not(.festival-error-copy){max-width:580px;margin:0;color:var(--festival-copy);font-size:clamp(16px,4.2vw,20px);line-height:1.48;text-wrap:pretty}.festival-screen .pill-button{width:min(100%,460px);min-height:58px;font-size:17px;font-weight:700}.festival-hidden-file{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.festival-text-action,.festival-back{min-height:44px;border:0;color:#ffffffc7;background:transparent;font-size:13px;font-weight:800;letter-spacing:.08em;cursor:pointer}.festival-text-action:active,.festival-back:active{color:#fff}.festival-back{display:inline-flex;align-items:center;align-self:flex-start;gap:6px;padding:0;letter-spacing:0;text-transform:none}.festival-back svg{width:20px}.festival-pin input{width:min(100%,420px);min-height:64px;border:1px solid var(--festival-grid);border-radius:10px;background:#fff;color:#111;font-size:28px;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:.28em;text-align:center}.festival-decision-stage{display:flex;min-height:calc(100dvh - 170px);flex-direction:column;align-items:center;gap:18px;text-align:center}.festival-profile-grid{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:8px 0}.festival-profile-grid button{min-height:176px;border:1px solid var(--festival-grid);border-radius:14px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:6px;padding:20px;color:#fff;background:var(--festival-pit);text-align:left;cursor:pointer;transition:transform .14s cubic-bezier(.23,1,.32,1),background-color .14s ease-out}.festival-profile-grid button:active{background:#242426;transform:scale(.98)}.festival-profile-grid span{color:#ff536c;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.festival-profile-grid strong{font-size:clamp(21px,5vw,28px);line-height:1.05}.festival-profile-grid small{color:#ffffff9e;font-size:13px;line-height:1.35}.festival-frame-grid{display:grid;width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:4px 0}.festival-frame-grid>button{min-width:0;border:1px solid var(--festival-grid);border-radius:12px;display:grid;gap:8px;padding:8px 8px 14px;color:#fff;background:var(--festival-pit);text-align:center;cursor:pointer}.festival-frame-grid>button.selected{border-color:var(--festival-track);box-shadow:0 0 0 2px #ef002533}.festival-frame-preview{position:relative;display:block;width:100%;aspect-ratio:2 / 3;overflow:hidden;border-radius:7px;background:#5a5a5e;box-shadow:inset 0 0 0 1px #0000001a}.festival-frame-preview img{width:100%;height:100%;display:block;object-fit:fill}.festival-frame-preview svg,.festival-existing-grid svg{position:absolute;right:8px;bottom:8px;width:30px;height:30px;border-radius:999px;padding:6px;background:var(--festival-track);color:#fff}.festival-frame-grid strong{font-size:14px}.festival-frame-grid small{color:#ffffff94;font-size:11px;line-height:1.3}.festival-existing-grid{display:grid;width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.festival-existing-grid button{position:relative;min-width:0;aspect-ratio:2 / 3;overflow:hidden;border:2px solid transparent;border-radius:10px;padding:0;background:var(--festival-pit)}.festival-existing-grid button.selected{border-color:var(--festival-track)}.festival-existing-grid img{width:100%;height:100%;display:block;object-fit:cover}.festival-capture-choice{align-items:stretch}.festival-capture-choice>h1,.festival-capture-choice>p,.festival-capture-choice>.festival-kicker,.festival-capture-choice>.festival-text-action{align-self:center}.festival-source-card{position:relative;width:100%;min-height:126px;border:1px solid var(--festival-grid);border-radius:14px;display:grid;grid-template-columns:44px 1fr;align-items:center;gap:16px;padding:20px;color:#fff;background:var(--festival-pit);text-align:left;cursor:pointer;transition:transform .14s cubic-bezier(.23,1,.32,1),background-color .14s ease-out}.festival-source-card:active{background:#242426;transform:scale(.98)}.festival-source-card>svg{color:#ff536c}.festival-source-card span{display:grid;gap:7px}.festival-source-card strong{font-size:19px}.festival-source-card small{color:#ffffff9e;font-size:13px;line-height:1.4}.festival-camera-stage{display:grid;min-height:calc(100dvh - 152px);align-content:start;justify-items:center;gap:14px;padding-bottom:132px;animation:festival-fade .18s ease-out both}.festival-camera-copy{display:grid;justify-items:center;gap:8px;text-align:center}.festival-camera-copy h1{font-size:clamp(28px,7vw,44px)}.festival-camera-view{position:relative;width:min(100%,410px,45dvh);aspect-ratio:2 / 3;overflow:hidden;border:1px solid rgba(255,255,255,.28);border-radius:12px;background:var(--festival-pit)}.festival-camera-view video,.festival-camera-frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.festival-camera-view video{object-fit:cover}.festival-camera-frame{z-index:2;object-fit:fill;pointer-events:none}.festival-body-guide{position:absolute;z-index:1;top:16%;right:25%;bottom:10%;left:25%;border:2px dashed rgba(255,255,255,.7);border-radius:48% 48% 28% 28%;pointer-events:none}.festival-camera-actions{position:fixed;z-index:5;bottom:max(12px,env(safe-area-inset-bottom));left:50%;display:grid;width:min(calc(100% - 48px),460px);gap:8px;padding-top:10px;background:var(--festival-asphalt);transform:translate(-50%)}.festival-camera-actions .pill-button{width:100%}.festival-error-copy{max-width:440px;margin:0;color:#ff9aac;font-size:14px;line-height:1.4;text-align:center}.festival-progress{width:min(100%,420px);height:8px;overflow:hidden;border-radius:999px;background:#ffffff24}.festival-progress span{display:block;width:100%;height:100%;background:var(--festival-track);transform-origin:left center;transition:transform .16s cubic-bezier(.23,1,.32,1)}.festival-ready-stage{display:flex;min-height:calc(100dvh - 170px);flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}.festival-ready-stage>svg{color:#ff536c}.festival-ready-stage>img{width:min(100%,360px,35dvh);aspect-ratio:2 / 3;display:block;object-fit:cover;border-radius:10px;box-shadow:0 0 0 1px #ffffff1f}.festival-ready-stage small{max-width:480px;color:#ffffff8f;font-size:13px;line-height:1.45}.festival-spinner{color:#ff536c;animation:festival-spin 1s linear infinite}.festival-offline{position:fixed;z-index:10;right:16px;bottom:16px;left:16px;margin:0 auto;padding:10px 14px;border-radius:8px;background:#fff;color:#111;font-size:12px;font-weight:800;text-align:center}@keyframes festival-spin{to{transform:rotate(360deg)}}@keyframes festival-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes festival-fade{0%{opacity:0}to{opacity:1}}@media(max-width:480px){.festival-profile-grid{grid-template-columns:1fr}.festival-profile-grid button{min-height:142px}.festival-frame-grid{grid-template-columns:repeat(3,minmax(96px,1fr));overflow-x:auto;padding:3px;scroll-snap-type:x proximity}.festival-frame-grid>button{scroll-snap-align:center}.festival-existing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}+.festival-interlagos-app{--festival-track: #ed1b2f;--festival-asphalt: #000;--festival-copy: rgba(255, 255, 255, .82);min-height:100vh;min-height:100svh;background:var(--festival-track)}.festival-interlagos-app .festival-screen{position:relative;width:min(100%,760px);min-height:100vh;min-height:100svh;margin:0 auto;overflow-x:hidden;padding:0;background:var(--festival-track);color:#fff}.festival-interlagos-app .festival-screen:before,.festival-interlagos-app .festival-screen:after{display:none}.festival-entry-stage,.festival-cg-choice-stage{position:relative;min-height:100vh;min-height:100svh}.festival-entry-logo{position:absolute;top:13.54svh;left:8.71%;width:82.57%;height:auto}.festival-entry-actions,.festival-choice-actions{position:absolute;top:60.88svh;left:13.8%;display:grid;width:72.4%;gap:clamp(14px,1.55svh,24px)}.festival-figma-button{width:100%;min-height:clamp(58px,6.02svh,76px);border:0;border-radius:999px;padding:10px 20px;font:inherit;font-size:clamp(20px,4.7vw,31px);font-weight:400;cursor:pointer;transition:transform .14s cubic-bezier(.23,1,.32,1),opacity .14s ease-out}.festival-figma-button:active:not(:disabled){transform:scale(.98)}.festival-figma-button:focus-visible,.festival-camera-capture:focus-visible,.festival-camera-back:focus-visible{outline:3px solid #fff;outline-offset:4px}.festival-figma-button:disabled{cursor:wait;opacity:.48}.festival-figma-button.primary{background:#fff;color:var(--festival-track)}.festival-figma-button.secondary{background:#6d7273;color:#fff}.festival-choice-logo{position:absolute;top:3.48svh;right:6.13%;width:38.96%;height:auto}.festival-cg-choice-stage>h1{position:absolute;top:36.81svh;left:20.26%;width:59.48%;margin:0;color:#fff;font-size:clamp(30px,7vw,48px);font-weight:700;letter-spacing:-.025em;line-height:1.14;text-align:center;text-wrap:balance}.festival-choice-actions{right:14.09%;left:14.08%;width:auto}.festival-interlagos-app .festival-centered-state,.festival-interlagos-app .festival-ready-stage{box-sizing:border-box;min-height:100vh;min-height:100svh;padding:max(36px,env(safe-area-inset-top)) clamp(24px,7vw,56px) max(36px,env(safe-area-inset-bottom));color:#fff}.festival-state-logo{width:min(58vw,360px);height:auto;margin-bottom:18px}.festival-interlagos-app .festival-centered-state h1,.festival-interlagos-app .festival-ready-stage h1{color:#fff;font-size:clamp(30px,8vw,54px)}.festival-interlagos-app .festival-centered-state p,.festival-interlagos-app .festival-ready-stage p{color:var(--festival-copy)}.festival-white-action{width:min(100%,460px);min-height:58px;border:0;background:#fff;color:var(--festival-track)}.festival-interlagos-app .festival-text-action{color:#fff}.festival-interlagos-app .festival-pin input{border:0;background:#fff;color:#111}.festival-interlagos-app .festival-camera-stage{position:relative;display:block;min-height:100vh;min-height:100svh;padding:0;background:var(--festival-track);animation:festival-fade .18s ease-out both}.festival-interlagos-app .festival-camera-stage>h1{position:absolute;z-index:3;top:7.52svh;left:12%;width:76%;margin:0;color:#fff;font-size:clamp(28px,6vw,42px);font-weight:700;line-height:1.1;text-align:center}.festival-interlagos-app .festival-camera-view{position:absolute;top:16.05svh;left:14.08%;width:71.84%;aspect-ratio:2 / 3;max-height:61.27svh;overflow:hidden;border:0;border-radius:clamp(18px,4vw,34px);background:#d6d8d8;box-shadow:none}.festival-interlagos-app .festival-camera-view video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;background:#d6d8d8;object-fit:cover}.festival-countdown{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#d6d8d8b8}.festival-countdown:before{position:absolute;width:58%;aspect-ratio:1;background:url(/assets/festival-countdown-ring.png) center / contain no-repeat;content:"";animation:festival-countdown-turn 1s linear infinite}.festival-countdown span{position:relative;z-index:1;color:#000;font-size:clamp(84px,24vw,150px);font-variant-numeric:tabular-nums;font-weight:300;line-height:1}.festival-camera-capture{position:absolute;top:82.15svh;left:21.32%;width:57.37%;min-height:clamp(58px,6.02svh,76px);border:0;border-radius:999px;padding:10px 20px;background:#000;color:#fff;font:inherit;font-size:clamp(20px,4.7vw,31px);font-weight:400;cursor:pointer}.festival-camera-capture:active:not(:disabled){transform:scale(.98)}.festival-camera-capture:disabled{opacity:.56}.festival-camera-back{position:absolute;top:91svh;left:50%;min-height:44px;border:0;display:inline-flex;align-items:center;gap:6px;padding:0 12px;background:transparent;color:#fff;font:inherit;font-weight:700;transform:translate(-50%)}.festival-camera-back svg{width:20px}.festival-interlagos-app .festival-camera-stage .festival-error-copy{position:absolute;z-index:4;top:74svh;right:12%;left:12%;color:#fff;font-weight:700}.festival-interlagos-app .festival-progress{background:#0003}.festival-interlagos-app .festival-progress span{background:#fff}.festival-interlagos-app .festival-ready-stage>svg,.festival-interlagos-app .festival-spinner{color:#fff}.festival-interlagos-app .festival-ready-stage>img{width:min(100%,360px,48svh);aspect-ratio:9 / 16;border-radius:10px;object-fit:cover}@keyframes festival-countdown-turn{to{transform:rotate(360deg)}}@media(max-height:680px){.festival-entry-logo{top:8svh;left:18%;width:64%}.festival-entry-actions,.festival-choice-actions{top:62svh}.festival-choice-logo{width:29%}.festival-interlagos-app .festival-camera-stage>h1{top:3.5svh;left:5%;width:90%}.festival-interlagos-app .festival-camera-view{top:17.5svh}.festival-camera-capture{top:79.5svh}.festival-camera-back{top:90svh}.festival-interlagos-app .festival-camera-stage .festival-error-copy{top:70svh}}
