.page-module__S0uAuW__container{background-color:var(--bg-main,#0f172a);height:100vh;max-height:100vh;color:var(--text-primary,#f8fafc);flex-direction:column;display:flex;overflow:hidden}.page-module__S0uAuW__header{border-bottom:1px solid var(--border-color,#334155);background:var(--bg-card,#1e293bb3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.page-module__S0uAuW__headerInfo{align-items:center;gap:1rem;display:flex}.page-module__S0uAuW__avatar{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:2.5rem;display:flex}.page-module__S0uAuW__title{flex-direction:column;display:flex}.page-module__S0uAuW__name{margin:0;font-size:1.2rem;font-weight:700}.page-module__S0uAuW__subtitle{color:var(--text-secondary,#94a3b8);margin:0;font-size:.85rem}.page-module__S0uAuW__modeBadge{background:var(--accent-blue,#3b82f6);color:#fff;border-radius:1rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.page-module__S0uAuW__suggestedStrip{white-space:nowrap;background:var(--bg-card,#1e293b80);border-bottom:1px solid var(--border-color,#334155);scrollbar-width:none;gap:.75rem;padding:.75rem 1.5rem;display:flex;overflow-x:auto}.page-module__S0uAuW__suggestedStrip::-webkit-scrollbar{display:none}.page-module__S0uAuW__chip{border:1px solid var(--border-color,#334155);color:var(--text-primary,#f8fafc);cursor:pointer;background:#ffffff0d;border-radius:1.5rem;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.page-module__S0uAuW__chip:hover{border-color:var(--accent-blue,#3b82f6);background:#ffffff1a}.page-module__S0uAuW__chatArea{scroll-behavior:smooth;flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.page-module__S0uAuW__inputContainer{background:var(--bg-card,#1e293bcc);border-top:1px solid var(--border-color,#334155);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 1.5rem}.page-module__S0uAuW__inputForm{gap:.75rem;max-width:1200px;margin:0 auto;display:flex}.page-module__S0uAuW__input{border:1px solid var(--border-color,#334155);color:var(--text-primary,#f8fafc);background:#0003;border-radius:1.5rem;outline:none;flex:1;padding:.75rem 1.25rem;font-size:1rem;transition:border-color .2s}.page-module__S0uAuW__input:focus{border-color:var(--accent-blue,#3b82f6)}.page-module__S0uAuW__sendBtn{background:var(--accent-blue,#3b82f6);color:#fff;cursor:pointer;border:none;border-radius:1.5rem;padding:.75rem 1.5rem;font-weight:600;transition:background .2s}.page-module__S0uAuW__sendBtn:hover:not(:disabled){background:#2563eb}.page-module__S0uAuW__sendBtn:disabled{opacity:.5;cursor:not-allowed}.page-module__S0uAuW__typingIndicator{background:#1e293bb3;border-radius:1.5rem 1.5rem 1.5rem .25rem;align-items:center;gap:.4rem;width:fit-content;margin-bottom:1rem;padding:1rem 1.5rem;display:flex}.page-module__S0uAuW__dot{background-color:var(--text-secondary,#94a3b8);border-radius:50%;width:.5rem;height:.5rem;animation:1.4s ease-in-out infinite both page-module__S0uAuW__bounce}.page-module__S0uAuW__dot:first-child{animation-delay:-.32s}.page-module__S0uAuW__dot:nth-child(2){animation-delay:-.16s}@keyframes page-module__S0uAuW__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.page-module__S0uAuW__appealBtn{color:#dc2626;letter-spacing:.03em;cursor:pointer;background:#dc262614;border:1px solid #dc262633;border-radius:8px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.page-module__S0uAuW__appealBtn:hover:not(:disabled){background:#dc262626;border-color:#dc262666;transform:translateY(-1px)}.page-module__S0uAuW__appealBtn:disabled{opacity:.5;cursor:not-allowed}.page-module__S0uAuW__appealLoading{align-items:center;gap:6px;display:inline-flex}.page-module__S0uAuW__appealLoading:before{content:"";border:2px solid #dc26264d;border-top-color:#dc2626;border-radius:50%;width:10px;height:10px;animation:.6s linear infinite page-module__S0uAuW__spin}@keyframes page-module__S0uAuW__spin{to{transform:rotate(360deg)}}
.ChatBubble-module__1ipAea__bubbleWrapper{width:100%;margin-bottom:1rem;display:flex}.ChatBubble-module__1ipAea__userWrapper{justify-content:flex-end}.ChatBubble-module__1ipAea__coachWrapper{justify-content:flex-start}.ChatBubble-module__1ipAea__bubble{word-wrap:break-word;border-radius:1rem;max-width:80%;padding:1rem 1.25rem;font-size:.95rem;line-height:1.5}.ChatBubble-module__1ipAea__userBubble{background-color:var(--accent-blue,#3b82f6);color:#fff;border-bottom-right-radius:.25rem}.ChatBubble-module__1ipAea__coachBubble{background:var(--bg-card,#1e293b99);border:1px solid var(--border-color,#334155);color:var(--text-primary,#f8fafc);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom-left-radius:.25rem}.ChatBubble-module__1ipAea__text{white-space:pre-wrap;margin-bottom:.5rem}.ChatBubble-module__1ipAea__text p{margin:.4rem 0}.ChatBubble-module__1ipAea__text p:first-child{margin-top:0}.ChatBubble-module__1ipAea__text p:last-child{margin-bottom:0}.ChatBubble-module__1ipAea__text ul,.ChatBubble-module__1ipAea__text ol{margin:.4rem 0;padding-left:1.25rem}.ChatBubble-module__1ipAea__text li{margin:.2rem 0}.ChatBubble-module__1ipAea__text strong{color:#60a5fa}.ChatBubble-module__1ipAea__text blockquote{border-left:3px solid var(--accent-blue,#3b82f6);color:var(--text-secondary,#94a3b8);background:#3b82f60d;border-radius:0 .25rem .25rem 0;margin:.5rem 0;padding:.25rem .75rem;font-size:.9rem}.ChatBubble-module__1ipAea__text code{background:#0000004d;border-radius:.25rem;padding:.1rem .3rem;font-size:.85rem}.ChatBubble-module__1ipAea__text table{border-collapse:collapse;width:100%;margin:.5rem 0;font-size:.85rem}.ChatBubble-module__1ipAea__text th,.ChatBubble-module__1ipAea__text td{border:1px solid var(--border-color,#334155);text-align:left;padding:.3rem .5rem}.ChatBubble-module__1ipAea__text th{background:#0003;font-weight:600}.ChatBubble-module__1ipAea__text:last-child{margin-bottom:0}.ChatBubble-module__1ipAea__dataSources{color:var(--text-secondary,#94a3b8);border-top:1px solid #ffffff1a;margin-top:1rem;padding-top:.5rem;font-size:.75rem;font-style:italic}.ChatBubble-module__1ipAea__sourcesList{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.ChatBubble-module__1ipAea__sourceBadge{background:#0003;border-radius:.5rem;padding:.15rem .5rem}
