.sc-react-chat-window{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);margin:20px auto;max-width:800px;overflow:hidden}.sc-stage-indicator{background:#0073aa;color:#fff;display:flex;flex-direction:column;gap:15px;padding:20px}.sc-stage-progress{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:800px;position:relative;width:100%}.sc-stage-progress-bar{background:hsla(0,0%,100%,.3);height:4px;left:15px;position:absolute;right:15px;top:50%;transform:translateY(-50%);z-index:1}.sc-stage-progress-fill{background:#fff;height:100%;transition:width .3s ease}.sc-stage-dot{align-items:center;background:hsla(0,0%,100%,.3);border-radius:50%;color:#fff;cursor:default;display:flex;flex-shrink:0;font-size:.9em;font-weight:700;height:36px;justify-content:center;position:relative;transition:all .3s ease;width:36px;z-index:2}.sc-stage-dot.active{background:#fff;box-shadow:0 0 0 3px hsla(0,0%,100%,.3);color:#0073aa;transform:scale(1.1)}.sc-stage-dot.completed{background:#4caf50;color:#fff}.sc-stage-dot:hover{background:hsla(0,0%,100%,.5)}.sc-stage-info{align-items:center;display:flex;flex-direction:column;gap:10px;margin-top:5px;text-align:center}.sc-stage-current{max-width:800px}.sc-stage-info h3{color:#fff;font-size:1.3em;font-weight:600;line-height:1.3;margin:0 0 8px}.sc-stage-description{color:hsla(0,0%,100%,.95);font-size:1em;font-weight:300;line-height:1.5;margin:0 0 15px;opacity:.95}.sc-stage-actions{display:flex;justify-content:center;margin-top:5px}.sc-stage-actions .button{background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.3);border-radius:4px;color:#fff;cursor:pointer;font-size:.9em;padding:8px 16px;transition:all .2s ease}.sc-stage-actions .button:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5)}.sc-stage-actions .button:focus{outline:2px solid hsla(0,0%,100%,.5);outline-offset:2px}.sc-message-list{background:#f9f9f9;max-height:500px;overflow-y:auto;padding:20px}.sc-message{display:flex;margin-bottom:20px}.sc-message-user{flex-direction:row-reverse}.sc-message-user .sc-message-content{align-items:flex-end}.sc-message-avatar{align-items:center;background:#0073aa;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:40px;justify-content:center;margin:0 10px;width:40px}.sc-message-user .sc-message-avatar{background:#4caf50}.sc-message-content{display:flex;flex-direction:column;max-width:70%}.sc-message-text{background:#fff;border:1px solid #e0e0e0;border-radius:18px;line-height:1.5;padding:12px 16px;word-wrap:break-word}.sc-message-text p{margin:0 0 10px}.sc-message-text p:last-child{margin-bottom:0}.sc-message-text b,.sc-message-text strong{color:inherit;font-weight:700}.sc-message-text em,.sc-message-text i{font-style:italic}.sc-message-text code{background:#f5f5f5;border:1px solid #ddd;border-radius:3px;font-family:monospace;font-size:.9em;padding:2px 6px}.sc-message-text a{color:#0073aa;text-decoration:underline}.sc-message-text a:hover{color:#005a87}.sc-message-text ol,.sc-message-text ul{margin:10px 0 10px 20px;padding:0}.sc-message-text li{margin-bottom:5px}.sc-message-user .sc-message-text{background:#e1ffc7;border-color:#d4edda}.sc-message-user .sc-message-text code{background:#e8f5e8;border-color:#c8e6c9}.sc-message-meta{color:#888;font-size:.8em;margin-top:5px}.sc-message-system{align-items:center;flex-direction:column;margin-bottom:25px;text-align:center}.sc-message-system .sc-message-avatar{display:none}.sc-message-system .sc-message-content{align-items:center;max-width:90%}.sc-message-system .sc-message-text{background:#f0f7ff;border-color:#c2d9ff;border-radius:12px;font-size:.95em;line-height:1.6;padding:16px 20px;text-align:left}.sc-message-system .sc-message-text p{margin:0 0 10px}.sc-message-system .sc-message-text p:last-child{margin-bottom:0}.sc-message-system .sc-message-text b,.sc-message-system .sc-message-text strong{color:inherit;font-weight:700}.sc-message-system .sc-message-text em,.sc-message-system .sc-message-text i{font-style:italic}.sc-message-system .sc-message-text code{background:#e1e8f0;border:1px solid #b8d4ff;border-radius:3px;font-family:monospace;font-size:.9em;padding:2px 6px}.sc-message-system .sc-message-text a{color:#0073aa;text-decoration:underline}.sc-message-system .sc-message-text a:hover{color:#005a87}.sc-message-system .sc-message-text ol,.sc-message-system .sc-message-text ul{margin:10px 0 10px 20px;padding:0}.sc-message-system .sc-message-text li{margin-bottom:5px}.sc-message-system .sc-message-meta{display:none}.sc-typing-indicator{background:#fff;border:1px solid #e0e0e0;border-radius:18px;display:inline-block;padding:10px 15px}.sc-typing-indicator span{animation:typing 1.4s infinite both;background:#999;border-radius:50%;display:inline-block;height:8px;margin:0 2px;width:8px}.sc-typing-indicator span:nth-child(2){animation-delay:.2s}.sc-typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.sc-message-input{align-items:flex-end;border-top:1px solid #eee;display:flex;gap:10px;padding:20px}.sc-message-input textarea{border:1px solid #ddd;border-radius:4px;flex:1;font-family:inherit;min-height:60px;padding:12px;resize:vertical}.sc-message-input button{background:#0073aa;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;padding:12px 24px}.sc-message-input button:disabled{cursor:not-allowed;opacity:.5}.sc-message-input button:hover:not(:disabled){background:#005a87}.sc-report-view{padding:20px}.sc-report-actions{margin-bottom:20px}.sc-report-content{background:#fff;border:1px solid #ddd;border-radius:4px;padding:20px}.sc-sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.sc-start-conversation{background:#f9f9f9;border-top:1px solid #eee;padding:30px 20px;text-align:center}.sc-start-button{background:#0073aa;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1em;font-weight:700;margin-bottom:10px;padding:16px 32px;transition:background .2s ease}.sc-start-button:hover:not(:disabled){background:#005a87}.sc-start-button:disabled{cursor:not-allowed;opacity:.6}.sc-start-hint{color:#666;font-size:.9em;margin:0}@media(max-width:768px){.sc-react-chat-window{margin:15px}.sc-stage-indicator{gap:12px;padding:15px}.sc-stage-progress{max-width:100%}.sc-stage-dot{font-size:.85em;height:32px;width:32px}.sc-stage-info h3{font-size:1.2em}.sc-stage-description{font-size:.95em}}@media(max-width:600px){.sc-react-chat-window{margin:10px}.sc-message-list{max-height:300px}.sc-message-content{max-width:85%}.sc-stage-indicator{gap:10px;padding:12px 15px}.sc-stage-progress{justify-content:space-between}.sc-stage-dot{font-size:.8em;height:28px;margin:0;width:28px}.sc-stage-dot.active{transform:scale(1.05)}.sc-stage-info h3{font-size:1.1em;margin-bottom:6px}.sc-stage-description{font-size:.9em;margin-bottom:12px}.sc-stage-actions .button{font-size:.85em;padding:6px 12px}}@media(max-width:400px){.sc-stage-dot{font-size:.75em;height:24px;width:24px}.sc-stage-info h3{font-size:1em}.sc-stage-description{font-size:.85em;line-height:1.4}.sc-stage-actions .button{font-size:.8em;padding:5px 10px}}
