.chat-module__Z68oZG__container{color:#f1f5f9;height:100vh;font-family:var(--font-inter),sans-serif;background:#020617;flex-direction:column;display:flex;overflow:hidden}.chat-module__Z68oZG__header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;background:#0f172acc;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.5rem;display:flex}.chat-module__Z68oZG__headerBrand{align-items:center;gap:.75rem;display:flex}.chat-module__Z68oZG__headerIcon{color:#10b981;background:#10b9811a;border:1px solid #10b98133;border-radius:.75rem;padding:.5rem}.chat-module__Z68oZG__headerTitle{flex-direction:column;display:flex}.chat-module__Z68oZG__headerTitle h1{letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.chat-module__Z68oZG__headerBadge{text-transform:uppercase;letter-spacing:.1em;opacity:.7;color:#10b981;align-items:center;gap:.25rem;font-size:.65rem;font-weight:700;display:flex}.chat-module__Z68oZG__mainLayout{flex:1;display:flex;overflow:hidden}.chat-module__Z68oZG__sidebar{background:#0f172a;border-right:1px solid #ffffff0d;flex-direction:column;gap:1.5rem;width:260px;padding:1.5rem 1rem;display:flex}@media (max-width:768px){.chat-module__Z68oZG__sidebar{display:none}}.chat-module__Z68oZG__sidebarSection{flex-direction:column;gap:.5rem;display:flex}.chat-module__Z68oZG__sectionLabel{color:#64748b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;padding-left:.5rem;font-size:.7rem;font-weight:800}.chat-module__Z68oZG__toolButton{color:#f1f5f9;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.75rem;align-items:center;gap:1rem;width:100%;padding:.75rem;transition:all .2s;display:flex}.chat-module__Z68oZG__toolButton:hover{background:#10b98114}.chat-module__Z68oZG__toolIcon{border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;display:flex}.chat-module__Z68oZG__toolIcon.chat-module__Z68oZG__rpp{color:#10b981;background:#10b98133}.chat-module__Z68oZG__toolIcon.chat-module__Z68oZG__simulasi{color:#6366f1;background:#6366f133}.chat-module__Z68oZG__toolIcon.chat-module__Z68oZG__ringkas{color:#f59e0b;background:#f59e0b33}.chat-module__Z68oZG__toolInfo{flex-direction:column;display:flex}.chat-module__Z68oZG__toolName{font-size:.85rem;font-weight:700}.chat-module__Z68oZG__toolDesc{opacity:.5;font-size:.7rem}.chat-module__Z68oZG__chatBox{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.chat-module__Z68oZG__messages{scroll-behavior:smooth;flex-direction:column;flex:1;padding:2rem 1.5rem 8rem;display:flex;overflow-y:auto}.chat-module__Z68oZG__messageWrapper{gap:1.25rem;width:100%;max-width:900px;margin:0 auto 2rem;display:flex}.chat-module__Z68oZG__messageWrapperUser{flex-direction:row-reverse}.chat-module__Z68oZG__avatar{border-radius:.85rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex;box-shadow:0 4px 12px #0000004d}.chat-module__Z68oZG__avatarAi{color:#fff;background:#10b981}.chat-module__Z68oZG__avatarUser{color:#fff;background:#6366f1}.chat-module__Z68oZG__bubble{border:1px solid #ffffff08;border-radius:1.5rem;flex:1;max-width:80%;padding:1.25rem;position:relative;box-shadow:0 2px 8px #0000001a}.chat-module__Z68oZG__bubbleAi{background:#1e293b;border-top-left-radius:.25rem}.chat-module__Z68oZG__bubbleUser{background:#0f172a;border-color:#6366f11a;border-top-right-radius:.25rem}.chat-module__Z68oZG__bubbleText{color:#e2e8f0;font-size:.95rem;line-height:1.6}.chat-module__Z68oZG__bubbleText.chat-module__Z68oZG__userText{font-weight:500}.chat-module__Z68oZG__ttsBtn{color:#10b981;cursor:pointer;background:#1e293b;border:1px solid #10b98133;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:all .2s;display:flex;position:absolute;bottom:-1rem;right:1.5rem;box-shadow:0 4px 12px #0003}.chat-module__Z68oZG__ttsBtn:hover{color:#fff;background:#10b981;transform:scale(1.1)}.chat-module__Z68oZG__typingIndicator{color:#10b981;opacity:.8;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.85rem;font-weight:600;display:flex}.chat-module__Z68oZG__dot{background:currentColor;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both chat-module__Z68oZG__bounce}.chat-module__Z68oZG__dot:nth-child(2){animation-delay:.2s}.chat-module__Z68oZG__dot:nth-child(3){animation-delay:.4s}@keyframes chat-module__Z68oZG__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-module__Z68oZG__footer{background:linear-gradient(#0000 0%,#020617 40%);justify-content:center;padding:1.5rem 2rem;display:flex;position:absolute;bottom:0;left:0;right:0}.chat-module__Z68oZG__inputContainer{align-items:center;gap:.75rem;width:100%;max-width:850px;display:flex}.chat-module__Z68oZG__inputWrapper{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293bb3;border:1px solid #ffffff14;border-radius:1.25rem;flex:1;align-items:center;gap:1rem;padding:.5rem .5rem .5rem 1.25rem;display:flex;box-shadow:0 8px 32px #0006}.chat-module__Z68oZG__inputWrapper input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:.5rem 0;font-size:.95rem}.chat-module__Z68oZG__sendBtn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:.85rem;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:all .2s;display:flex}.chat-module__Z68oZG__sendBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.chat-module__Z68oZG__sendBtn:disabled{opacity:.3;cursor:not-allowed}.chat-module__Z68oZG__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#020617b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.chat-module__Z68oZG__modalContent{background:#0f172a;border:1px solid #ffffff1a;border-radius:1.5rem;width:100%;max-width:450px;padding:1.5rem;box-shadow:0 25px 50px -12px #00000080}.chat-module__Z68oZG__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.chat-module__Z68oZG__modalHeader h3{align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;display:flex}.chat-module__Z68oZG__modalClose{color:#64748b;cursor:pointer;background:0 0;border:none;padding:.25rem}.chat-module__Z68oZG__modalTextarea{color:#fff;resize:none;background:#1e293b;border:1px solid #ffffff0d;border-radius:.75rem;outline:none;width:100%;height:120px;margin-bottom:1rem;padding:1rem;font-size:.9rem}.chat-module__Z68oZG__modalAction{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:.75rem;width:100%;padding:.85rem;font-weight:700;transition:all .2s}.chat-module__Z68oZG__modalAction:hover:not(:disabled){background:#059669}.chat-module__Z68oZG__markdownFormat p{margin-bottom:1rem}.chat-module__Z68oZG__markdownFormat p:last-child{margin-bottom:0}.chat-module__Z68oZG__markdownFormat strong{color:#f59e0b;font-weight:700}.chat-module__Z68oZG__markdownFormat h3{color:#10b981;margin:1.5rem 0 .75rem;font-size:1.1rem}.chat-module__Z68oZG__markdownFormat ul{margin-bottom:1rem;margin-left:1.25rem}.chat-module__Z68oZG__markdownFormat li{margin-bottom:.5rem}.chat-module__Z68oZG__markdownFormat code{background:#0000004d;border-radius:.3rem;padding:.2rem .4rem;font-family:monospace}.chat-module__Z68oZG__markdownFormat blockquote{color:#94a3b8;border-left:4px solid #10b981;margin:1rem 0;padding-left:1rem;font-style:italic}
