@import"https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&display=swap";body{margin:0;font-family:Courier Prime,monospace;background-color:#1f1f1f;color:#eee}.container{max-width:800px;margin:2rem auto;padding:2rem;background:#2a2a2a;border-radius:8px;box-shadow:0 2px 10px #00000080}.header{margin-bottom:2rem;text-align:center}.header h1{font-size:2.5rem;margin-bottom:.5rem}.header p{font-size:1.2rem;margin-bottom:1rem;color:#ccc}.content{font-size:1.1rem;line-height:1.6}.footer{margin-top:2rem;font-size:.9rem;color:#888;text-align:center}.chat-container{height:400px;overflow-y:auto;border:1px solid #444;padding:1rem;background-color:#222;border-radius:4px;margin-bottom:1rem}.chat-message{margin-bottom:1rem;padding:.5rem 1rem;border-radius:5px;max-width:70%;word-wrap:break-word}.chat-message.user{background-color:#3a3a3a;text-align:right;margin-left:auto}.chat-message.ai{background-color:#444;text-align:left;margin-right:auto}.chat-form{display:flex;gap:.5rem}.chat-form input[type=text]{flex:1;padding:.5rem;border:1px solid #555;background-color:#333;color:#eee;border-radius:4px}.chat-form button{background-color:#444;color:#eee;border:none;padding:.5rem 1rem;cursor:pointer;border-radius:4px}.chat-form button:hover{background-color:#555}.ticket-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#eee}.form-group select,.form-group textarea,.form-group input{width:100%;padding:.5rem;border:1px solid #555;background-color:#333;color:#eee;border-radius:4px;font-family:inherit}.form-group select{cursor:pointer}.form-group textarea{resize:vertical;min-height:100px}.ticket-form button{background-color:#444;color:#eee;border:none;padding:.75rem 1.5rem;cursor:pointer;border-radius:4px;width:100%;font-size:1rem;margin-top:1rem}.ticket-form button:hover{background-color:#555}.ticket-form button:disabled{background-color:#333;cursor:not-allowed}
