.card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.card-title{font-size:1.25rem;font-weight:700;color:#1a202c;margin:0 0 1.5rem}.submission-panel form{display:flex;flex-direction:column;gap:.75rem}.content-input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.875rem;resize:vertical;transition:border-color .2s}.content-input:focus{outline:none;border-color:#0080ff}.content-input:disabled{background:#f7fafc;cursor:not-allowed}.character-count{font-size:.75rem;color:#718096;text-align:right}.submit-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#0080ff,#06c);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:transform .2s,opacity .2s}.submit-button:hover:not(:disabled){transform:translateY(-2px)}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.submit-button.success{background:linear-gradient(135deg,#10b981,#059669)}.submit-button.error{background:linear-gradient(135deg,#ef4444,#dc2626)}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sample-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.sample-label{font-size:.875rem;font-weight:600;color:#4a5568;margin:0 0 .75rem}.sample-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.sample-button{padding:.5rem 1rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:.75rem;cursor:pointer;transition:all .2s}.sample-button:hover:not(:disabled){background:#edf2f7;border-color:#cbd5e0}.sample-button:disabled{opacity:.5;cursor:not-allowed}.pipeline-visualizer{min-height:600px}.pipeline-flow{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.pipeline-step{display:flex;gap:1rem;padding:1rem;background:#f7fafc;border-radius:8px;border:2px solid #e2e8f0;opacity:.6;transition:all .3s}.pipeline-step.active{opacity:1;border-color:#667eea;background:#eef2ff;animation:pulse-border 2s ease-in-out infinite}@keyframes pulse-border{0%,to{border-color:#667eea}50%{border-color:#a5b4fc}}.step-icon{flex-shrink:0;width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.step-content{flex:1}.step-title{font-size:1rem;font-weight:600;color:#1a202c;margin:0 0 .25rem}.step-description{font-size:.875rem;color:#4a5568;margin:0}.analysis-list{margin:.5rem 0;padding-left:1.25rem;font-size:.875rem;color:#4a5568}.analysis-list li{margin:.25rem 0}.tech-badge{display:inline-block;margin-top:.5rem;padding:.25rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:4px;font-size:.75rem;font-weight:600;color:#667eea}.endpoint-detail{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.75rem}.endpoint-method{padding:.125rem .5rem;background:#667eea;color:#fff;border-radius:4px;font-weight:600;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.7rem;text-transform:uppercase}.endpoint-path{color:#4a5568;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem}.pipeline-arrow{display:flex;justify-content:center;color:#cbd5e0;margin:-.5rem 0}.pipeline-features{padding-top:1.5rem;border-top:1px solid #e2e8f0}.features-title{font-size:1rem;font-weight:600;color:#1a202c;margin:0 0 1rem}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.feature-item{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#f7fafc;border-radius:6px;font-size:.875rem;font-weight:500;color:#4a5568}.feature-icon{font-size:1.25rem}.payload-toggle{display:flex;align-items:center;gap:.375rem;margin-top:.75rem;padding:.5rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.75rem;font-weight:500;color:#667eea;cursor:pointer;transition:all .2s;font-family:inherit}.payload-toggle:hover{background:#f7fafc;border-color:#667eea;color:#5568d3}.payload-toggle:active{transform:scale(.98)}.payload-display{margin-top:.75rem;padding:.75rem;background:#1a202c;border-radius:6px;border:1px solid #2d3748;overflow-x:auto;max-width:600px}.payload-content{margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.7rem;line-height:1.5;color:#e2e8f0;white-space:pre;overflow-x:auto}.results-feed{max-height:800px;display:flex;flex-direction:column}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#94a3b8;text-align:center}.empty-state svg{margin-bottom:1rem;color:#cbd5e0}.empty-state p{margin:.5rem 0}.empty-hint{font-size:.875rem;color:#cbd5e0}.results-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.result-card{padding:1rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.decision-badge{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:600}.processing-time{font-size:.75rem;color:#718096;font-weight:600}.result-metrics{display:flex;flex-direction:column;gap:.75rem}.metric{display:flex;flex-direction:column;gap:.25rem}.metric-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.metric-value{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.toxic{color:#dc2626;font-weight:600}.safe{color:#059669;font-weight:600}.confidence{font-size:.75rem;color:#94a3b8}.sentiment{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.sentiment-positive{background:#d1fae5;color:#065f46}.sentiment-negative{background:#fee2e2;color:#991b1b}.sentiment-neutral{background:#e0e7ff;color:#3730a3}.categories,.topics{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.375rem}.category-badge,.topic-badge{padding:.25rem .5rem;background:#fff;border:1px solid #e2e8f0;border-radius:4px;font-size:.75rem;color:#4a5568}.result-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0;font-size:.75rem;color:#94a3b8}.result-id{font-family:Monaco,Courier New,monospace}.metrics-dashboard{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.metrics-dashboard .card-title{color:#fff}.metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.metric-card{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;border:1px solid rgba(255,255,255,.2)}.metric-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.metric-info{flex:1}.metric-value{font-size:1.5rem;font-weight:700;line-height:1;margin-bottom:.25rem}.metric-name{font-size:.75rem;opacity:.9}.decision-breakdown{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2)}.breakdown-title{font-size:.875rem;font-weight:600;margin:0 0 1rem;opacity:.9}.breakdown-bars{display:flex;flex-direction:column;gap:.75rem}.breakdown-row{display:grid;grid-template-columns:80px 1fr 40px;align-items:center;gap:.75rem}.breakdown-label{font-size:.875rem;font-weight:500}.breakdown-bar{height:8px;background:#fff3;border-radius:4px;overflow:hidden}.breakdown-fill{height:100%;transition:width .3s ease;border-radius:4px}.breakdown-fill.approved{background:#10b981}.breakdown-fill.rejected{background:#ef4444}.breakdown-fill.review{background:#f59e0b}.breakdown-count{font-size:.875rem;font-weight:600;text-align:right}.header{background:#0080ff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);box-shadow:0 4px 6px #0000001a;padding:1.5rem 2rem}.header-content{max-width:1800px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:1rem}.header-icon{color:#fff}.header-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.header-subtitle{font-size:.875rem;color:#ffffffe6;margin:.25rem 0 0}.header-right{display:flex;align-items:center;gap:1rem}.status-indicator{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600}.status-indicator.connected{background:#d1fae5;color:#065f46}.status-indicator.disconnected{background:#fee2e2;color:#991b1b}.status-dot{width:8px;height:8px;border-radius:50%;animation:pulse 2s ease-in-out infinite}.status-indicator.connected .status-dot{background:#10b981}.status-indicator.disconnected .status-dot{background:#ef4444}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){.header{padding:1rem}.header-content{flex-direction:column;gap:1rem}.header-title{font-size:1.25rem}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:2rem;max-width:1800px;margin:0 auto;width:100%;background:#fffffff2;min-height:calc(100vh - 100px)}.grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}.column{display:flex;flex-direction:column;gap:2rem}@media (max-width: 1400px){.grid-layout{grid-template-columns:1fr}}@media (max-width: 768px){.main-content{padding:1rem}.column{gap:1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fffffff2;min-height:100vh}#root{min-height:100vh}code{font-family:Monaco,Courier New,monospace}
