#universe-gpt-widget {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px;
    background: #fefefe;
    border: 2px solid #b933b9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    font-family: sans-serif;
    z-index: 9999;
}
#universe-gpt-header {
    background: #b933b9;
    color: white;
    padding: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
#universe-gpt-body {
    padding: 10px;
    max-height: 300px;
    overflow-y: auto;
}
#universe-gpt-input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
