body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.game-container{background-color:#1f2937;display:flex;flex-direction:column;font-family:Arial,sans-serif;height:100vh;margin:0;padding:0;position:relative;width:100%}.score-container{background-color:#fff;border-radius:.5rem;box-shadow:-2px -2px 1px #34ff5f,2px 2px 1px #fe4141;color:#1f2937;font-weight:700;line-height:1.5rem;overflow:hidden;padding:.5rem 1rem;position:absolute;right:1rem;top:1.5rem;transform:translateY(0);transition:transform .3s ease-in-out,background-color .3s ease-in-out;z-index:10}.timer-increment-container{color:#54ff93;display:none;font-size:22px;font-weight:700;left:4rem;position:absolute;top:3.3rem;z-index:25}.timer-increment-container.roll-up{animation:scoreRollUp .75s forwards}.timer-increment-container.show{display:block}.score-increment-container{color:#54ff93;display:none;font-weight:700;position:absolute;right:2.6rem;top:3.3rem;z-index:25}.score-increment-container.roll-up{animation:scoreRollUp .75s forwards}.score-increment-container.show{display:block}.streak-counter{box-shadow:-2px -2px 1px #34ff5f,2px 2px 1px #fe4141;display:none;overflow:hidden;right:1rem;transform:translateY(0);transition:transform .3s ease-in-out,background-color .3s ease-in-out}.streak-counter,.timer-container{background-color:#fff;border-radius:.5rem;color:#1f2937;font-weight:700;line-height:1.5rem;padding:.5rem 1rem;position:absolute;top:1.5rem;z-index:10}.timer-container{box-shadow:-2px -2px 1px #34ff5f,2px 2px 1px #34ff5f;left:1rem;transition:background-color .3s ease-in-out}.timer-container-low{animation:pulseRed 1s infinite alternate;background-color:#fff;border-radius:.5rem;box-shadow:-2px -2px 1px #fe4141,2px 2px 1px #fe4141;color:#dc2626;font-weight:700;left:1rem;line-height:1.5rem;padding:.5rem 1rem;position:absolute;top:1.5rem;z-index:10}@keyframes pulseRed{0%{opacity:1;transform:scale(1)}to{opacity:.8;transform:scale(1.05)}}.streak-counter.correct-animation,.streak-counter.roll-up{animation:correctFlash 1.1s,rollUp 1.1s}.streak-counter.roll-down{animation:incorrectFlash 1.1s,rollDown 1.1s}@keyframes correctFlash{0%{transform:scale(1)}99%{box-shadow:-2px -2px 1px #34ff5f,2px 2px 1px #34ff5f;color:#16a34a;transform:scale(1.1)}to{transform:scale(1)}}@keyframes incorrectFlash{0%{transform:scale(1)}99%{box-shadow:-2px -2px 1px #fe4141,2px 2px 1px #fe4141;color:#dc2626;transform:scale(.9)}to{transform:scale(1)}}@keyframes scoreRollUp{0%{opacity:1;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes rollUp{0%{transform:translateY(0)}to{transform:translateY(-1.1rem)}}@keyframes rollDown{0%{transform:translateY(0)}to{transform:translateY(1.1rem)}}.game-card{height:100vh;width:100%}.game-card,.game-header{background-color:#1f2937}.game-header{color:#fff;font-size:1.25rem;font-weight:700;padding-bottom:.15rem;padding-top:.6rem;text-align:center}.game-header img{height:20px}@media (orientation:portrait){.game-header img{height:45px}}.game-content{padding:0;width:100%}.movie-image-wrapper{height:85vh;overflow:hidden;position:relative;width:100vw}.logo-image-start-overlay{height:110px;width:auto}.logo-name{height:30px;margin-top:15px}.movie-image{display:block;height:85vh;margin:0;object-fit:cover;object-position:center;padding:0;width:100vw}.correct-overlay{align-items:center;background-color:#4caf50b3;color:#fff;display:flex;font-size:3.5rem;font-weight:700;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease-in-out;width:100%;z-index:5}.correct-overlay.show{opacity:1}.pass-overlay{align-items:center;background-color:#dc262699;color:#fff;display:flex;font-size:3.5rem;font-weight:700;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease-in-out;width:100%;z-index:5}.pass-overlay.show{opacity:1}.selection-screen-container{background-color:#1f2937;height:100vh;left:0;top:0;transition:transform .7s ease-in-out;z-index:20}@keyframes slideOutDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}.selection-screen-container.slide-out-down{animation:slideOutDown .7s forwards}.start-overlay-content{text-align:center}.start-button{background-color:#1f2937;border:none;border-radius:.75rem;box-shadow:3px 3px 3px #34ff5f,-3px -3px 3px #fe4141;color:#fff;cursor:pointer;font-size:2.5rem;font-weight:700;margin-top:3rem;padding:1.5rem 3rem;transition:background-color .3s ease-in-out,transform .2s ease-in-out,box-shadow .2s ease-in-out}.start-button:hover{background-color:#fff;box-shadow:-3px -3px 3px #34ff5f,3px 3px 3px #fe4141;color:#1f2937;font-weight:700;transform:translateY(-5px)}.round-end-overlay{align-items:center;background-color:#000000e6;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;top:0;transition:opacity .5s ease-in-out;width:100%;z-index:15}.round-end-overlay.show{opacity:1;pointer-events:auto}.round-end-content{align-items:center;background-color:#1f2937;border-radius:1rem;box-shadow:0 0 20px #00000080;display:flex;flex-direction:column;max-width:90%;padding:1rem 2rem 3rem}.round-end-content h2{color:#ef4444;font-size:3rem;margin-bottom:1rem}.round-end-content p{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:2rem}.movie-lists-container{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-around;margin-bottom:2rem;width:100%}.movie-list{background-color:#374151;border-radius:.5rem;flex:1 1;max-height:300px;min-width:250px;overflow-y:auto;padding:1rem;text-align:left}.movie-list h3{font-size:1.25rem;margin-bottom:.75rem;margin-top:0;text-align:center}.correct-list h3{color:#10b981;font-weight:700}.missed-list h3{color:#ef4444;font-weight:700}.movie-list ul{font-weight:700;list-style:none;margin:0;padding:0}.movie-list li{border-bottom:1px solid #ffffff1a;font-size:1rem;padding:.25rem 0}.movie-list li:last-child{border-bottom:none}.round-end-overlay .start-button{font-size:1.8rem;padding:1rem 2rem}.options-and-pass-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;padding:1rem;width:100%}.options-container{display:flex;flex-wrap:wrap;justify-content:center;width:100%}@media (orientation:landscape){.options-container{gap:1rem}}.option-button{align-items:center;background-color:#3b82f6;border:none;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:1.1rem;font-weight:700;height:80px;justify-content:center;line-height:1.2;margin-top:.85rem;max-width:250px;min-width:150px;overflow:hidden;padding:.75rem 1.5rem;text-overflow:clip;text-shadow:1px 1px 2px #000;transition:background-color .2s ease-in-out,transform .1s ease-in-out;white-space:normal}.option-button.color-1{background-color:#3b82f6;box-shadow:2px 2px 3px #000}.option-button.color-2{background-color:#f59e0b;box-shadow:2px 2px 3px #000}.option-button.color-3{background-color:#8b5cf6;box-shadow:2px 2px 3px #000}.option-button.color-4{background-color:#f97316;box-shadow:2px 2px 3px #000}@media (hover:hover) and (pointer:fine){.option-button:hover:not(:disabled):not(.correct-option):not(.incorrect-option){background-color:#fff;box-shadow:-3px -3px 3px #34ff5f,4px 4px 3px #fe4141;color:#1f2937;font-weight:700;text-shadow:0 0 0 #fff;transform:translateY(-2px)}}.option-button:disabled{cursor:not-allowed;opacity:.6}.option-button.correct-option{box-shadow:-3px -3px 3px #34ff5f,4px 4px 3px #34ff5f;color:#16a34a}.option-button.correct-option,.option-button.incorrect-option{background-color:#fff!important;text-shadow:0 0 0 #fff;transform:scale(1.05)}.option-button.incorrect-option{box-shadow:-3px -3px 3px #fe4141,4px 4px 3px #fe4141;color:#dc2626}@keyframes revealedCorrectFlash{0%{transform:scale(1)}25%{background-color:#10b981;transform:scale(1.15)}75%{background-color:#10b981;transform:scale(1.15)}to{transform:scale(1)}}.option-button.revealed-correct-option{animation:revealedCorrectFlash 1.3s ease-out;background-color:#fff!important;box-shadow:-3px -3px 3px #34ff5f,4px 4px 3px #34ff5f;color:#124925;text-shadow:0 0 0 #fff}.pass-button{background-color:#535558;border:none;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;transition:background-color .2s ease-in-out,transform .1s ease-in-out}.pass-button:hover:not(:disabled){background-color:#dc2626;transform:translateY(-2px)}.pass-button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.options-container{align-items:center;flex-direction:column}.option-button,.pass-button{max-width:300px;width:90%}}@media (orientation:portrait){.selection-screen-container{justify-content:flex-start;padding-top:5vh}.selection-columns{align-items:center;flex-direction:column;gap:1rem;margin-top:5vh}.selection-card-button{font-size:1.3rem;height:120px;max-width:400px;width:90%}.timer-container,.timer-container-low{left:1.5rem;top:4rem}.score-container{right:1.5rem;top:4rem}.timer-increment-container{left:4.5rem;top:5.6rem}.score-increment-container,.timer-increment-container{color:#54ff93;display:none;position:absolute;z-index:25}.score-increment-container{right:3.5rem;top:5.8rem}.score-increment-container.show{display:block}.streak-counter{right:1.5rem;top:4rem}.game-content{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:flex-start;min-height:0;min-height:auto;padding-bottom:1rem}.countdown-number{font-size:15rem!important}.movie-image-wrapper{align-items:center;display:flex;height:27vh;margin-top:5vh;max-height:55vh;overflow:hidden;width:100vw}.movie-image{height:auto;max-height:30vh;object-fit:cover;width:100%}.options-container{gap:.75rem;margin-top:.75rem;width:90%}.option-button{align-items:center;display:flex;font-size:1rem;justify-content:center;line-height:1.2;margin:0;max-height:4.25rem;max-width:300px;min-height:4.25rem;overflow:hidden;text-overflow:clip;text-shadow:1px 1px 2px #000;white-space:normal;width:100%}.round-end-overlay .round-end-content{max-height:90%;overflow-y:auto;padding:1rem;width:82%}.round-end-content h2{font-size:2rem;margin-bottom:0!important}.round-end-content p{font-size:1.2rem;margin-bottom:1rem}.movie-lists-container{align-items:center;flex-direction:column;gap:.75rem;margin-bottom:0;width:100%}.movie-list{box-sizing:border-box;max-height:200px;min-height:170px;min-width:0;min-width:auto;width:90%}.round-end-overlay .start-button{font-size:1.4rem;height:80px;width:100%}.round-end-buttons{display:flex;flex-wrap:wrap;gap:0;justify-content:center;margin-top:0}}.selection-screen-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:2rem 2rem 0;position:relative;width:100%}.selection-screen-container h1{color:#fff;font-weight:700;text-align:center;text-shadow:2px 2px 2px #000}.selection-columns{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2.5rem;max-width:1000px;width:100%}@media (orientation:landscape){.selection-columns{padding-bottom:3rem}}@media (orientation:portrait){.selection-columns{padding-bottom:2rem}}.selection-card-button{align-items:center;border:none;border-radius:1rem;box-shadow:-2px -2px 1px #34ff5f,2px 2px 1px #fe4141;color:#fff;cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-size:1.8rem;font-weight:700;height:150px;justify-content:center;max-width:300px;min-width:250px;padding:1rem;text-align:center;text-shadow:1px 1px 2px #000;transition:background-color .3s ease-in-out,transform .2s ease-in-out,box-shadow .2s ease-in-out}.selection-card-button,.selection-card-button.active{background-color:#1f2937}.selection-card-button:hover:not(:disabled){background-color:#fff;box-shadow:2px 2px 1px #34ff5f,-2px -2px 1px #fe4141;color:#1f2937;text-shadow:0 0 0 #fff;transform:translateY(-5px)}.selection-card-button:disabled{background-color:#4b5563;box-shadow:none;cursor:not-allowed;opacity:.5}@media (max-width:768px){.selection-columns{flex-direction:column;gap:1rem}.selection-card-button{font-size:1.5rem;height:150px;max-width:400px;width:90%}}@media (orientation:portrait){.selection-screen-container{font-size:14px;justify-content:flex-start;padding-top:5vh}.logo-image-start-overlay{height:100px}.logo-name{height:20px;margin-top:10px}.selection-columns{flex-direction:column;gap:1rem;margin-top:3rem}.selection-card-button{font-size:1.3rem;height:120px;max-width:400px;width:90%}}.round-end-buttons{display:flex;flex-wrap:wrap;justify-content:center}@media (orientation:landscape){.round-end-buttons{gap:1rem;margin-top:1.5rem}}@media (max-width:768px){.round-end-buttons{align-items:center;flex-direction:column}}.countdown-black-screen{align-items:center;background-color:#000;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.countdown-number{animation:countdownPulse 1s ease-in-out infinite alternate;color:#fff;font-size:25rem;font-weight:700}@keyframes countdownPulse{0%{opacity:1;transform:scale(1)}to{opacity:.7;transform:scale(1.2)}}.loading-image-placeholder{background-color:#374151;color:#e5e7eb;font-size:1.5rem;height:85vh;width:100vw}.loading-image-placeholder,.settings-button{align-items:center;display:flex;justify-content:center}.settings-button{background-color:#535558;border:none;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;gap:.5rem;padding:.75rem 1.5rem;position:absolute;right:1.5rem;text-decoration:none;top:1.5rem;transition:background-color .2s ease-in-out,transform .1s ease-in-out,padding .2s ease-in-out;z-index:21}.settings-button:hover{background-color:#6b7280;transform:translateY(-2px)}.settings-button-icon{display:none;font-size:1.2rem}.settings-button-text{display:block}.report-main-button{align-items:center;background-color:#535558;border:none;border-radius:.25rem;bottom:0;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:20px;font-weight:700;gap:.5rem;height:45px;justify-content:center;left:0;padding:.5rem .75em;position:fixed;text-decoration:none;transition:background-color .2s ease-in-out,transform .1s ease-in-out,padding .2s ease-in-out;width:50px;z-index:15}.report-main-button:hover{background-color:#dc2626}.report-option-button-1{bottom:3rem}.report-option-button-1,.report-option-button-2{align-items:center;background-color:#535558;border:none;border-radius:.25rem;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:.5rem;height:50px;justify-content:center;left:0;padding:.5rem .75em;position:fixed;text-decoration:none;transition:background-color .2s ease-in-out,transform .1s ease-in-out,padding .2s ease-in-out;z-index:15}.report-option-button-2{bottom:6.3rem}.report-option-button-1:hover,.report-option-button-2:hover{background-color:#dc2626}@media (max-width:768px){.settings-button{font-size:.9rem;padding:.5rem 1rem;right:1rem;top:1rem}}@media (orientation:portrait){.settings-button{font-size:0;height:2.5rem;padding:.75rem;right:.75rem;top:2rem;width:2.5rem}.settings-button-text{display:none}.settings-button-icon{display:block;font-size:2.3rem}}.ad-container-landscape{z-index:25}@media (orientation:portrait){.ad-content-landscape{display:none}.ad-content-portrait{bottom:0;display:flex;left:50%;position:fixed;transform:translateX(-50%);z-index:25}}.site-footer-selection-screen{align-items:center;background-color:#1f2937;border-radius:0 0 8px 8px;border-top:1px solid #555;color:#f0f0f0;display:flex;flex-direction:column;font-size:.9em;padding:20px 0;text-align:center;width:100%;z-index:25}@media (orientation:portrait){.site-footer-selection-screen{padding-bottom:3rem}}.footer-copyright{font-size:.85em}.settings-page-container{align-items:center;background-color:#1f2937;color:#e5e7eb;display:flex;flex-direction:column;justify-content:center;min-height:90vh;padding:16px;position:relative}.settings-page-title{color:#ef4444;font-size:3.75rem;font-weight:800;margin-bottom:2rem;text-shadow:0 4px 6px #0000001a}.back-to-game-button{align-items:center;background-color:#535558;border:none;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;position:absolute;right:1.5rem;text-decoration:none;top:1.5rem;transition:background-color .2s ease-in-out,transform .1s ease-in-out,padding .2s ease-in-out;z-index:21}.back-to-game-button:hover{background-color:#6b7280;transform:translateY(-2px)}@media (max-width:768px){.back-to-game-button{font-size:.9rem;padding:.5rem 1rem;right:1rem;top:1rem}}.settings-section{background-color:#374151;border-radius:.75rem;border-top:4px solid #dc2626;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;margin-bottom:2rem;max-width:448px;padding:32px;width:100%}.settings-section-title{color:#fff;font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.toggle-container{align-items:center;display:flex;justify-content:space-between}.toggle-label{color:#d1d5db;font-size:1.25rem;font-weight:600}.toggle-switch{cursor:pointer;display:inline-block;height:32px;position:relative;transition:background-color .2s ease-in-out;width:64px}.toggle-switch input{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%}.toggle-switch label{background-color:#4b5563;border-radius:9999px;box-shadow:inset 0 2px 4px #0009;display:block;height:100%;transition:background-color .2s ease-in-out;width:100%}.toggle-switch .toggle-circle{background-color:#fff;border-radius:9999px;box-shadow:0 2px 5px #0003;height:24px;left:4px;position:absolute;top:4px;transition:transform .2s ease-in-out;width:24px}.toggle-switch input[type=checkbox]:checked+label{background-color:#10b981}.toggle-switch input[type=checkbox]:checked+label+.toggle-circle{transform:translateX(32px)}.radio-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.radio-option-label{align-items:center;background-color:#4b5563;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;cursor:pointer;display:flex;padding:16px;transition:background-color .2s ease-in-out}.radio-option-label:hover{background-color:#6b7280}.radio-option-input{accent-color:#ef4444;background-color:#1f2937;border:1px solid #4b5563;height:20px;outline:none;width:20px}.radio-option-text{color:#e5e7eb;font-size:1.25rem;font-weight:500;margin-left:12px}@media (orientation:portrait){.settings-page-container{justify-content:flex-start;padding:5vh 1rem 1rem}.settings-page-title{font-size:2.5rem;margin-bottom:1.5rem;margin-top:5vh}.back-to-game-button{font-size:0;gap:0;height:2.5rem;padding:.75rem;right:.75rem;top:2rem;width:2.5rem}.back-button-text{display:none}.back-button-icon{display:block;font-size:2.3rem}.settings-section{margin-bottom:1.5rem;padding:24px;width:80%}.settings-section-title{font-size:1.5rem;margin-bottom:1rem}.toggle-label{font-size:1rem}.toggle-switch{height:25px;width:50px}.toggle-switch .toggle-circle{height:20px;left:3px;top:2.5px;width:20px}.toggle-switch input[type=checkbox]:checked+label+.toggle-circle{transform:translateX(25px)}.radio-grid{gap:12px}.radio-option-label{padding:12px}.radio-option-input{height:18px;width:18px}.radio-option-text{font-size:1rem;margin-left:8px}}.ad-container-landscape{bottom:0;display:flex;position:fixed;right:0;z-index:26}.ad-content-portrait{display:none}@media (orientation:portrait){.ad-content-landscape{display:none}.ad-content-portrait{bottom:0;display:flex;left:50%;position:fixed;transform:translateX(-50%);z-index:26}}.site-footer{background-color:#1f2937;border-radius:0 0 8px 8px;border-top:1px solid #555;color:#f0f0f0;flex-direction:column;font-size:.9em;left:0;padding:20px 0;position:fixed;right:0;text-align:center;width:100%;z-index:25}.footer-links,.site-footer{align-items:center;display:flex}.footer-links{flex-wrap:wrap;font-weight:700;justify-content:center}@media (orientation:landscape){.footer-links{font-size:20px;margin-bottom:10px}}.footer-link{color:#f0f0f0;margin:0 10px;text-decoration:none;transition:color .3s ease;white-space:nowrap}.footer-link:hover{color:#007bff;text-decoration:underline}.footer-link-separator{color:#888;margin:0 5px}.footer-copyright{color:#aaa;font-size:.85em!important;margin-bottom:0;margin-top:.25rem}@media (orientation:portrait){.footer-links{font-size:18px;margin-bottom:10px}}@media (max-width:600px){.footer-links{flex-direction:column;gap:5px}.footer-link-separator{display:none}}.about-container{align-items:center;background-color:#1f2937;box-sizing:border-box;display:flex;flex-direction:column;font-family:Arial,sans-serif;min-height:100vh;padding:2rem 1rem 10rem;position:relative;width:100%}.about-container-buttons{display:flex;flex-direction:row;margin-top:10rem}.about-container img{height:110px;width:auto}.about-container h1{font-size:3.5rem;margin-bottom:1rem;margin-top:2rem;text-align:center}.about-container h2{font-size:2.5rem;margin-bottom:.8rem;margin-top:1.5rem;text-align:center}.about-container h3{font-size:2rem;margin-bottom:.6rem;margin-top:1.2rem;text-align:center}.about-container p{text-align:center}.about-container p,.about-container ul{font-size:1.2rem;line-height:1.6;margin-bottom:1rem;max-width:800px}.about-container ul{margin-top:.5rem;padding-left:20px}.about-container li{margin-bottom:.5rem;text-align:left}.about-container h4{width:50%}.back-to-settings-button{font-size:1.2rem;padding:.8rem 1.5rem}.back-button-icon{font-size:1.5rem}.contact-container{min-height:100vh;padding-bottom:3rem;padding-top:2rem;width:100%}.contact-container,.contact-form-container{align-items:center;display:flex;flex-direction:column}.contact-form-container{background-color:#1f2937;border-radius:8px;box-sizing:border-box;max-width:520px;min-height:50vh;padding:20px;position:relative;width:80%}.back-to-settings-button{align-items:center;background-color:#535558;border:none;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;position:absolute;right:1.5rem;text-decoration:none;top:1.5rem;transition:background-color .2s ease-in-out,transform .1s ease-in-out,padding .2s ease-in-out;z-index:21}.back-to-settings-button:hover{background-color:#6b7280;transform:translateY(-2px)}.back-button-icon{display:none;font-size:1.2rem}.back-button-text{display:block}.contact-container-logo{height:110px;width:auto}.contact-title{color:#fff}@media (orientation:landscape){.contact-title{margin-bottom:20px;margin-top:2rem}}@media (orientation:portrait){.contact-title{margin-bottom:.5rem;margin-top:0}}.contact-form{width:100%}.form-group{margin-bottom:15px}.form-group label{color:#fff;display:block;font-weight:700;margin-bottom:5px}.form-group input[type=email],.form-group input[type=text],.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:16px;padding:10px;width:calc(100% - 20px)}.form-group textarea{resize:vertical}.form-group input.input-error,.form-group textarea.input-error{border-color:red}.error-text{color:red;font-size:.9em;margin-top:5px}.submit-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1em;padding:12px 20px;transition:background-color .3s ease;width:100%}@media (orientation:landscape){.submit-button{margin-top:.5rem}}@media (orientation:portrait){.submit-button{margin-top:.25rem}}.submit-button:hover:not(:disabled){background-color:#0056b3}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.submission-message{border-radius:4px;font-weight:700;margin-top:15px;padding:10px;text-align:center;width:100%}.submission-message.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.submission-message.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@media (orientation:portrait){.back-to-settings-button{font-size:0;gap:0;height:2.5rem;padding:.75rem;right:.75rem;top:2rem;width:2.5rem}.back-button-text{display:none}.back-button-icon{display:block;font-size:2.3rem}}.recaptcha-attribution{color:#a0a0a0;font-size:.8em;line-height:1.4;margin:.75rem auto 20px;max-width:100%;text-align:center}.recaptcha-attribution a{color:#92b6eb;text-decoration:underline}.recaptcha-attribution a:hover{color:#6a96de;text-decoration:none}body{color:#e5e7eb;margin:0;overflow-x:hidden;padding:0}.policy-container,body{background-color:#1f2937}.policy-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;font-family:Arial,sans-serif;min-height:100vh;padding-top:2rem;position:relative;width:100%}.policy-logo{height:110px;width:auto}.policy-container h5{width:50%}.privacy-link{font-size:20px;margin-top:2rem}.grecaptcha-badge{visibility:hidden}
/*# sourceMappingURL=main.6dcbf0c4.css.map*/