*{box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{background-color:#f7f7f8;color:#202123;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;height:100%;overflow-x:hidden;width:100%}.page-wrapper{width:100vw}.chat-container{background:#f7f7f8;color:#202123;display:flex;flex-direction:column;height:100vh;-webkit-user-select:none;user-select:none;width:auto}.chat-header{align-items:center;background-color:#36a027;border-bottom:3px solid #2a8d1c;box-shadow:0 2px 8px #0000001f;color:#1a3054;display:flex;font-weight:600;justify-content:space-between;padding:1rem 2rem;z-index:10}.title-block{display:flex;flex-direction:column;line-height:1.2}.main-title{color:#1a3054;font-size:1.8rem;font-weight:700}.sub-title{color:#e0e0e0;font-size:.9rem;font-weight:400}.logout-button{background:#fff;border:2px solid #1a3054;border-radius:20px;color:#1a3054;cursor:pointer;font-size:.9rem;font-weight:600;padding:8px 18px;transition:all .3s ease;-webkit-user-select:none;user-select:none;white-space:nowrap}.logout-button:focus,.logout-button:hover{background-color:#1a3054;box-shadow:0 0 8px #1a3054b3;color:#fff;outline:none}.chat-layout{background:#f7f7f8;display:flex;height:calc(100vh - 70px)}.sidebar{background:#1e1e1e;border-right:1px solid #333;color:#fff;display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding:16px;width:280px}.sidebar h2{color:#ccc;font-size:18px;margin:0 0 12px}.new-chat-btn,.sidebar h2{font-weight:600;-webkit-user-select:none;user-select:none}.new-chat-btn{background-color:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:10px;transition:background-color .2s ease}.new-chat-btn:focus,.new-chat-btn:hover{background-color:#43a047;outline:none}.chat-list{flex-grow:1;list-style:none;margin:0;overflow-y:auto;padding:0}.chat-item{align-items:center;border-radius:8px;color:#eee;cursor:pointer;display:flex;font-size:.95rem;justify-content:space-between;padding:10px 14px;transition:background-color .15s ease;-webkit-user-select:none;user-select:none}.chat-item:hover{background-color:#2d2d2d}.chat-item.active{background-color:#434f55;color:#fff;font-weight:700}.delete-btn{background:#0000;border:none;color:#f55;cursor:pointer;font-size:18px;transition:color .2s ease}.delete-btn:focus,.delete-btn:hover{color:red;outline:none}.chat-messages{background:#fff;border-bottom:1px solid #e5e7eb;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;flex-grow:1;gap:.7rem;max-width:100%;overflow-y:auto;padding:1.5rem 2rem;scroll-behavior:smooth}.chat-message{word-wrap:break-word;border-radius:12px;box-shadow:0 1px 4px #0000001f;font-size:1rem;line-height:1.4;max-width:75%;padding:.75rem 1rem;-webkit-user-select:text;user-select:text;white-space:pre-wrap}.chat-message.user{align-self:flex-end;background-color:#0b93f6;border-bottom-right-radius:4px;color:#fff}.chat-message.assistant{word-wrap:break-word;align-self:flex-start;background-color:#e5e5ea;border-radius:12px;box-shadow:0 1px 4px #0000001f;color:#1c1c1e;font-size:1rem;line-height:1.4;max-width:100%;overflow-wrap:break-word;padding:.75rem 1rem;-webkit-user-select:text;user-select:text;white-space:pre-wrap;width:-webkit-fit-content;width:fit-content}.chat-input-area{align-items:center;background-color:#fafafa;border-top:1px solid #e5e7eb;display:flex;gap:1rem;padding:1rem 2rem}.chat-input{border:1.5px solid #d1d5db;border-radius:10px;flex-grow:1;font-family:inherit;font-size:1rem;outline:none;padding:.85rem 1rem;transition:border-color .3s ease}.chat-input::placeholder{color:#a0a0a0}.chat-input:focus{border-color:#0b93f6;box-shadow:0 0 6px #0b93f680}.btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;padding:.8rem 1.5rem;transition:background-color .25s ease;-webkit-user-select:none;user-select:none}.send-btn{background-color:#0b93f6;box-shadow:0 2px 8px #0b93f666;color:#fff}.send-btn:focus,.send-btn:hover{background-color:#0964c2;box-shadow:0 0 12px #0964c2cc}.export-btn{background-color:#10b981;box-shadow:0 2px 8px #10b98166;color:#fff}.export-btn:focus,.export-btn:hover{background-color:#0e9a6e;box-shadow:0 0 12px #0e9a6ecc}.username{color:#fff;font-weight:600;-webkit-user-select:none;user-select:none}.login-container,.register-container{align-items:center;background-color:#f3f4f6;display:flex;height:100vh;justify-content:center;padding:16px}.login-box,.register-box{background-color:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001f;max-width:400px;padding:32px 36px;width:100%}.login-title,.register-title{color:#2563eb;font-size:24px;font-weight:700;margin-bottom:20px;text-align:center;-webkit-user-select:none;user-select:none}.login-input,.register-input{border:1.5px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:1rem;margin-bottom:16px;outline:none;padding:12px 14px;transition:border-color .3s ease;width:100%}.login-input:focus,.register-input:focus{border-color:#2563eb;box-shadow:0 0 8px #2563eb80}.login-button,.register-button{border:none;border-radius:10px;cursor:pointer;font-size:1.1rem;font-weight:700;padding:12px 0;transition:background-color .3s ease;width:100%}.login-button{background-color:#3b82f6;color:#fff}.login-button:focus,.login-button:hover{background-color:#2563eb}.register-button{background-color:#22c55e;color:#fff}.register-button:focus,.register-button:hover{background-color:#16a34a}.login-text,.register-text{color:#555;font-size:14px;margin-top:12px;text-align:center}.login-link,.register-link{background:none;border:none;color:#10b981;cursor:pointer;font-size:14px;font-weight:600;text-decoration:underline;transition:color .3s ease}.login-link:hover,.register-link:hover{color:#0e9a6e}.chat-list::-webkit-scrollbar,.chat-messages::-webkit-scrollbar,.sidebar::-webkit-scrollbar{width:8px}.chat-list::-webkit-scrollbar-thumb,.chat-messages::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-thumb{background-color:#0000001a;border-radius:4px}.sidebar-toggle{display:none}@media (max-width:930px){.chat-layout{flex-direction:column;height:100vh}.sidebar-toggle{background-color:#1a3054;border:none;border-radius:6px;color:#fff;cursor:pointer;display:block;font-weight:700;margin:10px;padding:10px 14px}.sidebar.collapsed{display:none}.sidebar.expanded{display:flex;flex-direction:row;max-height:200px;overflow-y:auto;transition:max-height .3s ease}.sidebar{align-items:center;display:flex;gap:8px;max-height:150px;overflow-x:auto;overflow-y:hidden;padding:8px;white-space:nowrap;width:100%}.sidebar h2{display:none}.chat-list{display:flex;gap:8px;margin-bottom:-10px;overflow-x:auto}.chat-item{flex-shrink:0;font-size:.9rem;padding:6px 12px;white-space:nowrap}.chat-container{height:calc(100vh - 120px);overflow-x:hidden;width:100vw}.chat-header{padding:.75rem 1rem}.main-title{font-size:1.3rem}.sub-title{font-size:.75rem}.logout-button{font-size:.8rem;padding:6px 12px}.chat-message,.chat-message code,.chat-message pre{overflow-wrap:break-word;white-space:pre-wrap;word-break:break-word}.chat-messages{max-height:calc(100vh - 250px);max-width:100%;overflow-x:hidden;padding:.75rem 1rem;width:100%}.chat-message{font-size:.9rem;max-width:80%}.chat-input-area{flex-direction:column;gap:.5rem;padding:.75rem 1rem}.chat-input{padding:.5rem .75rem}.btn,.chat-input{font-size:1rem;width:100%}.btn{border-radius:6px;padding:.6rem 0}.export-btn,.send-btn{width:100%}input[type=file]{font-size:.9rem;padding:.6rem;width:100%}}input[type=file]{background-color:#fff;border:1.5px solid #d1d5db;border-radius:8px;color:#1a3054;cursor:pointer;display:inline-block;font-size:.95rem;padding:.5rem 1rem;transition:all .3s ease}input[type=file]:hover{background-color:#f0f0f0}
/*# sourceMappingURL=main.92fb33c5.css.map*/