@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--primary: #0f172a;--primary-light: #1e293b;--accent: #10b981;--accent-glow: rgba(16, 185, 129, .2);--royal: #3b82f6;--royal-glow: rgba(59, 130, 246, .2);--bg: #f8fafc;--surface: rgba(255, 255, 255, .7);--surface-solid: #ffffff;--text: #0f172a;--text-muted: #64748b;--border: rgba(226, 232, 240, .8);--glass-border: rgba(255, 255, 255, .4);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 32px}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:Inter,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}h1,h2,h3,h4,.outfit{font-family:Outfit,sans-serif}.glass{background:var(--surface);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border)}.app-shell{min-height:100vh;display:flex;flex-direction:column;position:relative}.bg-orb{position:fixed;border-radius:50%;filter:blur(80px);z-index:-1;opacity:.4}.bg-orb-a{width:500px;height:500px;top:-100px;right:-100px;background:radial-gradient(circle,var(--accent) 0%,transparent 70%)}.bg-orb-b{width:600px;height:600px;bottom:-150px;left:-150px;background:radial-gradient(circle,var(--royal) 0%,transparent 70%)}.auth-stage{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:linear-gradient(135deg,#e8f0fe,#f0f4ff,#e8f5e9);background-size:cover}.split-card{display:flex;width:100%;max-width:1100px;min-height:650px;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl);background:#ffffffd9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--glass-border)}.split-left{flex:1;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);padding:4rem;display:flex;flex-direction:column;justify-content:center;color:#fff;position:relative;overflow:hidden}.split-left:after{content:"";position:absolute;top:-10%;right:-10%;width:40%;height:40%;background:var(--accent);filter:blur(100px);opacity:.2}.split-logo{width:64px;height:64px;margin-bottom:2rem;background:#fff;padding:12px;border-radius:16px;box-shadow:0 8px 32px #0003}.split-logo img{width:100%;height:100%;object-fit:contain}.split-kicker{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:700;color:var(--accent);margin-bottom:1rem}.split-copy h1{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.split-copy p{font-size:1.1rem;color:var(--text-muted);max-width:400px;color:#ffffffb3}.split-foot{margin-top:auto;font-size:.8rem;color:#fff6}.split-right{flex:1;padding:4rem;display:flex;flex-direction:column;justify-content:center;background:#fff}.auth-card-header h2{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--primary)}.auth-card-header .eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:600;color:var(--text-muted);margin-bottom:.5rem;display:block}.auth-form{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.auth-form label{display:flex;flex-direction:column;gap:.5rem}.auth-form input{padding:1rem 1.25rem;border-radius:var(--radius-md);border:1px solid var(--border);background:#f1f5f9;font-size:1rem;transition:all .2s;width:100%}.auth-form input:focus{outline:none;border-color:var(--accent);background:#fff;box-shadow:0 0 0 4px var(--accent-glow)}.primary-btn{padding:1rem 2rem;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--accent) 0%,#059669 100%);color:#fff;font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:all .3s;box-shadow:0 10px 15px -3px #10b98166}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #10b98166}.input-with-icon{position:relative;width:100%}.input-with-icon svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;z-index:5}.input-with-icon input{width:100%!important;padding-left:3rem!important}.primary-btn.wide-btn{width:100%;margin-top:1rem}.signup-text{margin-top:2rem;text-align:center;font-size:.875rem;color:var(--text-muted)}.signup-text a{color:var(--accent);font-weight:600;text-decoration:none}.dashboard-layout{display:flex;flex:1;min-height:100vh;background:var(--bg)}.sidebar{width:280px;background:var(--primary);color:#fff;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:2rem;position:fixed;left:0;top:0;height:100vh;z-index:100;box-shadow:var(--shadow-xl)}.sidebar-brand{display:flex;align-items:center;gap:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-brand img{width:40px;height:40px;background:#fff;padding:6px;border-radius:10px}.sidebar-brand strong{font-size:1.25rem;font-family:Outfit,sans-serif;letter-spacing:-.02em}.sidebar-brand p{font-size:.75rem;color:var(--accent);font-weight:600;text-transform:uppercase;letter-spacing:.1em}.user-card{padding:1rem;background:#ffffff0d;border-radius:var(--radius-md);display:flex;align-items:center;gap:1rem}.user-avatar{width:40px;height:40px;background:linear-gradient(135deg,var(--accent) 0%,var(--royal) 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.8rem}.user-card strong{display:block;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.user-card p{font-size:.75rem;color:var(--text-muted);text-transform:capitalize}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem}.nav-pill{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:var(--radius-md);color:#fff9;text-decoration:none;font-weight:500;transition:all .2s;background:transparent;border:none;width:100%;text-align:left;cursor:pointer}.nav-pill:hover{background:#ffffff0d;color:#fff}.nav-pill.active{background:var(--accent);color:#fff;box-shadow:0 4px 12px #10b9814d}.logout-btn{margin-top:auto;color:#fca5a5;background:#ef44441a;justify-content:center}.logout-btn:hover{background:#ef444433;color:#f87171}.workspace{flex:1;padding:2rem;margin-left:280px;display:flex;flex-direction:column;gap:2rem;max-width:100%}.topbar{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm);border:1px solid var(--border)}.topbar-content .eyebrow{font-size:.8rem;font-weight:700;text-transform:uppercase;color:var(--accent);letter-spacing:.1em;margin-bottom:.5rem;display:block}.topbar h1{font-size:2.5rem;font-weight:800;color:var(--primary);line-height:1}.topbar p{color:var(--text-muted);margin-top:.5rem}.status-chip{padding:.5rem 1rem;border-radius:999px;background:#ecfdf5;color:#059669;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;border:1px solid #d1fae5}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.metric-card{padding:1.5rem;border-radius:var(--radius-lg);background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.5rem;transition:transform .2s}.metric-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.metric-card span{font-size:.875rem;color:var(--text-muted);font-weight:500}.metric-card strong{font-size:1.75rem;font-weight:800;color:var(--primary)}.content-card{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);padding:2rem;min-height:600px}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.section-head h2{font-size:1.75rem;font-weight:700}.mini-badge{font-size:.75rem;font-weight:600;padding:.35rem .75rem;border-radius:999px}.mini-badge.good{background:#d1fae5;color:#059669}.mini-badge.muted{background:#f1f5f9;color:#64748b}.po-inward-wizard{max-width:1200px;margin:0 auto;padding:1.5rem}.wizard-progress{display:flex;justify-content:space-between;margin-bottom:2.5rem;position:relative;max-width:700px;margin-left:auto;margin-right:auto}.progress-step{display:flex;flex-direction:column;align-items:center;z-index:2;position:relative;flex:1}.step-num{width:36px;height:36px;border-radius:50%;background:#f8fafc;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#94a3b8;transition:all .3s ease}.progress-step.active .step-num{border-color:#3b82f6;color:#3b82f6;background:#eff6ff;box-shadow:0 0 15px #3b82f633}.progress-step.complete .step-num{background:#3b82f6;border-color:#3b82f6;color:#fff}.step-line{position:absolute;top:18px;left:50%;width:100%;height:2px;background:#e2e8f0;z-index:-1}.progress-step.complete .step-line{background:#3b82f6}.step-label{margin-top:.5rem;font-size:.8rem;font-weight:600;color:#94a3b8}.progress-step.active .step-label{color:#1e293b}.wizard-content{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d;border:1px solid #f1f5f9;min-height:450px;padding:2rem;position:relative}.wizard-header{margin-bottom:2rem;text-align:center}.wizard-header h3{font-size:1.5rem;margin:.5rem 0;color:#1e293b}.wizard-header p{color:#64748b;font-size:.9rem}.selection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.select-card{background:#f8fafc;border:1px solid #e2e8f0;padding:1.25rem;border-radius:12px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s ease;color:#1e293b;text-align:left;width:100%}.select-card:hover{background:#fff;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 16px #00000014}.select-card strong{font-size:1rem}.back-btn{display:flex;align-items:center;gap:.4rem;color:#64748b;background:none;border:none;cursor:pointer;margin-bottom:1rem;font-size:.9rem;transition:color .2s}.back-btn:hover{color:#1e293b}.lines-list{display:flex;flex-direction:column;gap:.75rem}.line-item-card{background:#f8fafc;border:1px solid #e2e8f0;padding:1rem 1.25rem;border-radius:12px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s;color:#1e293b;width:100%}.line-item-card:hover{background:#fff;border-color:#3b82f6}.line-info strong{display:block;font-size:1rem;color:#1e293b}.line-info span{color:#64748b;font-size:.85rem}.qty-pill{background:#eff6ff;color:#3b82f6;padding:.3rem .7rem;border-radius:12px;font-size:.8rem;font-weight:600;border:1px solid #dbeafe}.v3-config-panel{padding:1.5rem 2rem;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d;border:1px solid #f1f5f9;margin-bottom:2rem}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.header-title{display:flex;gap:1rem;align-items:center}.header-title h3{font-size:1.25rem;font-weight:800;margin:0;color:#1e293b}.header-title p{font-size:.85rem;color:#64748b;margin:0}.v3-mode-pills{display:flex;gap:.5rem;background:#f1f5f9;padding:.4rem;border-radius:12px}.v3-mode-pills button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;border:none;background:transparent;font-size:.8rem;font-weight:700;color:#64748b;cursor:pointer;transition:all .2s}.v3-mode-pills button.active{background:#fff;color:#3b82f6;box-shadow:0 2px 4px #0000000d}.config-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.v3-input-box .label{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:800;color:#64748b;margin-bottom:.5rem;text-transform:uppercase}.v3-input-box input{width:100%;padding:.8rem 1.2rem;border-radius:12px;border:1.5px solid #e2e8f0;background:#f8fafc;font-weight:600;transition:all .2s;color:#1e293b}.v3-input-box input:focus{border-color:#3b82f6;background:#fff;outline:none;box-shadow:0 0 0 4px #3b82f61a}.v3-outward-main{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start}.v3-processing-card{background:#fff;border-radius:24px;border:1px solid #f1f5f9;padding:2.5rem;min-height:450px;display:flex;flex-direction:column;box-shadow:0 4px 25px #0000000a}.v3-big-scan-input{display:flex;align-items:center;gap:1.5rem;background:#f8fafc;border:2.5px solid #e2e8f0;padding:1.5rem 2rem;border-radius:24px;transition:all .3s}.v3-big-scan-input.error{border-color:#ef4444;background:#fef2f2}.v3-big-scan-input.locked{opacity:.5;cursor:not-allowed;pointer-events:none}.v3-big-scan-input:focus-within:not(.locked){border-color:#3b82f6;background:#fff;box-shadow:0 0 0 5px #3b82f61a}.v3-big-scan-input input{flex:1;border:none;background:transparent;font-size:1.8rem;font-weight:900;outline:none;color:#1e293b}.v3-error-toast{margin-top:1rem;background:#fef2f2;color:#dc2626;padding:.75rem 1.25rem;border-radius:12px;font-size:.85rem;font-weight:700;display:flex;align-items:center;gap:.6rem;border:1px solid #fee2e2}.v3-hint{margin-top:1rem;font-size:.85rem;color:#64748b;font-weight:600;text-align:center}.v3-dispatch-btn{margin-top:2rem;padding:1.25rem;font-size:1.1rem;border-radius:16px;background:#3b82f6;color:#fff;border:none;font-weight:800;cursor:pointer;transition:all .2s;width:100%}.v3-dispatch-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.v3-out-stats{margin-top:auto;display:flex;gap:1.5rem;padding-top:2rem;border-top:1px solid #f1f5f9}.out-stat{flex:1;background:#f8fafc;padding:1rem 1.5rem;border-radius:16px;border:1px solid #e2e8f0}.out-stat span{display:block;font-size:.7rem;font-weight:900;color:#94a3b8;text-transform:uppercase;margin-bottom:.4rem}.out-stat strong{font-size:1.5rem;font-weight:900;color:#1e293b}.v3-outward-sidebar{background:#fff;border-radius:24px;border:1px solid #f1f5f9;display:flex;flex-direction:column;height:550px;padding:1.5rem;box-shadow:0 4px 20px #0000000a}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9;color:#475569}.v3-stream-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.v3-stream-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid #f1f5f9;transition:all .2s}.item-info strong{display:block;font-size:.9rem;color:#1e293b}.item-info span{font-size:.7rem;color:#94a3b8;font-weight:600}.v3-empty-stream{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#cbd5e1;opacity:.6}.table-wrap{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.data-table{width:100%;border-collapse:collapse}.data-table th{background:#f8fafc;padding:1rem;text-align:left;font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border)}.data-table td{padding:1rem;border-bottom:1px solid var(--border);font-size:.875rem}.data-table tr:hover{background:#f1f5f9}.type-pill{padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase}.type-pill.model{background:#dbeafe;color:#1d4ed8}.type-pill.color{background:#fef3c7;color:#b45309}.type-pill.storage{background:#f3e8ff;color:#7e22ce}.type-pill.specs{background:#ffedd5;color:#c2410c}input,select{font-family:inherit}.master-toolbar{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.master-form{display:flex;gap:1rem;align-items:flex-end;background:#f8fafc;padding:1.5rem;border-radius:var(--radius-md);border:1px solid var(--border)}.master-form label{flex:1}.master-form span{display:block;font-size:.75rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase;color:var(--text-muted)}.master-form input,.master-form select{width:100%;padding:.75rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border);font-size:.875rem}.search-box input{padding:.75rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border);width:300px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.workspace>*{animation:fadeIn .4s ease-out forwards}@media (max-width: 1024px){.sidebar{width:80px;padding:1.5rem 1rem}.sidebar-brand strong,.sidebar-brand p,.user-card div,.nav-pill span{display:none}.sidebar-brand{justify-content:center}.user-card{justify-content:center;padding:.5rem}.nav-pill{justify-content:center}.workspace{margin-left:80px}}@media (max-width: 768px){.split-card{flex-direction:column}.split-left,.split-right{padding:2rem}.dashboard-layout{flex-direction:column}.sidebar{width:100%;height:auto;position:static;flex-direction:row;align-items:center;padding:1rem}.workspace{margin-left:0;padding:1rem}}
