*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f5f7fa;min-height:100vh;margin:0;padding:0}#root{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.app{width:100%;padding:20px}.header{text-align:center;color:#2c3e50;margin-bottom:30px}.header h1{font-size:2.2rem;margin-bottom:8px;font-weight:600;color:#1a202c}.header p{font-size:1rem;color:#64748b;font-weight:400}.workflow-selector{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px;padding:12px 20px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;max-width:500px;margin-left:auto;margin-right:auto}.workflow-selector label{font-size:.875rem;color:#475569;font-weight:500}.workflow-select{padding:6px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:.875rem;background:#fff;cursor:pointer;transition:border-color .2s;min-width:200px}.workflow-select:hover{border-color:#5b7fff}.workflow-select:focus{outline:none;border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff1a}.refresh-btn{padding:6px 12px;background:#5b7fff;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background .2s}.refresh-btn:hover{background:#4c6eef}.main-content{display:flex;gap:10px;margin-bottom:20px;min-height:600px;position:relative}.debug-panel{background:#fff;border-radius:8px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;flex-shrink:0}.debug-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.debug-header strong{font-size:.875rem;color:#475569;font-weight:600}.status-badge{font-size:.75rem;padding:4px 10px;border-radius:12px;font-weight:500}.status-badge.ready{background:#dcfce7;color:#166534}.status-badge.loading{background:#fef3c7;color:#92400e}.debug-content{padding:12px 16px;flex:1;overflow-y:auto;font-family:Courier New,Consolas,monospace;font-size:.8rem;color:#334155;background:#fafafa}.debug-line{margin:4px 0;line-height:1.5;word-break:break-all}.resize-handle{width:10px;background:transparent;cursor:col-resize;position:relative;flex-shrink:0;transition:background .2s;-webkit-user-select:none;user-select:none}.resize-handle:hover,.resize-handle.dragging{background:#5b7fff}.resize-handle-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2px;height:40px;background:#94a3b8;border-radius:1px}.resize-handle:hover .resize-handle-inner,.resize-handle.dragging .resize-handle-inner{background:#fff}.chat-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000d;overflow:hidden;border:1px solid #e2e8f0;display:flex;flex-direction:column;flex-shrink:0}.chatkit-widget{width:100%;height:100%;flex:1}.error-state{padding:60px 40px;text-align:center;color:#dc2626}.error-state h3{font-size:1.25rem;margin-bottom:12px;font-weight:600}.error-state p{color:#64748b;margin-bottom:24px;font-size:.95rem}.reload-btn{padding:10px 24px;background:#5b7fff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:background .2s}.reload-btn:hover{background:#4c6eef}.loading-state{padding:60px 40px;text-align:center}.spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top:3px solid #5B7FFF;border-radius:50%;margin:0 auto 20px;animation:spin 1s linear infinite}.loading-state p{color:#64748b;font-size:.95rem}.footer{text-align:center;padding:20px;color:#94a3b8;font-size:.875rem;display:flex;justify-content:center;align-items:center;gap:20px}.style-toggle-btn{padding:8px 16px;background:#fff;color:#5b7fff;border:1px solid #5B7FFF;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.style-toggle-btn:hover{background:#5b7fff;color:#fff}.style-panel{position:fixed;right:20px;bottom:80px;width:320px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;border:1px solid #e2e8f0;padding:20px;z-index:1000}.style-panel h3{margin:0 0 20px;font-size:1.1rem;color:#1a202c;font-weight:600}.style-group{margin-bottom:16px}.style-group label{display:block;margin-bottom:8px;font-size:.875rem;color:#475569;font-weight:500}.style-group select,.style-group input[type=color]{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;background:#fff;cursor:pointer}.style-group input[type=color]{height:40px;padding:4px}.style-group input[type=range]{width:calc(100% - 40px);margin-right:10px}.color-value,.range-value{display:inline-block;margin-left:10px;font-size:.875rem;color:#64748b;font-family:monospace}.style-divider{height:1px;background:#e2e8f0;margin:16px 0}.style-note{margin-top:16px;padding:12px;background:#fef3c7;border-radius:6px;font-size:.8rem;color:#92400e;line-height:1.5}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 968px){.header h1{font-size:1.8rem}.main-content{flex-direction:column;gap:16px}.debug-panel{width:100%!important;border-radius:8px;border:1px solid #e2e8f0;max-height:200px}.resize-handle{display:none}.chat-container{width:100%!important;border-radius:8px;border:1px solid #e2e8f0;min-height:500px}.style-panel{width:calc(100vw - 40px);left:20px;right:20px}}
