.Chat-module__mvFkka__container{background:radial-gradient(circle at 100% 0,#6366f10d,#0000 40%),radial-gradient(circle at 0 100%,#ec48990d,#0000 40%);flex-direction:column;height:100vh;margin:0 auto;display:flex;position:relative}.Chat-module__mvFkka__header{border-bottom:1px solid var(--border);z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0f99;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.Chat-module__mvFkka__title{color:var(--text-primary);letter-spacing:-.025em;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;display:flex}.Chat-module__mvFkka__messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:1.5rem;padding:2rem 1rem;display:flex;overflow-y:auto}.Chat-module__mvFkka__message{gap:1rem;width:fit-content;max-width:85%;animation:.4s cubic-bezier(.16,1,.3,1) Chat-module__mvFkka__fadeIn;display:flex}.Chat-module__mvFkka__messageUser{flex-direction:row-reverse;align-self:flex-end}.Chat-module__mvFkka__messageAi{align-self:flex-start}.Chat-module__mvFkka__bubble{overflow-wrap:break-word;border-radius:1.25rem;padding:1rem 1.5rem;font-size:1rem;line-height:1.6;position:relative}.Chat-module__mvFkka__bubbleUser{background:var(--primary);color:#fff;border-bottom-right-radius:.25rem;box-shadow:0 4px 12px #6366f14d}.Chat-module__mvFkka__bubbleAi{background:var(--surface);color:var(--text-primary);border:1px solid var(--border);border-bottom-left-radius:.25rem;box-shadow:0 2px 8px #0003}.Chat-module__mvFkka__bubble p{margin:.5em 0}.Chat-module__mvFkka__bubble p:first-child{margin-top:0}.Chat-module__mvFkka__bubble p:last-child{margin-bottom:0}.Chat-module__mvFkka__bubble code{font-family:var(--font-mono);background:#0000004d;border-radius:4px;padding:.2em .4em;font-size:.9em}.Chat-module__mvFkka__bubble pre{background:#0006;border-radius:.5rem;margin:1rem 0;padding:1rem;overflow-x:auto}.Chat-module__mvFkka__bubble pre code{background:0 0;padding:0}.Chat-module__mvFkka__bubble ul,.Chat-module__mvFkka__bubble ol{margin:.5em 0;padding-left:1.5em}.Chat-module__mvFkka__inputArea{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);background:#0a0a0f99;align-items:flex-end;gap:1rem;width:100%;max-width:1000px;margin:0 auto;padding:1.5rem 2rem;display:flex}.Chat-module__mvFkka__inputWrapper{border:1px solid var(--border);background:#fff;border-radius:1.5rem;flex:1;align-items:center;padding:.75rem 1.25rem;transition:all .2s;display:flex;box-shadow:0 2px 10px #0000001a}.Chat-module__mvFkka__inputWrapper:focus-within{border-color:var(--primary);transform:translateY(-1px);box-shadow:0 0 0 2px #8b5cf633}.Chat-module__mvFkka__textarea{color:#000;resize:none;background:0 0;border:none;outline:none;flex:1;max-height:150px;margin:0;padding:0;font-family:inherit;font-size:1rem;line-height:1.5}.Chat-module__mvFkka__sendButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #6366f166}.Chat-module__mvFkka__sendButton:hover:not(:disabled){background-color:var(--primary-hover);transform:scale(1.05)translateY(-2px);box-shadow:0 6px 16px #6366f180}.Chat-module__mvFkka__sendButton:disabled{background:var(--surface-highlight);color:var(--text-secondary);cursor:not-allowed;box-shadow:none;transform:none}
