.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:2rem}.login-card{background:#1e1e2e;border-radius:12px;box-shadow:0 10px 40px #00000080;width:100%;max-width:420px;padding:2.5rem;border:1px solid rgba(255,255,255,.1)}.login-logo{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.logo-image{height:50px;width:auto;max-width:100%;object-fit:contain}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:1.75rem;font-weight:600;color:#fff;margin:0 0 .5rem}.login-header h2{font-size:.9rem;font-weight:400;color:#b0b0b0;margin:0}.login-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid rgba(255,255,255,.2)}.tab-button{flex:1;padding:.75rem 1rem;border:none;background:transparent;color:#b0b0b0;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;border-bottom:2px solid transparent;margin-bottom:-2px}.tab-button:hover{color:#667eea}.tab-button.active{color:#667eea;border-bottom-color:#667eea}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:500;color:#fff}.form-group input{padding:.75rem 1rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;font-size:1rem;transition:border-color .2s;background:#ffffff0d;color:#fff}.form-group input:focus{outline:none;border-color:#667eea;background:#ffffff1a}.form-group input::placeholder{color:#888}.error-message{padding:.75rem 1rem;background-color:#d32f2f33;border:1px solid rgba(211,47,47,.5);border-radius:8px;color:#ff6b6b;font-size:.9rem}.submit-button{padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:.5rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.login-card{padding:2rem 1.5rem}.login-header h1{font-size:1.5rem}}.liveboard-embed-container{width:100%;height:100%;min-height:0;position:relative;display:flex;flex-direction:column;border-radius:0 0 12px 12px;overflow:hidden}.liveboard-embed-container .ts-embed-container{flex:1;min-height:0;border-radius:0 0 12px 12px;overflow:hidden}.liveboard-embed-container iframe{width:100%;height:100%;border:none;flex:1;min-height:0;border-radius:0 0 12px 12px}.app{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:2rem}.app-header{padding:1.5rem 2rem;background:#1e1e2e;border-radius:12px 12px 0 0;box-shadow:0 2px 8px #0000004d;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:0;border:1px solid rgba(255,255,255,.1);border-bottom:none}.app-header>div:first-child{flex:1}.app-header h1{font-size:1.75rem;font-weight:600;color:#fff;margin:0 0 .25rem}.app-header h2{font-size:.9rem;font-weight:400;color:#b0b0b0;margin:0}.app-main{flex:1;overflow:hidden;background:#fff;min-height:0;display:flex;flex-direction:column;border-radius:0 0 12px 12px;box-shadow:0 10px 40px #0003;padding:0}@media (max-width: 768px){.app{padding:1rem}.app-header{padding:1rem 1.5rem;flex-direction:column;align-items:flex-start}.app-header>div:first-child img{height:35px!important}.app-header h1{font-size:1.5rem}.app-header>div:last-child{width:100%;justify-content:space-between;margin-top:.5rem}}@media (max-width: 480px){.app{padding:.5rem}.app-header{padding:1rem}.app-header>div:first-child{flex-direction:column;align-items:flex-start;gap:.75rem}.app-header>div:first-child img{height:30px!important}.app-header h1{font-size:1.25rem}.app-header h2{font-size:.85rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden}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}#root{width:100%;height:100%}
