body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chat-container{background:#f4f6fa;color:#23395d;display:flex;font-family:Segoe UI,Roboto,Arial,sans-serif;height:100vh;overflow:hidden}.chat-sidebar{background:#23395d;border-right:1px solid #1b2d4a;color:#fff;display:flex;flex-direction:column;width:320px}.chat-sidebar-header{background:#1b2d4a;border-bottom:1px solid #2d4773;font-size:1.2rem;font-weight:700;padding:20px}.chat-room-list{flex:1 1;overflow-y:auto}.chat-room{border-bottom:1px solid #ffffff14;cursor:pointer;padding:14px 20px;transition:background .2s}.chat-room:hover{background:#ffffff14}.chat-room.active{background:#4b7bec;font-weight:600}.chat-main{background:#f4f6fa;display:flex;flex:1 1;flex-direction:column}.chat-header{align-items:center;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:16px 24px}.chat-user-info{display:flex;flex-direction:column;gap:2px}.chat-user-email{color:#23395d;font-size:1.05rem;font-weight:600}.chat-agent{color:#4b7bec;font-size:.9rem}.chat-messages{background:#f4f6fa;flex:1 1;overflow-y:auto;padding:20px 24px 120px}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-thumb{background:#bfc9d9;border-radius:3px}.chat-bubble{word-wrap:break-word;background:#fff;border-radius:12px;box-shadow:0 2px 6px #23395d14;margin-bottom:16px;max-width:600px;padding:14px 16px;position:relative}.chat-bubble.user{align-self:flex-end;border-left:4px solid #4b7bec}.chat-bubble.agent{align-self:flex-start;background:#eaf3ff;border-left:4px solid #23395d}.chat-bubble-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.chat-bubble-sender{color:#23395d;font-weight:600}.chat-bubble-sender.agent{color:#4b7bec}.chat-bubble-time{color:#888;font-size:.8rem}.chat-bubble-text{color:#222;font-size:1rem;margin-bottom:4px}.chat-bubble-text.agent{color:#23395d}.chat-bubble-file{margin-top:8px}.chat-bubble-file img{border:1px solid #ccc;border-radius:8px;cursor:pointer;max-width:180px}.chat-bubble-file a{color:#4b7bec;font-size:.9rem;text-decoration:underline}.chat-reply-row{align-items:center;background:#fff;border-top:1px solid #e0e0e0;bottom:0;display:flex;gap:8px;left:320px;padding:12px 16px;position:absolute;right:0}.chat-reply-input{border:1px solid #bfc9d9;border-radius:8px;flex:1 1;font-size:1rem;padding:10px 12px}.chat-reply-btn,.chat-upload-btn{background:#4b7bec;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:10px 16px;transition:background .2s}.chat-reply-btn:hover,.chat-upload-btn:hover{background:#3a66d8}.chat-reply-btn:disabled{background:#bfc9d9;cursor:not-allowed}.chat-upload-btn{background:#23395d}.chat-empty,.chat-error,.chat-loading{color:#888;font-size:1rem;margin-top:40px;text-align:center}@media (max-width:768px){.chat-sidebar{display:none}.chat-reply-row{left:0}}.dashboard-container{background:#f7f9fc;min-height:100vh;padding:32px}.dashboard-container h1{color:#2d3a4b;font-size:2.5rem;margin-bottom:32px}.dashboard-widgets{display:flex;flex-wrap:wrap;gap:24px}.widget{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000012;flex:1 1;min-width:220px;padding:24px}.widget h2{color:#4b7bec;font-size:1.3rem;margin-bottom:12px}.widget p{color:#555}.sidebar{background:#2d3a4b;color:#fff;left:0;min-height:100vh;padding:32px 16px;position:fixed;top:0;width:220px;z-index:100}.sidebar h2{color:#fff;font-size:1.5rem;margin-bottom:32px}.sidebar ul{background:#ff0!important;border:2px solid #2d3a4b(29,27,27)!important;list-style:none;margin:0;padding:0}.sidebar li{background:#0580e6e3!important;border-bottom:2px solid #2d3a4b(18,18,19)!important;color:#000!important;cursor:pointer;display:block;font-size:1.2rem!important;font-weight:700;padding:16px 0 16px 12px!important}.sidebar li:hover{color:#fff!important}
/*# sourceMappingURL=main.68ce45d7.css.map*/