.auth-container{height:100vh;width:100vw;max-height:100vh;max-width:100vw;display:flex;align-items:center;justify-content:center;background-color:#000;padding:.5rem;overflow:hidden;box-sizing:border-box}.auth-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;max-width:500px;width:100%;max-height:calc(100vh - 1rem);overflow:hidden;box-sizing:border-box}.logo{max-width:280px;width:100%;height:auto;max-height:18vh;object-fit:contain;flex-shrink:1}.welcome-text{font-size:1rem;text-align:center;color:#fff;font-weight:400;line-height:1.4;margin:0;flex-shrink:1}.auth-form{width:100%;display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.password-input{width:100%;padding:.875rem;font-size:.95rem;border:2px solid #333;border-radius:8px;background-color:#1a1a1a;color:#fff;outline:none;transition:border-color .3s ease}.password-input:focus{border-color:#ff6b35}.password-input::placeholder{color:#666}.submit-button{width:100%;padding:.875rem;font-size:.95rem;font-weight:600;background-color:#ff6b35;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .1s ease}.submit-button:hover{background-color:#e55a2b}.submit-button:active{transform:scale(.98)}.error-message{color:#f44;font-size:.9rem;text-align:center;margin-top:-.5rem}.presentation-container{width:100vw;height:100vh;max-width:100vw;max-height:99vh;background-color:#000;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:hidden;box-sizing:border-box}.iframe-wrapper{position:relative;width:100%;flex:1 1 auto;min-height:0;box-shadow:0 2px 8px #3f455129;overflow:hidden;border-radius:8px;will-change:transform;box-sizing:border-box;margin:.5rem .5rem 0}.iframe-wrapper iframe{position:absolute;width:100%;height:100%;top:0;left:0;border:none;padding:0;margin:0}.presentation-link{color:#ff6b35;text-decoration:none;font-size:.75rem;margin:.25rem 0;transition:color .3s ease;flex-shrink:0;padding:0;line-height:1.2;height:1.2rem;display:flex;align-items:center;max-height:1.2rem}.presentation-link:hover{color:#e55a2b;text-decoration:underline}@media (max-width: 768px){.auth-container{padding:.5rem}.auth-content{gap:.75rem;max-height:calc(100vh - 1rem)}.welcome-text{font-size:.9rem;line-height:1.3}.logo{max-width:200px;max-height:15vh}.password-input,.submit-button{padding:.7rem;font-size:.85rem}.presentation-container{padding:0}.iframe-wrapper{margin:.25rem .25rem 0}.presentation-link{font-size:.65rem;margin:.2rem 0;height:1rem;max-height:1rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;overflow:hidden;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff}#root{height:100vh;width:100%;overflow:hidden}
