.start-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.start-screen__background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.start-screen__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0003;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px 20px}@media screen and (max-width:450px){.start-screen__overlay{padding:170px 20px 20px}}.start-screen__content{display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:3;margin-bottom:0}.start-screen__tagline{color:gold;font-family:GFS Didot,serif;font-size:2.2rem;font-weight:600;text-align:center;margin:0;padding:0 20px;text-shadow:0 3px 10px rgba(0,0,0,.8),0 0 20px rgba(255,215,0,.3);letter-spacing:2px;line-height:1.6;display:flex;flex-direction:column;gap:8px;animation:fadeInUp 1s ease-out .5s both}.start-screen__tagline-line{display:block;text-transform:uppercase}.start-screen__tagline-line:nth-child(1){font-size:1.1em;letter-spacing:0;line-height:1em}.start-screen__tagline-line:nth-child(2){font-size:1.3em;font-weight:700;letter-spacing:0;text-shadow:0 4px 12px rgba(0,0,0,.9),0 0 25px rgba(255,215,0,.4);line-height:1em}.start-screen__tagline-line:nth-child(3){font-size:1em;letter-spacing:0;font-style:italic;line-height:1em}.start-screen__button{background:transparent;border:none;padding:0;cursor:pointer;transition:all .3s ease;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;z-index:3;display:flex;align-items:center;justify-content:center;margin-top:15px}.start-screen__button-image{width:auto;height:auto;max-width:100%;max-height:130px;object-fit:contain;pointer-events:none;border:none;outline:none;box-shadow:none}.start-screen__button:hover{transform:translateY(-4px) scale(1.05)}.start-screen__button:active{transform:translateY(-2px) scale(.98)}.start-screen__button:focus{outline:none;border:none}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.start-screen__tagline{font-size:2.2rem;gap:10px}.start-screen__tagline-line{letter-spacing:3px}.start-screen__tagline-line:nth-child(1){letter-spacing:4px}.start-screen__tagline-line:nth-child(2){letter-spacing:5px}.start-screen__button-image{max-height:125px}.start-screen__overlay{padding-bottom:20px}}@media (min-width: 1024px) and (orientation: portrait){.start-screen__tagline{font-size:2.8rem;gap:12px}.start-screen__tagline-line{letter-spacing:4px}.start-screen__tagline-line:nth-child(1){letter-spacing:5px}.start-screen__tagline-line:nth-child(2){letter-spacing:6px}.start-screen__button-image{max-height:150px}.start-screen__overlay{padding-bottom:20px}}@media (hover: none) and (pointer: coarse){.start-screen__button-image{max-height:90px}.start-screen__overlay{padding-bottom:20px}.start-screen__button:active{transform:scale(.95)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.start-screen__button{animation:fadeInUp .8s ease-out .3s both}.user-form-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.user-form-screen__background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.user-form-screen__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000026;z-index:2;display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto;overflow-x:hidden}.user-form-screen__container{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;gap:15px;z-index:3;position:relative;padding:0}.user-form-screen__title{color:gold;font-family:GFS Didot,serif;font-size:1.6rem;font-weight:700;text-transform:uppercase;text-align:center;margin:0;letter-spacing:0;text-shadow:0 2px 4px rgba(0,0,0,.5)}.user-form-screen__form{width:100%;display:flex;flex-direction:column;gap:16px;align-items:center}.user-form-screen__form-container{background:#8b451366;border:3px solid #FFD700;border-radius:16px;padding:20px 18px;display:flex;flex-direction:column;gap:16px;width:100%;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.user-form-screen__field{display:flex;flex-direction:column;gap:8px}.user-form-screen__label{color:gold;font-family:GFS Didot,serif;font-size:.88rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;text-shadow:0 1px 2px rgba(0,0,0,.5)}.user-form-screen__input{width:100%;padding:12px 16px;border:1px solid #FFD700;border-radius:8px;background:#fffffff2;color:#dc143c;font-size:.88rem;font-family:GFS Didot,serif;outline:none;transition:all .3s ease;box-sizing:border-box}.user-form-screen__input:focus{box-shadow:0 0 0 3px #ffd70066;border-color:gold}.user-form-screen__input::placeholder{color:#dc143c;opacity:.6}.user-form-screen__input.error{border:2px solid #FF0000;background:#ffebee}.user-form-screen__radio-group{display:flex;gap:30px;margin-top:5px}.user-form-screen__radio-label{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.user-form-screen__radio{width:20px;height:20px;border:2px solid #FFD700;border-radius:50%;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;position:relative;flex-shrink:0}.user-form-screen__radio:checked{background:gold}.user-form-screen__radio:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:#8b4513}.user-form-screen__radio-text{color:gold;font-family:GFS Didot,serif;font-size:.88rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;text-shadow:0 1px 2px rgba(0,0,0,.5)}.user-form-screen__terms{display:flex;flex-direction:column;gap:8px;align-items:center;width:100%}.user-form-screen__checkbox-label{display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none;width:100%}.user-form-screen__checkbox{width:20px;height:20px;border:2px solid #FFD700;border-radius:4px;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;position:relative;flex-shrink:0}.user-form-screen__checkbox:checked{background:gold}.user-form-screen__checkbox:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#8b4513;font-size:14px;font-weight:700}.user-form-screen__checkbox-text{color:gold;font-family:GFS Didot,serif;font-size:.88rem;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.5)}.user-form-screen__next-button{background:transparent;border:none;padding:0;cursor:pointer;transition:all .3s ease;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;position:relative;margin-top:0;z-index:4}.user-form-screen__next-button-image{width:auto;height:auto;max-width:100%;max-height:120px;object-fit:contain;pointer-events:none;border:none;outline:none;box-shadow:none}.user-form-screen__next-button:hover{transform:translateY(-2px) scale(1.02)}.user-form-screen__next-button:active{transform:translateY(0) scale(.98)}.user-form-screen__next-button:focus{outline:none;border:none}.user-form-screen__error{color:#ff6b6b;font-family:GFS Didot,serif;font-size:.68rem;margin-top:-5px;padding-left:5px}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.user-form-screen__container{max-width:400px;gap:15px}.user-form-screen__title{font-size:1.6rem}.user-form-screen__form-container{padding:20px 18px;gap:16px}.user-form-screen__input{padding:11px 16px;font-size:.8rem}.user-form-screen__label{font-size:.8rem}.user-form-screen__next-button{margin-top:0}.user-form-screen__next-button-image{max-height:125px}}@media (min-width: 1024px) and (orientation: portrait){.user-form-screen__container{max-width:440px;gap:15px}.user-form-screen__title{font-size:1.8rem}.user-form-screen__form-container{padding:24px 20px;gap:18px}.user-form-screen__input{padding:13px 18px;font-size:.84rem}.user-form-screen__label{font-size:.84rem}.user-form-screen__next-button{margin-top:0}.user-form-screen__next-button-image{max-height:150px}}@media (hover: none) and (pointer: coarse){.user-form-screen__input{font-size:16px}.user-form-screen__next-button-image{max-height:70px}.user-form-screen__next-button:active{transform:scale(.95)}}.foreground-selection-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.foreground-selection-screen__background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.foreground-selection-screen__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000026;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px 20px;box-sizing:border-box;overflow:hidden}.foreground-selection-screen__container{width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center;gap:15px;z-index:3;position:relative;transform:translateY(10vh)}.foreground-selection-screen__title{color:gold;font-family:GFS Didot,serif;font-size:1.4rem;font-weight:700;text-transform:uppercase;text-align:center;margin:0;letter-spacing:0;text-shadow:0 2px 4px rgba(0,0,0,.5)}.foreground-selection-screen__options{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;width:40vw;max-width:40vw;padding:0}.foreground-selection-screen__option{position:relative;aspect-ratio:300 / 431;border:3px solid #FFD700;border-radius:16px;background:#8b451366;cursor:pointer;transition:all .3s ease;overflow:hidden;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:.5}.foreground-selection-screen__option:hover{transform:scale(1.05);box-shadow:0 4px 20px #ffd70066}.foreground-selection-screen__option.selected{border:4px solid #FFD700;box-shadow:0 0 30px gold,0 0 50px #ffd700cc;background:#8b4513cc;opacity:1}.foreground-selection-screen__option-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:10px}.foreground-selection-screen__option-img{width:100%;height:100%;object-fit:contain;border-radius:8px}.foreground-selection-screen__option-number{position:absolute;top:8px;right:8px;width:30px;height:30px;background:gold;color:#8b4513;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:GFS Didot,serif;font-size:1rem;font-weight:700;box-shadow:0 2px 8px #0000004d}.foreground-selection-screen__next-button{background:transparent;border:none;padding:0;cursor:pointer;transition:all .3s ease;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;position:relative;margin-top:25px;z-index:4}.foreground-selection-screen__next-button-image{width:auto;height:auto;max-width:100%;max-height:100px;object-fit:contain;pointer-events:none;border:none;outline:none;box-shadow:none}.foreground-selection-screen__next-button:hover{transform:translateY(-2px) scale(1.02)}.foreground-selection-screen__next-button:active{transform:translateY(0) scale(.98)}.foreground-selection-screen__next-button:focus{outline:none;border:none}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.foreground-selection-screen__container{max-width:550px;gap:15px}.foreground-selection-screen__overlay{padding:40px 20px 20px}.foreground-selection-screen__title{font-size:1.6rem}.foreground-selection-screen__options{width:40vw;max-width:40vw;gap:25px}.foreground-selection-screen__next-button{margin-top:25px}.foreground-selection-screen__next-button-image{max-height:125px}}@media (min-width: 1024px) and (orientation: portrait){.foreground-selection-screen__container{max-width:600px;gap:15px}.foreground-selection-screen__overlay{padding:40px 20px 20px}.foreground-selection-screen__title{font-size:1.8rem}.foreground-selection-screen__options{width:40vw;max-width:40vw;gap:30px}.foreground-selection-screen__next-button{margin-top:25px}.foreground-selection-screen__next-button-image{max-height:150px}}@media (hover: none) and (pointer: coarse){.foreground-selection-screen__next-button-image{max-height:70px}.foreground-selection-screen__next-button:active{transform:scale(.95)}}.camera-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;overflow:hidden}.camera-screen__container{position:relative;width:100%;height:100%}.camera-screen__video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.camera-screen__header{position:absolute;top:20px;left:20px;z-index:10}.camera-screen__back-button{background:#00000080;color:#fff;border:none;padding:12px 20px;border-radius:20px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s ease;font-family:GFS Didot,serif}.camera-screen__back-button:hover{background:#000000b3}.camera-screen__countdown{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20}.camera-screen__countdown-number{background:#000000b3;border-radius:100px;width:120px;height:120px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:48px;font-weight:700;font-family:GFS Didot,serif;box-shadow:0 4px 20px #00000080}.camera-screen__loading{position:absolute;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:30}.camera-screen__loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid #FFD700;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.camera-screen__loading-text{color:#fff;font-size:18px;font-family:GFS Didot,serif}.camera-screen__controls{position:absolute;bottom:50px;left:0;right:0;display:flex;justify-content:center;z-index:10}.camera-screen__capture-button{width:80px;height:80px;border-radius:50%;background:#fff;border:4px solid #DC143C;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .3s ease;padding:0}.camera-screen__capture-button:hover:not(.disabled){transform:scale(1.1)}.camera-screen__capture-button.disabled{opacity:.5;cursor:not-allowed}.camera-screen__capture-button-inner{width:60px;height:60px;border-radius:50%;background:#dc143c}.camera-screen__error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#fff;font-family:GFS Didot,serif;gap:20px}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.camera-screen__countdown-number{width:140px;height:140px;font-size:56px}.camera-screen__capture-button{width:90px;height:90px}.camera-screen__capture-button-inner{width:70px;height:70px}}@media (min-width: 1024px) and (orientation: portrait){.camera-screen__countdown-number{width:160px;height:160px;font-size:64px}.camera-screen__capture-button{width:100px;height:100px}.camera-screen__capture-button-inner{width:80px;height:80px}}.result-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.result-screen__background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;filter:blur(6px);transform:scale(1.03)}.result-screen__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000040;z-index:2;display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:hidden;overflow-x:hidden}.result-screen__container{width:100%;max-width:450px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0;box-sizing:border-box;z-index:3;position:relative;overflow:visible}.result-screen__header{display:flex;justify-content:center;align-items:center;padding:10px 0 4px;margin-bottom:0;width:100%;flex-shrink:0}.result-screen__back-button{background:#fff3;color:#fff;border:none;padding:12px 20px;border-radius:20px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s ease;font-family:GFS Didot,serif}.result-screen__back-button:hover{background:#ffffff4d}.result-screen__title{color:gold;font-family:GFS Didot,serif;font-size:1.3rem;font-weight:700;text-transform:uppercase;margin:0;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.7);letter-spacing:2px}.result-screen__placeholder{width:80px}.result-screen__content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;padding:0;width:100%;overflow:visible;flex-shrink:0}.result-screen__image-container{width:100%;max-width:100%;display:flex;justify-content:center;padding:0 15px;margin-bottom:10vh;flex-shrink:0}.result-screen__image-frame{border:4px solid #FFD700;border-radius:16px;padding:0;background:#8b451366;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 0 30px gold,0 0 50px #ffd700cc;display:flex;justify-content:center;align-items:center;aspect-ratio:1640 / 2360;width:50%;max-width:50%;max-height:60vh;height:auto}.result-screen__image{width:100%;height:100%;border-radius:12px;object-fit:contain;display:block}.result-screen__bottom-section{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:4px;width:100%;padding:0 20px 10px;flex-wrap:nowrap;flex-shrink:0;margin-top:0;position:relative}.result-screen__qr-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;padding:0;background:transparent;border:none;flex:0 0 auto;margin-bottom:0;width:100%}.result-screen__qr-label{color:#fff;font-family:GFS Didot,serif;font-size:.8rem;font-weight:600;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.7);text-transform:uppercase;text-align:left;letter-spacing:1px;display:flex;flex-direction:column;gap:2px;line-height:1.3;white-space:nowrap}.result-screen__qr-code{background:#fff;padding:0;border-radius:8px;box-shadow:0 4px 15px #0000004d;display:flex;justify-content:center;align-items:center}.result-screen__qr-code svg{width:100%!important;height:auto!important}.result-screen__reset-container{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:100%}.result-screen__reset-button{background:transparent;border:none;padding:0;cursor:pointer;transition:all .3s ease;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.result-screen__reset-button-image{width:auto;height:auto;max-width:100%;max-height:100px;object-fit:contain;pointer-events:none;border:none;outline:none;box-shadow:none}.result-screen__reset-button:hover{transform:translateY(-2px) scale(1.02)}.result-screen__reset-button:active{transform:translateY(0) scale(.98)}.result-screen__reset-button:focus{outline:none;border:none}.result-screen__loading,.result-screen__error{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-family:GFS Didot,serif;gap:20px;padding:20px;text-align:center;z-index:10;background:#000c}.result-screen__error p{font-size:1.2rem;color:#ff6b6b;margin:0;max-width:500px}.result-screen__loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid #DC143C;border-radius:50%;animation:spin 1s linear infinite}.result-screen__loading-text{font-size:1.2rem;color:#dc143c}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.result-screen__container{max-width:500px}.result-screen__title{font-size:1.5rem}.result-screen__image-frame{aspect-ratio:1640 / 2360;width:70%;max-width:70%;max-height:65vh;height:auto}.result-screen__bottom-section{gap:8px;padding:8px 25px 15px;margin-top:-5vh}.result-screen__left-container{gap:20px}.result-screen__qr-code{padding:12px}.result-screen__qr-code svg{width:144px!important;height:144px!important}.result-screen__qr-label{font-size:.95rem}.result-screen__reset-button-image{max-height:125px}}@media (min-width: 1024px) and (orientation: portrait){.result-screen__container{max-width:550px}.result-screen__title{font-size:1.7rem}.result-screen__image-frame{aspect-ratio:1640 / 2360;width:70%;max-width:70%;max-height:65vh;height:auto}.result-screen__bottom-section{gap:8px;padding:8px 30px 15px;margin-top:-5vh}.result-screen__left-container{gap:25px}.result-screen__qr-code{padding:15px}.result-screen__qr-code svg{width:160px!important;height:160px!important}.result-screen__qr-label{font-size:1rem}.result-screen__reset-button-image{max-height:100px}}@media (max-width: 767px){.result-screen__bottom-section{flex-direction:column;align-items:center;gap:20px}.result-screen__actions{width:100%;max-width:300px}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100vw;height:100vh;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:fixed;top:0;left:0;right:0;bottom:0;margin:0;padding:0;box-sizing:border-box}#root{width:100vw;height:100vh;overflow:hidden;position:relative}@media (orientation: portrait){html{-webkit-text-size-adjust:100%}}@supports (padding: max(0px)){body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}}
