*{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background-color:#fff;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.home-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.home-content{text-align:center;background:#fff;border-radius:12px;max-width:500px;padding:60px 40px;box-shadow:0 10px 40px #0000001a}.home-content h1{color:#333;margin-bottom:10px;font-size:2.5em}.home-content p{color:#666;margin-bottom:40px;font-size:1.2em}.login-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:6px;padding:15px 40px;font-size:1.1em;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.login-button:hover{transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.app-container{flex-direction:column;width:100%;height:100vh;display:flex}.app-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:space-between;align-items:center;padding:20px 30px;display:flex;box-shadow:0 2px 8px #0000001a}.app-header h1{margin:0;font-size:1.8em}.app-header p{opacity:.9;margin:5px 0 0;font-size:.9em}.app-header>div:first-child{flex:1}.user-menu{align-items:center;gap:15px;display:flex}.app-content{flex:1;display:flex;overflow:hidden}.sidebar{background-color:#f5f5f5;border-right:1px solid #e0e0e0;flex-direction:column;width:250px;display:flex;overflow-y:auto}.main-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.message{border-radius:6px;max-width:80%;margin:10px 0;padding:10px 15px}.message.user{color:#fff;background-color:#667eea;margin-left:auto;margin-right:10px}.message.bot{color:#333;background-color:#f0f0f0;margin-left:10px;margin-right:auto}.loading{text-align:center;color:#666;padding:40px}.auth-page{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.auth-container{text-align:center;background:#fff;border-radius:12px;max-width:500px;padding:60px 40px;box-shadow:0 10px 40px #0000001a}.auth-container h1{color:#333;margin-bottom:10px;font-size:2.5em}.auth-container p{color:#666;margin-bottom:40px;font-size:1.1em}.logo-container{justify-content:center;margin-bottom:20px;display:flex}.logo-container-header{flex-direction:column;justify-content:center;display:flex}.logo{object-fit:contain;border-radius:12px}
