:root{--navy:#1f334e;--navy-light:#2a4468;--navy-dark:#152538;--navy-deep:#0e1a2b;--orange:#ee981f;--orange-light:#f5b04e;--orange-dark:#d4850f;--orange-glow:#ee981f26;--orange-glow2:#ee981f14;--bg-primary:#0c1421;--bg-secondary:#111d2e;--bg-card:#162236;--bg-card-hover:#1b2b45;--bg-input:#0e1826;--bg-elevated:#1e3050;--border:#243552;--border-hover:#2e4a6e;--border-accent:#ee981f;--text-primary:#f0f4f8;--text-secondary:#94a3b8;--text-muted:#5a7091;--success:#34d399;--success-bg:#34d3991a;--warning:#fbbf24;--warning-bg:#fbbf241a;--danger:#f87171;--danger-bg:#f871711a;--info:#60a5fa;--info-bg:#60a5fa1a;--gradient-brand:linear-gradient(135deg, #ee981f 0%, #d4850f 100%);--gradient-navy:linear-gradient(135deg, #1f334e 0%, #0e1a2b 100%);--gradient-glow:linear-gradient(135deg, #ee981f 0%, #f5b04e 100%);--radius:12px;--radius-sm:8px;--radius-lg:16px;--shadow:0 4px 24px #00000059;--shadow-lg:0 8px 40px #0006;--transition:.2s ease}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg-primary);color:var(--text-primary);font-family:Inter,-apple-system,sans-serif;line-height:1.6}.app{flex-direction:column;min-height:100vh;display:flex}.header{background:var(--navy-dark);border-bottom:1px solid var(--border);z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#152538d9;justify-content:space-between;align-items:center;height:60px;padding:0 2rem;display:flex;position:sticky;top:0}.header-logo{cursor:pointer;align-items:center;gap:.75rem;text-decoration:none;display:flex}.header-logo img{width:auto;height:28px}.header-logo span{color:var(--text-muted);letter-spacing:1.5px;text-transform:uppercase;font-size:.75rem;font-weight:500}.header-nav{gap:.25rem;display:flex}.header-nav button{color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background:0 0;border:1px solid #0000;padding:.4rem 1rem;font-size:.8rem;font-weight:500}.header-nav button:hover{color:var(--text-primary);background:#ee981f14}.header-nav button.active{color:var(--orange);background:var(--orange-glow2);border-color:#ee981f4d}.header-user{align-items:center;gap:.5rem;display:flex}.main-content{flex:1;width:100%;max-width:1440px;margin:0 auto;padding:2rem}.page-title{letter-spacing:-.3px;margin-bottom:1.5rem;font-size:1.4rem;font-weight:700}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);padding:1.5rem}.card:hover{border-color:var(--border-hover);background:var(--bg-card-hover)}.card-active{border-color:var(--orange);box-shadow:0 0 20px var(--orange-glow)}.badge{letter-spacing:.3px;border-radius:20px;align-items:center;padding:.2rem .65rem;font-size:.7rem;font-weight:600;display:inline-flex}.badge-pending{background:var(--warning-bg);color:var(--warning)}.badge-enriched{background:var(--info-bg);color:var(--info)}.badge-optimized{background:var(--success-bg);color:var(--success)}.badge-optimizing{background:var(--orange-glow);color:var(--orange)}.badge-approved{background:var(--success-bg);color:var(--success);border:1px solid #34d3994d}.badge-error{background:var(--danger-bg);color:var(--danger)}.btn{border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);letter-spacing:.2px;border:none;align-items:center;gap:.5rem;padding:.55rem 1.2rem;font-size:.82rem;font-weight:600;display:inline-flex}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--orange);color:var(--navy-dark)}.btn-primary:hover:not(:disabled){background:var(--orange-light);box-shadow:0 0 24px var(--orange-glow)}.btn-secondary{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){border-color:var(--orange);color:var(--orange)}.btn-ghost{color:var(--text-secondary);background:0 0;border:1px solid #0000}.btn-ghost:hover{color:var(--orange)}.btn-danger{background:var(--danger-bg);color:var(--danger);border:1px solid #0000}.btn-danger:hover{border-color:var(--danger)}.btn-sm{padding:.3rem .75rem;font-size:.75rem}.btn-gradient{background:var(--gradient-brand);color:var(--navy-dark);font-weight:700}.btn-gradient:hover:not(:disabled){box-shadow:0 0 30px var(--orange-glow)}.btn-approve{background:var(--success-bg);color:var(--success);border:1px solid #0000}.btn-approve:hover{border-color:var(--success)}.table-wrapper{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.82rem}th{background:var(--navy-dark);text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.6px;border-bottom:1px solid var(--border);white-space:nowrap;padding:.7rem 1rem;font-size:.68rem;font-weight:600}td{vertical-align:top;border-bottom:1px solid #24355280;padding:.65rem 1rem}tr:hover td{background:var(--bg-card-hover)}tr:last-child td{border-bottom:none}.upload-zone{border:2px dashed var(--border);border-radius:var(--radius-lg);text-align:center;cursor:pointer;transition:var(--transition);background:var(--bg-card);padding:3rem 2rem}.upload-zone:hover,.upload-zone.dragging{border-color:var(--orange);background:var(--orange-glow2);box-shadow:0 0 40px var(--orange-glow)}.upload-icon{margin-bottom:1rem;font-size:3rem}.upload-text{color:var(--text-secondary);font-size:.9rem}.upload-hint{color:var(--text-muted);margin-top:.5rem;font-size:.8rem}.stats-row{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex:1;min-width:130px;padding:.9rem 1.3rem}.stat-value{font-size:1.6rem;font-weight:700}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-top:.1rem;font-size:.68rem}.toolbar{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:1.5rem;display:flex}.toolbar-spacer{flex:1}.progress-bar{background:var(--bg-input);border-radius:3px;height:5px;margin-top:.5rem;overflow:hidden}.progress-fill{background:var(--gradient-brand);border-radius:3px;height:100%;transition:width .5s}.pipeline-container{flex-direction:column;justify-content:center;align-items:center;min-height:70vh;padding:2rem;display:flex}.pipeline-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:700px;box-shadow:var(--shadow-lg);padding:2.5rem 3rem}.pipeline-header{text-align:center;margin-bottom:2rem}.pipeline-header h2{margin-bottom:.3rem;font-size:1.3rem;font-weight:700}.pipeline-header p{color:var(--text-muted);font-size:.85rem}.pipeline-steps{flex-direction:column;gap:0;display:flex;position:relative}.pipeline-step{align-items:flex-start;gap:1rem;padding:.8rem 0;display:flex;position:relative}.pipeline-step-icon{border:2px solid var(--border);background:var(--bg-input);width:32px;height:32px;color:var(--text-muted);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;transition:all .3s;display:flex}.pipeline-step.completed .pipeline-step-icon{background:var(--success);border-color:var(--success);color:var(--navy-dark)}.pipeline-step.active .pipeline-step-icon{background:var(--orange);border-color:var(--orange);color:var(--navy-dark);box-shadow:0 0 16px var(--orange-glow);animation:2s ease-in-out infinite pulse-icon}@keyframes pulse-icon{0%,to{box-shadow:0 0 8px var(--orange-glow)}50%{box-shadow:0 0 24px #ee981f66}}.pipeline-step-content{flex:1;padding-top:.15rem}.pipeline-step-title{color:var(--text-muted);font-size:.85rem;font-weight:600;transition:color .3s}.pipeline-step.completed .pipeline-step-title{color:var(--success)}.pipeline-step.active .pipeline-step-title{color:var(--text-primary)}.pipeline-step-detail{color:var(--text-muted);margin-top:.15rem;font-size:.75rem}.pipeline-step.active .pipeline-step-detail{color:var(--text-secondary)}.pipeline-step-connector{background:var(--border);width:2px;position:absolute;top:44px;bottom:-12px;left:15px}.pipeline-step.completed .pipeline-step-connector{background:var(--success)}.pipeline-step:last-child .pipeline-step-connector{display:none}.pipeline-progress{text-align:center;margin-top:1.5rem}.pipeline-progress-bar{background:var(--bg-input);border-radius:4px;height:8px;margin-bottom:.8rem;overflow:hidden}.pipeline-progress-fill{background:var(--gradient-brand);border-radius:4px;height:100%;transition:width .8s}.pipeline-progress-text{color:var(--text-secondary);font-size:.8rem}.pipeline-progress-text strong{color:var(--orange)}.pipeline-log{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);max-height:180px;color:var(--text-muted);margin-top:1.5rem;padding:.8rem;font-family:JetBrains Mono,Courier New,monospace;font-size:.7rem;line-height:1.7;overflow-y:auto}.pipeline-log div{white-space:nowrap}.pipeline-log .log-success{color:var(--success)}.pipeline-log .log-error{color:var(--danger)}.pipeline-log .log-active{color:var(--orange)}.detail-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.detail-full{grid-column:1/-1}.section-title{text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted);margin-bottom:.8rem;font-size:.75rem;font-weight:700}.bullet-list{list-style:none}.bullet-list li{border-left:3px solid var(--border);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:#00000026;margin-bottom:.4rem;padding:.55rem .8rem;font-size:.82rem;line-height:1.55}.bullet-list li.optimized{border-left-color:var(--orange);background:var(--orange-glow2)}.diff-highlight{background:#ee981f26;border-radius:3px;padding:.1rem .3rem}.template-text{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);white-space:pre-wrap;word-break:break-word;padding:1rem;font-family:JetBrains Mono,Courier New,monospace;font-size:.82rem;line-height:1.6}.placeholder{color:var(--orange);font-weight:700}.token-grid{grid-template-columns:1fr 1fr;gap:.4rem;display:grid}.token-item{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .8rem}.token-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;font-size:.65rem}.token-value{margin-top:.15rem;font-size:.82rem}.editable{cursor:text;transition:var(--transition);border-radius:var(--radius-sm);position:relative}.editable:hover{background:var(--orange-glow2);outline:1px dashed var(--orange);outline-offset:2px}.editable-input{background:var(--bg-input);border:1px solid var(--orange);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);font-family:inherit;font-size:inherit;resize:vertical;outline:none;padding:.5rem .7rem}.editable-input:focus{box-shadow:0 0 0 3px var(--orange-glow)}.approve-toggle{cursor:pointer;transition:var(--transition);border:1px solid var(--border);color:var(--text-muted);background:0 0;border-radius:20px;align-items:center;gap:.4rem;padding:.25rem .6rem;font-size:.72rem;font-weight:600;display:inline-flex}.approve-toggle.approved{background:var(--success-bg);color:var(--success);border-color:#34d3994d}.approve-toggle:hover{border-color:var(--success)}.rationale-toggle{color:var(--text-muted);cursor:pointer;transition:var(--transition);align-items:center;gap:.3rem;margin-top:.3rem;font-size:.72rem;display:inline-flex}.rationale-toggle:hover{color:var(--orange)}.rationale-content{color:var(--text-secondary);background:var(--bg-input);border-radius:var(--radius-sm);border-left:2px solid var(--orange);margin-top:.3rem;padding:.5rem .7rem;font-size:.78rem;line-height:1.5}.loading{text-align:center;color:var(--text-muted);padding:3rem}.spinner{border:2px solid var(--border);border-top-color:var(--orange);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;color:var(--text-muted);padding:4rem 2rem}.empty-state-icon{opacity:.4;margin-bottom:1rem;font-size:3.5rem}.back-link{color:var(--text-secondary);cursor:pointer;transition:var(--transition);align-items:center;gap:.3rem;margin-bottom:1rem;font-size:.82rem;display:inline-flex}.back-link:hover{color:var(--orange)}.meta-info{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-bottom:1rem;display:flex}.meta-item{color:var(--text-secondary);font-size:.78rem}.meta-item strong{color:var(--text-primary)}.category-warning{color:var(--warning);cursor:help;align-items:center;gap:.3rem;font-size:.75rem;display:inline-flex}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.3s both fadeIn}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-up{animation:.4s both slideUp}
