*{margin:0;padding:0;box-sizing:border-box}:root{--navy: #0f1b2d;--navy-light: #1a2d47;--blue: #3b82f6;--blue-hover: #2563eb;--blue-soft: rgba(59, 130, 246, .1);--red: #dc2626;--red-soft: #fef2f2;--green: #16a34a;--green-soft: #f0fdf4;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-700: #334155;--gray-900: #0f172a;--radius: 6px;--shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;color:var(--gray-900);background-color:var(--gray-100)}body{min-height:100vh}.loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.1rem;color:var(--gray-500)}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%)}.login-form{background:#fff;padding:2.5rem 2rem 2rem;border-radius:8px;box-shadow:var(--shadow-md);width:100%;max-width:400px}.login-brand{text-align:center;margin-bottom:1.75rem}.login-logo{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;background:var(--navy);color:#fff;font-size:1.5rem;font-weight:700;border-radius:10px;margin-bottom:.75rem}.login-brand h1{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.15rem}.login-subtitle{font-size:.9rem;color:var(--gray-500)}.login-form label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.3rem;color:var(--gray-700)}.login-form input[type=email],.login-form input[type=password]{display:block;width:100%;padding:.6rem .75rem;margin-bottom:1rem;border:1px solid var(--gray-300);border-radius:var(--radius);font-size:.95rem;font-family:inherit;color:var(--gray-900);background:#fff}.login-form input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft)}.login-form input::placeholder{color:var(--gray-400)}.login-form>button[type=submit]{display:block;width:100%;padding:.7rem;background:var(--blue);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:var(--radius);cursor:pointer;margin-top:.5rem}.login-form>button[type=submit]:hover{background:var(--blue-hover)}.login-form>button[type=submit]:disabled{background:var(--gray-300);cursor:not-allowed}.login-error{background:var(--red-soft);color:var(--red);padding:.6rem .75rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.88rem;border:1px solid #fecaca}.topbar{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:56px;background:var(--navy);color:#fff}.topbar-brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:#fff}.topbar-logo{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--blue);color:#fff;font-weight:700;font-size:.95rem;border-radius:6px}.topbar-title{font-weight:600;font-size:1rem}.topbar-right{display:flex;align-items:center;gap:1.25rem;font-size:.88rem}.topbar-link{color:var(--gray-300);text-decoration:none;font-weight:500;padding:.25rem 0;border-bottom:2px solid transparent}.topbar-link:hover{color:#fff}.topbar-link-active{color:#fff;border-bottom-color:var(--blue)}.topbar-user{color:var(--gray-300)}.topbar-logout{background:transparent;color:var(--gray-300);border:1px solid var(--gray-500);padding:.3rem .7rem;border-radius:var(--radius);font-size:.82rem;cursor:pointer;font-family:inherit}.topbar-logout:hover{color:#fff;border-color:var(--gray-300)}.app-layout{display:flex;min-height:calc(100vh - 56px)}.app-main{flex:1;overflow-y:auto;min-width:0}.sidebar{width:240px;flex-shrink:0;background:#fff;border-right:1px solid var(--gray-200);overflow-y:auto;display:flex;flex-direction:column;padding:.5rem 0}.sidebar-home{display:block;padding:.6rem 1rem;font-size:.9rem;font-weight:600;color:var(--gray-700);text-decoration:none;border-left:3px solid transparent}.sidebar-home:hover{background:var(--gray-50)}.sidebar-section{display:flex;flex-direction:column;margin-top:.25rem}.sidebar-heading{display:block;padding:.5rem 1rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--gray-500);text-decoration:none;border-left:3px solid transparent}.sidebar-heading:hover{color:var(--gray-700);background:var(--gray-50)}.sidebar-heading-label{cursor:default}.sidebar-heading-label:hover{background:transparent}.sidebar-heading-active{color:var(--blue);background:var(--blue-soft);border-left-color:var(--blue)}.sidebar-link{display:block;padding:.4rem 1rem .4rem 1.75rem;font-size:.85rem;font-weight:500;color:var(--gray-600, #475569);text-decoration:none;border-left:3px solid transparent}.sidebar-link:hover{background:var(--gray-50);color:var(--gray-900)}.sidebar-link-active{background:var(--blue-soft);border-left-color:var(--blue);color:var(--blue);font-weight:600}.sidebar-link-nested{padding-left:2.5rem}.sidebar-link-muted{color:var(--gray-400);font-style:italic;cursor:default}.sidebar-link-muted:hover{background:transparent;color:var(--gray-400)}.sidebar-subgroup{margin:0}.sidebar-subgroup-row{display:flex;align-items:center;justify-content:space-between;padding:.4rem .75rem .4rem 1.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}.sidebar-subgroup-row:hover{background:var(--gray-50)}.sidebar-subgroup-label{font-size:.85rem;font-weight:500;color:var(--gray-600, #475569)}.sidebar-subgroup-label.sidebar-link-active{background:none;border-left-color:transparent;color:var(--blue);font-weight:600}.sidebar-chevron-sm{font-size:.55rem}@media(max-width:768px){.sidebar{display:none}.app-main{width:100%}}.page-content{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.page-content h2{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.25rem}.page-subtitle{color:var(--gray-500);margin-bottom:1.75rem}.page-breadcrumb{font-size:.85rem;margin-bottom:1rem;color:var(--gray-500)}.page-breadcrumb a{color:var(--blue);text-decoration:none}.page-breadcrumb a:hover{text-decoration:underline}.breadcrumb-sep{margin:0 .4rem}.page-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.app-card{display:flex;gap:1rem;background:#fff;border:1px solid var(--gray-200);border-radius:8px;padding:1.25rem;text-decoration:none;color:inherit;box-shadow:var(--shadow);transition:box-shadow .15s,border-color .15s}.app-card:hover{box-shadow:var(--shadow-md);border-color:var(--blue)}.app-card-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--blue-soft);color:var(--blue);font-weight:700;font-size:1.1rem;border-radius:10px}.app-card-admin .app-card-icon{background:var(--navy);color:#fff}.app-card-body h3{font-size:1rem;font-weight:600;margin-bottom:.2rem}.app-card-body p{font-size:.85rem;color:var(--gray-500);line-height:1.45}.empty-state{background:#fff;border:1px dashed var(--gray-300);border-radius:8px;padding:2.5rem;text-align:center;color:var(--gray-500)}.table-wrap{background:#fff;border:1px solid var(--gray-200);border-radius:8px;overflow-x:auto;box-shadow:var(--shadow)}.data-table{width:100%;border-collapse:collapse;font-size:.9rem}.data-table th{text-align:left;padding:.75rem 1rem;font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.data-table td{padding:.75rem 1rem;border-bottom:1px solid var(--gray-100);vertical-align:middle}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:var(--gray-50)}.row-inactive td{color:var(--gray-400)}.error-badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.72rem;font-weight:600;line-height:1.4;white-space:nowrap;border:1px solid var(--gray-200);background:var(--gray-100);color:var(--gray-700)}.error-category-chips{display:flex;flex-wrap:wrap;gap:.3rem}.error-badge-category{background:var(--blue-soft);border-color:var(--blue);color:var(--blue-hover)}.error-badge-uncategorized{background:var(--gray-100);border-color:var(--gray-300);color:var(--gray-500)}.error-raw-caption{margin-top:.3rem;font-size:.72rem;font-style:italic;color:var(--gray-500)}.error-raw-details{margin-top:.35rem;font-size:.78rem}.error-raw-details summary{cursor:pointer;color:var(--gray-500);-webkit-user-select:none;user-select:none}.error-raw-text{margin-top:.25rem;color:var(--gray-700);white-space:pre-wrap;word-break:break-word}.action-cell{display:flex;gap:.5rem}.status-badge{display:inline-block;padding:.15rem .6rem;border-radius:999px;font-size:.78rem;font-weight:600}.status-inactive{background:var(--gray-100);color:var(--gray-400)}.btn-primary{display:inline-flex;align-items:center;padding:.5rem 1rem;background:var(--blue);color:#fff;font-size:.88rem;font-weight:600;border:none;border-radius:var(--radius);cursor:pointer;font-family:inherit}.btn-primary:hover{background:var(--blue-hover)}.btn-primary:disabled{background:var(--gray-200);color:var(--gray-500);cursor:not-allowed}.btn-secondary{display:inline-flex;align-items:center;padding:.5rem 1rem;background:#fff;color:var(--gray-700);font-size:.88rem;font-weight:500;border:1px solid var(--gray-300);border-radius:var(--radius);cursor:pointer;font-family:inherit}.btn-secondary:hover{background:var(--gray-50)}.btn-sm{padding:.3rem .65rem;font-size:.8rem;font-weight:500;border:1px solid var(--gray-300);border-radius:var(--radius);background:#fff;cursor:pointer;font-family:inherit;color:var(--gray-700)}.btn-sm:hover{background:var(--gray-50)}.btn-danger{color:var(--red);border-color:var(--red)}.btn-danger:hover{background:var(--red-soft)}.modal-backdrop{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:8px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-md)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--gray-200)}.modal-header h3{font-size:1.05rem;font-weight:600}.modal-close{background:none;border:none;font-size:1.1rem;color:var(--gray-400);cursor:pointer;padding:.25rem;line-height:1}.modal-close:hover{color:var(--gray-700)}.modal form{padding:1.25rem}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--gray-200)}.form-field{margin-bottom:1rem}.form-field label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.3rem;color:var(--gray-700)}.form-field input[type=text],.form-field input[type=email],.form-field input[type=password]{display:block;width:100%;padding:.55rem .7rem;border:1px solid var(--gray-300);border-radius:var(--radius);font-size:.9rem;font-family:inherit;color:var(--gray-900)}.form-field input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft)}.form-row{display:flex;gap:.75rem}.form-row .form-field{flex:1}.checkbox-label.checkbox-label{display:flex;align-items:center;gap:.75rem;font-size:.88rem;font-weight:400;color:var(--gray-900);margin-bottom:0;cursor:pointer}.checkbox-label.checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--blue);margin:0;flex:0 0 auto}.perm-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.35rem}.perm-group{display:flex;flex-direction:column;gap:.4rem}.perm-list-children{display:flex;flex-direction:column;gap:.4rem;margin-left:1.5rem;padding-left:.5rem;border-left:2px solid var(--border, #e5e7eb)}.perm-field{margin-bottom:1rem}.perm-field-label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.3rem;color:var(--gray-700)}.perm-section{display:flex;flex-direction:column;gap:.4rem}.perm-section-heading{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);margin-top:.35rem}.perm-hint{margin:0 0 .15rem;font-size:.75rem;color:var(--gray-500)}.perm-control{display:flex;flex-direction:column;gap:.1rem}.perm-shared-note{font-size:.72rem;color:var(--gray-500);padding-left:1.75rem}.error-banner{background:var(--red-soft);color:var(--red);padding:.75rem 1rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.9rem;border:1px solid #fecaca}.success-banner{background:#d4edda;color:#155724;padding:.75rem 1rem;border-radius:var(--radius);font-size:.9rem;border:1px solid #c3e6cb}.warning-banner{background:#fff3cd;color:#856404;padding:.75rem 1rem;border-radius:var(--radius);font-size:.9rem;border:1px solid #ffeaa7}.upload-card{background:#fff;border:1px solid var(--gray-200);border-radius:8px;padding:1.5rem;box-shadow:var(--shadow)}.upload-fields{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem}.upload-actions{display:flex;gap:.75rem}.dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.75rem 1.25rem;border:2px dashed var(--gray-300);border-radius:8px;background:var(--gray-50);cursor:pointer;transition:border-color .15s,background .15s;min-height:180px}.dropzone:hover{border-color:var(--blue);background:var(--blue-soft)}.dropzone-active{border-color:var(--blue);background:var(--blue-soft);border-style:solid}.dropzone-has-file{border-color:var(--green);border-style:solid;background:var(--green-soft)}.dropzone-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--gray-200);color:var(--gray-500);font-size:1.1rem;margin-bottom:.75rem}.dropzone-has-file .dropzone-icon{background:var(--green);color:#fff}.dropzone-label{font-size:.9rem;font-weight:600;color:var(--gray-700);margin-bottom:.2rem}.dropzone-hint{font-size:.78rem;color:var(--gray-400);margin-bottom:.6rem;max-width:260px;line-height:1.4}.dropzone-cta{font-size:.8rem;color:var(--blue);font-weight:500}.dropzone-file{font-size:.82rem;font-weight:600;color:var(--green);font-family:SF Mono,Cascadia Code,Consolas,monospace;word-break:break-all}.processing-card{display:flex;align-items:center;gap:1.25rem;background:#fff;border:1px solid var(--gray-200);border-radius:8px;padding:2rem 1.5rem;box-shadow:var(--shadow)}.spinner{flex-shrink:0;width:36px;height:36px;border:3px solid var(--gray-200);border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.processing-text{display:flex;flex-direction:column;gap:.15rem}.processing-text strong{font-size:.95rem;color:var(--gray-900)}.processing-text span{font-size:.85rem;color:var(--gray-500)}.results-section{display:flex;flex-direction:column;gap:1.5rem}.results-actions{display:flex;gap:.75rem;align-items:center}.btn-download{padding:.6rem 1.25rem;font-size:.95rem}.results-block{display:flex;flex-direction:column;gap:.75rem}.results-block>h3{font-size:1.05rem;font-weight:600;color:var(--gray-900)}.stat-grid{display:flex;gap:.75rem;flex-wrap:wrap}.stat-card{flex:1;min-width:140px;background:#fff;border:1px solid var(--gray-200);border-radius:8px;padding:1rem 1.25rem;box-shadow:var(--shadow)}.stat-card-accent{background:var(--navy);border-color:var(--navy);color:#fff}.stat-value{font-size:1.75rem;font-weight:700;line-height:1.2}.stat-label{font-size:.75rem;color:var(--gray-500);margin-top:.15rem;line-height:1.3}.stat-card-accent .stat-label{color:var(--gray-300)}.collapsible-header{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:.5rem 0;font-family:inherit;width:100%;text-align:left}.collapsible-header h3{font-size:1.05rem;font-weight:600;color:var(--gray-900);margin:0}.collapse-arrow{font-size:.7rem;color:var(--gray-400);transition:transform .15s;display:inline-block}.collapse-arrow-open{transform:rotate(90deg)}.collapse-count{font-size:.8rem;color:var(--gray-400);margin-left:auto}.mono{font-family:SF Mono,Cascadia Code,Consolas,monospace;font-size:.84rem}.col-num{text-align:right}.text-muted{color:var(--gray-400)}.row-warning{background:#fffbeb}.row-held{background:#eff6ff}.shortage-flag{color:var(--red);font-weight:600;font-size:.82rem}.held-flag{color:var(--blue);font-weight:600;font-size:.78rem}.status-full{background:var(--green-soft);color:var(--green)}.check-icon{margin-right:.2rem}.status-partial{background:#fef9c3;color:#a16207}.status-warning{border:1px solid #d4a017;background:#fdf5d4;color:#8a6d00}.status-badge.status-warning{background:#d4a017;color:#fff}.form-select{display:block;width:100%;padding:.55rem .7rem;border:1px solid var(--gray-300);border-radius:var(--radius);font-size:.9rem;font-family:inherit;color:var(--gray-900);background:#fff;cursor:pointer}.form-select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft)}.form-textarea{display:block;width:100%;padding:.55rem .7rem;border:1px solid var(--gray-300);border-radius:var(--radius);font-size:.9rem;font-family:inherit;color:var(--gray-900);background:#fff;resize:vertical;min-height:60px}.form-textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft)}.form-input{display:block;width:100%;padding:.55rem .7rem;border:1px solid var(--gray-300);border-radius:var(--radius);font-size:.9rem;font-family:inherit;color:var(--gray-900);background:#fff}.form-input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft)}.modal-wide{max-width:600px}.brand-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem}.brand-card{background:#fff;border:1px solid var(--gray-200);border-radius:8px;padding:1.25rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.75rem}.brand-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.brand-card-name{font-size:1.05rem;font-weight:600;color:var(--gray-900);margin:0}.brand-card-provider{font-size:.78rem;font-weight:500;color:var(--gray-500);background:var(--gray-100);padding:.2rem .6rem;border-radius:999px;white-space:nowrap}.brand-card-voice{font-size:.85rem;color:var(--gray-500);line-height:1.45;margin:0}.brand-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.5rem;border-top:1px solid var(--gray-100)}.brand-card-date{font-size:.78rem;color:var(--gray-400)}.brand-card-actions{display:flex;gap:.5rem}.provider-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.provider-card{background:#fff;border:1px solid var(--gray-200);border-radius:8px;box-shadow:var(--shadow);overflow:hidden}.provider-card-header{display:flex;align-items:center;gap:.75rem;padding:1.25rem;border-bottom:1px solid var(--gray-100)}.provider-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;color:#fff;font-weight:700;font-size:1.1rem}.provider-title{display:flex;align-items:center;gap:.65rem}.provider-title h3{font-size:1.05rem;font-weight:600;margin:0}.provider-card-body{padding:1.25rem;display:flex;flex-direction:column;gap:.25rem}.provider-card-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.5rem}.test-result{display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem;border-radius:var(--radius);font-size:.85rem;margin-top:.75rem}.test-success{background:var(--green-soft);color:var(--green);border:1px solid #bbf7d0}.test-failure{background:var(--red-soft);color:var(--red);border:1px solid #fecaca}.test-icon{font-weight:700;font-size:1rem}.save-msg{font-size:.82rem;font-weight:500;margin-top:.5rem;text-align:right}.lo-layout{display:flex;min-height:calc(100vh - 56px)}.lo-main{flex:1;min-width:0;overflow-y:auto}.lo-page{max-width:1200px}.lo-sidebar{width:280px;flex-shrink:0;background:#fff;border-right:1px solid var(--gray-200);display:flex;flex-direction:column;position:relative;transition:width .2s ease}.lo-sidebar-collapsed{width:40px}.lo-sidebar-toggle{position:absolute;top:.75rem;right:-12px;z-index:10;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--gray-300);border-radius:50%;font-size:.6rem;cursor:pointer;box-shadow:var(--shadow);color:var(--gray-500)}.lo-sidebar-toggle:hover{background:var(--gray-50);color:var(--gray-700)}.lo-sidebar-collapsed .lo-sidebar-toggle{right:auto;left:8px}.lo-sidebar-header{padding:1rem;border-bottom:1px solid var(--gray-100)}.lo-sidebar-header h4{font-size:.9rem;font-weight:600;color:var(--gray-900);margin:0 0 .5rem}.lo-sidebar-search{font-size:.82rem;padding:.4rem .6rem}.lo-sidebar-list{flex:1;overflow-y:auto;padding:.5rem 0}.lo-sidebar-group{margin-bottom:.25rem}.lo-sidebar-brand{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-400);padding:.5rem 1rem .25rem}.lo-sidebar-item{display:flex;flex-direction:column;width:100%;text-align:left;padding:.5rem 1rem;border:none;background:none;cursor:pointer;font-family:inherit;gap:.15rem;transition:background .1s}.lo-sidebar-item:hover{background:var(--gray-50)}.lo-sidebar-item-active{background:var(--blue-soft);border-left:3px solid var(--blue)}.lo-sidebar-name{font-size:.85rem;font-weight:500;color:var(--gray-900);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lo-sidebar-asin{font-size:.75rem;color:var(--gray-400);font-family:SF Mono,Cascadia Code,Consolas,monospace}.lo-sidebar-meta{margin-top:.1rem}.lo-sidebar-empty{text-align:center;color:var(--gray-400);font-size:.85rem;padding:2rem 1rem}.lo-input-form{display:flex;flex-direction:column;gap:1.25rem}.lo-mode-row{display:flex;align-items:center;justify-content:space-between}.lo-mode-toggle{display:inline-flex;border:1px solid var(--gray-300);border-radius:var(--radius);overflow:hidden;align-self:flex-start}.lo-mode-btn{padding:.45rem 1rem;font-size:.85rem;font-weight:500;font-family:inherit;border:none;background:#fff;color:var(--gray-500);cursor:pointer;transition:background .1s,color .1s}.lo-mode-btn:not(:last-child){border-right:1px solid var(--gray-300)}.lo-mode-btn-active{background:var(--navy);color:#fff}.lo-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.lo-col{display:flex;flex-direction:column;gap:.15rem}.lo-section-title{font-size:.95rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem;padding-bottom:.35rem;border-bottom:2px solid var(--navy);display:inline-block}.lo-full-row{margin-top:.25rem}.lo-form-actions{display:flex;gap:.75rem;align-items:center}.lo-generate-btn{padding:.65rem 2rem;font-size:1rem}.lo-dismiss{background:none;border:none;color:inherit;font-weight:700;cursor:pointer;margin-left:.75rem;font-size:.9rem}.lo-output-section{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.lo-ai-badge{font-size:.82rem;color:var(--gray-500);background:var(--gray-50);border:1px solid var(--gray-200);border-radius:999px;padding:.3rem .85rem;display:inline-block;align-self:flex-start}.lo-tabs{display:flex;gap:0;border-bottom:2px solid var(--gray-200)}.lo-tab{padding:.6rem 1.25rem;font-size:.88rem;font-weight:500;font-family:inherit;border:none;background:none;color:var(--gray-500);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .1s,border-color .1s}.lo-tab:hover{color:var(--gray-700)}.lo-tab-active{color:var(--navy);border-bottom-color:var(--navy);font-weight:600}.lo-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-left:6px;font-size:.7rem;font-weight:700;line-height:1;color:#fff;background:#dc3545;border-radius:9px}.lo-tab-content{padding:1rem 0}.lo-output-cards{display:flex;flex-direction:column;gap:1rem}.lo-card{background:#fff;border:1px solid var(--gray-200);border-radius:8px;padding:1rem 1.25rem;box-shadow:var(--shadow)}.lo-card h4{font-size:.95rem;font-weight:600;color:var(--gray-900);margin:0 0 .5rem}.lo-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.65rem}.lo-card-header h4{margin:0}.lo-card-meta{display:flex;align-items:center;gap:.5rem}.lo-editable{font-size:.88rem;line-height:1.55;min-height:44px}.lo-counter{font-size:.78rem;font-weight:500;color:var(--gray-400);white-space:nowrap}.lo-counter-over{color:var(--red);font-weight:600}.lo-copy-btn{font-size:.75rem}.lo-bullet-row{margin-bottom:.75rem}.lo-bullet-row:last-child{margin-bottom:0}.lo-bullet-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem}.lo-bullet-num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:var(--navy);color:#fff;font-size:.72rem;font-weight:700;border-radius:50%;flex-shrink:0}.lo-hint{font-size:.78rem;color:var(--gray-400);margin-top:.35rem;display:block}.lo-html-preview{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:.75rem 1rem;font-size:.88rem;line-height:1.55;min-height:60px}.lo-toggle-active{background:var(--navy)!important;color:#fff!important;border-color:var(--navy)!important}.lo-compliance{display:flex;flex-direction:column;gap:1.25rem}.lo-compliance-banner{padding:.75rem 1rem;border-radius:var(--radius);font-weight:600;font-size:.9rem}.lo-compliance-pass{background:var(--green-soft);color:var(--green);border:1px solid #bbf7d0}.lo-compliance-fail{background:var(--red-soft);color:var(--red);border:1px solid #fecaca}.lo-compliance-stats{display:flex;flex-direction:column;gap:.65rem}.lo-compliance-stats h4{font-size:.9rem;font-weight:600;color:var(--gray-700);margin:0}.lo-stat-over{color:var(--red)!important}.lo-warnings-list{display:flex;flex-direction:column;gap:.5rem}.lo-warnings-list h4{font-size:.9rem;font-weight:600;color:var(--gray-700);margin:0}.lo-warning-item{display:flex;align-items:center;gap:.65rem;padding:.5rem .75rem;border-radius:var(--radius);font-size:.85rem}.lo-warn-error{background:var(--red-soft);border:1px solid #fecaca}.lo-warn-warning{background:#fffbeb;border:1px solid #fde68a}.lo-warn-badge{font-size:.72rem;font-weight:700;text-transform:uppercase;padding:.15rem .45rem;border-radius:4px;flex-shrink:0}.lo-warn-error .lo-warn-badge{background:var(--red);color:#fff}.lo-warn-warning .lo-warn-badge{background:#f59e0b;color:#fff}.lo-warn-field{font-weight:600;color:var(--gray-700);white-space:nowrap}.lo-warn-issue{color:var(--gray-700)}.lo-research{display:flex;flex-direction:column;gap:1rem}.lo-research p{font-size:.88rem;line-height:1.55;color:var(--gray-700)}.lo-competitor{padding:.5rem 0;border-bottom:1px solid var(--gray-100);font-size:.88rem}.lo-competitor:last-child{border-bottom:none}.lo-list-sm{margin:.35rem 0 0 1.25rem;font-size:.85rem;color:var(--gray-700);line-height:1.5}.lo-pre{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:.75rem 1rem;font-family:SF Mono,Cascadia Code,Consolas,monospace;font-size:.82rem;white-space:pre-wrap;overflow-x:auto;max-height:400px;overflow-y:auto}.lo-keywords{display:flex;flex-direction:column;gap:1rem}.lo-theme-list{font-size:.85rem;color:var(--gray-500);line-height:1.55;margin:0}.lo-history{display:flex;flex-direction:column;gap:1.25rem}.lo-compare{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.lo-compare-col{background:#fff;border:1px solid var(--gray-200);border-radius:8px;padding:1rem 1.25rem;box-shadow:var(--shadow)}.lo-compare-col h4{font-size:.95rem;font-weight:600;color:var(--navy);margin:0 0 .75rem;padding-bottom:.35rem;border-bottom:2px solid var(--navy)}.lo-compare-field{font-size:.85rem;margin-bottom:.65rem;line-height:1.5;color:var(--gray-700)}.lo-compare-field strong{color:var(--gray-900)}.lo-compare-field ol{margin:.25rem 0 0 1.25rem}.lo-action-bar{display:flex;align-items:center;gap:.65rem;padding:1rem 0;border-top:1px solid var(--gray-200);flex-wrap:wrap}.lo-approve-btn{background:var(--green)}.lo-approve-btn:hover{background:#15803d}.lo-refine-section{padding:1rem 0 .5rem;border-top:1px solid var(--gray-200)}.lo-refine-label{font-weight:600;font-size:.85rem;margin-bottom:.4rem;display:block;color:var(--gray-700)}.lo-refine-row{display:flex;gap:.75rem;align-items:flex-start}.lo-refine-textarea{flex:1;padding:.5rem .75rem;border:1px solid var(--gray-300);border-radius:6px;font-size:.85rem;resize:vertical;font-family:inherit}.lo-refine-btn{white-space:nowrap;align-self:flex-end}.lo-rel-high{color:#15803d;font-weight:600}.lo-rel-mid{color:#b45309;font-weight:500}.lo-kw-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.lo-kw-header h4{margin:0}.lo-kw-count{font-size:.8rem;color:var(--gray-400);white-space:nowrap}.lo-kw-scroll{max-height:420px;overflow-y:auto}.lo-refine-toggles{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin-top:.5rem}.lo-refine-toggle-item{display:flex;align-items:center;gap:.4rem;font-size:.83rem;color:var(--gray-700);cursor:pointer}.lo-refine-toggle-item input[type=checkbox]{accent-color:var(--blue)}.lo-warning-selectable{cursor:pointer}.lo-warning-selectable input[type=checkbox]{accent-color:var(--blue);flex-shrink:0}.lo-rufus-q-selectable{cursor:pointer}.lo-rufus-q-selectable input[type=checkbox]{accent-color:var(--blue);flex-shrink:0;margin-top:.1rem}.lo-kw-excluded-row{opacity:.5}.lo-kw-excluded-text{text-decoration:line-through}.lo-kw-excluded-card{border-left:3px solid var(--red)}.lo-kw-req-cell{display:flex;gap:2px;flex-wrap:nowrap}.lo-kw-req-radio{display:inline-flex;align-items:center;gap:2px;font-size:.7rem;padding:2px 5px;border:1px solid var(--gray-200);border-radius:4px;cursor:pointer;white-space:nowrap;color:var(--gray-500)}.lo-kw-req-radio input{display:none}.lo-kw-req-radio:hover{border-color:var(--navy);color:var(--navy)}.lo-kw-req-active{background:var(--navy);color:#fff;border-color:var(--navy)}.lo-kw-req-active:hover{background:#1a3a5c}.lo-kw-req-radio:has(input:disabled){opacity:.3;pointer-events:none}.lo-history-notes{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;color:var(--gray-600)}.lo-refine-tag{display:inline-block;background:#dbeafe;color:#1e40af;font-size:.7rem;padding:.1rem .4rem;border-radius:4px;margin-right:.3rem;font-weight:600}.lo-rufus{display:flex;flex-direction:column;gap:1.5rem}.lo-rufus h4{margin:0 0 .75rem;font-size:.95rem;font-weight:600}.lo-rufus-summary{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;padding:1rem 1.25rem}.lo-rufus-stat{font-size:.9rem;font-weight:600;margin:0 0 .5rem}.lo-rufus-bar-track{height:8px;background:var(--gray-200);border-radius:4px;overflow:hidden;margin-bottom:.3rem}.lo-rufus-bar-fill{height:100%;background:#16a34a;border-radius:4px;transition:width .3s ease}.lo-rufus-pct{font-size:.8rem;color:var(--gray-600)}.lo-rufus-gaps{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--gray-200)}.lo-rufus-gaps-note{font-size:.83rem;color:#b45309;font-weight:500;margin:0 0 .4rem}.lo-rufus-gap-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.3rem}.lo-rufus-gap-item{font-size:.83rem;color:#92400e;padding:.3rem .5rem;background:#fef3c7;border-radius:4px;border-left:3px solid #f59e0b}.lo-rufus-questions{border:1px solid var(--gray-200);border-radius:8px;padding:1rem 1.25rem}.lo-rufus-scroll{max-height:500px;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.lo-rufus-q{border:1px solid var(--gray-200);border-radius:6px;padding:.6rem .75rem}.lo-rufus-q-yes{border-left:3px solid #16a34a;background:#f0fdf4}.lo-rufus-q-no{border-left:3px solid var(--gray-300);background:var(--gray-50)}.lo-rufus-q-header{display:flex;align-items:center;gap:.5rem}.lo-rufus-icon{font-size:.85rem;font-weight:700;flex-shrink:0}.lo-rufus-icon-yes{color:#16a34a}.lo-rufus-icon-no{color:var(--gray-400)}.lo-rufus-q-text{flex:1;font-size:.85rem}.lo-rufus-badge{font-size:.7rem;padding:.15rem .5rem;border-radius:10px;font-weight:600;flex-shrink:0}.lo-rufus-badge-yes{background:#dcfce7;color:#15803d}.lo-rufus-badge-no{background:var(--gray-100);color:var(--gray-500)}.lo-rufus-q-detail{margin-top:.35rem;padding-left:1.35rem}.lo-rufus-field{font-size:.78rem;font-weight:500;color:#15803d}.lo-rufus-snippet{font-size:.78rem;color:var(--gray-600);font-style:italic;margin:.2rem 0 0;line-height:1.3}.so-wide-layout{max-width:1600px}.so-filter-bar{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin-bottom:1.25rem}.so-filter-search{flex:1;min-width:200px;max-width:400px}.so-filter-select{min-width:150px;max-width:200px}.so-filter-count{font-size:.82rem;color:var(--gray-500);margin-left:auto;white-space:nowrap}.so-sort-header{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.so-sort-header:hover{color:var(--gray-700)}.so-sort-arrow{font-size:.7rem;color:var(--blue)}.so-supplier-list{display:flex;flex-direction:column;gap:1.5rem}.so-supplier-group{display:flex;flex-direction:column;gap:0}.so-supplier-header{display:flex;align-items:center;justify-content:space-between;padding:.65rem 1rem;background:var(--navy);color:#fff;border-radius:8px 8px 0 0}.so-supplier-name{font-weight:700;font-size:.95rem}.so-supplier-meta{font-size:.82rem;color:var(--gray-300)}.so-supplier-group .table-wrap{border-top-left-radius:0;border-top-right-radius:0}.status-failed{background:var(--red-soft);color:var(--red)}.status-squares-row{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.status-square{background:#fff;border:1px solid var(--gray-200);border-radius:8px;box-shadow:var(--shadow);padding:.75rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.35rem;text-decoration:none;color:inherit;min-width:130px;transition:box-shadow .15s,border-color .15s}.status-square:hover{box-shadow:var(--shadow-md);border-color:var(--gray-300)}.status-square-label{font-size:.82rem;font-weight:600;color:var(--gray-900);white-space:nowrap}.status-square-detail{font-size:.72rem;color:var(--gray-500);text-align:center;line-height:1.3}.dashboard-section{margin-bottom:1.5rem}.dashboard-section-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);margin-bottom:.75rem}.sales-dashboard{background:#fff;border:1px solid var(--gray-200);border-radius:8px;box-shadow:var(--shadow);margin-bottom:1.5rem;padding:1rem}.sales-dashboard-skeleton{padding:1.5rem 1rem;text-align:center;color:var(--gray-400);font-size:.85rem}.sales-dashboard-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.75rem}.sales-dashboard-title{font-weight:700;font-size:1rem;color:var(--gray-900)}.sales-dashboard-meta{font-size:.75rem;color:var(--gray-400)}.sales-dashboard-link{color:var(--blue);text-decoration:none;font-weight:500}.sales-dashboard-link:hover{text-decoration:underline}.sales-tabs-wrapper{position:relative;margin-bottom:.75rem}.sales-tabs-scroll{display:flex;gap:.35rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:0 2px}.sales-tabs-scroll::-webkit-scrollbar{display:none}.sales-tab{padding:.35rem .85rem;font-size:.8rem;font-weight:500;border-radius:999px;border:1px solid var(--gray-200);background:#fff;color:var(--gray-600);cursor:pointer;white-space:nowrap;transition:all .15s;flex-shrink:0}.sales-tab:hover{border-color:var(--blue);color:var(--blue)}.sales-tab-active{background:var(--blue);color:#fff;border-color:var(--blue)}.sales-tab-active:hover{background:var(--blue-hover);border-color:var(--blue-hover);color:#fff}.sales-tabs-arrow{position:absolute;top:50%;transform:translateY(-50%);width:26px;height:26px;display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-300);border-radius:50%;background:#fff;box-shadow:var(--shadow);cursor:pointer;font-size:.85rem;color:var(--gray-700);z-index:2;transition:border-color .15s,color .15s}.sales-tabs-arrow:hover{border-color:var(--blue);color:var(--blue)}.sales-tabs-arrow-left{left:-6px}.sales-tabs-arrow-right{right:-6px}.sales-period-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.sales-period-card{background:#fff;border:1px solid var(--gray-200);border-radius:8px;box-shadow:var(--shadow);overflow:hidden}.sales-period-card-header{padding:.6rem .85rem;border-bottom:1px solid var(--gray-200)}.sales-card-blue .sales-period-card-header{background:linear-gradient(135deg,#4a90d9,#5ba3ec);border-bottom-color:transparent}.sales-card-teal .sales-period-card-header{background:linear-gradient(135deg,#3a9d8f,#4db8a9);border-bottom-color:transparent}.sales-card-green .sales-period-card-header{background:linear-gradient(135deg,#3a9d5c,#4db86e);border-bottom-color:transparent}.sales-period-card-label{font-size:.82rem;font-weight:700;color:#fff;display:block}.sales-period-card-range{font-size:.7rem;color:#fffc;display:block;margin-top:.1rem}.sales-period-card-body{padding:.85rem}.sales-period-card-sales-label{font-size:.72rem;color:var(--gray-500);margin-bottom:.1rem}.sales-period-card-sales{font-size:1.35rem;font-weight:700;color:var(--gray-900);font-variant-numeric:tabular-nums;margin-bottom:.65rem;line-height:1.2}.sales-period-card-metrics{display:flex;flex-direction:column;gap:.3rem;border-top:1px solid var(--gray-100);padding-top:.6rem}.sales-period-card-row{display:flex;justify-content:space-between;font-size:.78rem;font-variant-numeric:tabular-nums;line-height:1.4}.sales-period-card-key{color:var(--gray-500)}.sales-period-card-val{font-weight:600;color:var(--gray-700)}.sales-val-positive{color:var(--green)}.sales-val-negative{color:var(--red)}.sales-val-refund{color:#e67e22}@media(max-width:900px){.sales-period-cards{grid-template-columns:repeat(3,1fr)}}@media(max-width:580px){.sales-period-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:380px){.sales-period-cards{grid-template-columns:1fr}}.app-card-title-row{display:flex;align-items:center;gap:.5rem}.status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;cursor:pointer}.status-dot-ok{background:var(--green)}.status-dot-failed{background:var(--red)}.status-dot-loading{background:var(--gray-300);animation:dot-pulse 1.2s ease-in-out infinite}@keyframes dot-pulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.card-grid>div{cursor:grab}.card-grid>div:active{cursor:grabbing}.sidebar-heading-row{display:flex;align-items:center}.sidebar-heading-row .sidebar-heading{flex:1;min-width:0}.sidebar-collapse-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:none;border:none;cursor:pointer;color:var(--gray-400);flex-shrink:0;border-radius:4px;margin-right:4px}.sidebar-collapse-btn:hover{background:var(--gray-100);color:var(--gray-700)}.sidebar-chevron{display:inline-block;font-size:.6rem;transition:transform .15s;transform:rotate(0)}.sidebar-chevron-open{transform:rotate(90deg)}@media(max-width:700px){.upload-fields{grid-template-columns:1fr}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr)}.processing-card{flex-direction:column;text-align:center}.brand-grid,.provider-grid{grid-template-columns:1fr}.lo-sidebar{display:none}.lo-columns,.lo-compare{grid-template-columns:1fr}}.prompt-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem;margin-top:1rem}.prompt-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:var(--shadow);transition:box-shadow .15s}.prompt-card:hover{box-shadow:var(--shadow-md)}.prompt-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.prompt-card-name{font-size:1rem;font-weight:600;margin:0}.prompt-card-slug{font-size:.8rem;color:var(--gray-400);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.prompt-card-desc{font-size:.875rem;color:var(--gray-500);flex:1;margin:0}.prompt-card-footer{display:flex;justify-content:space-between;align-items:center}.prompt-card-meta{font-size:.8rem;color:var(--gray-400)}.status-badge{font-size:.75rem;font-weight:600;padding:.15rem .5rem;border-radius:999px;white-space:nowrap}.status-active{background:var(--green-soft);color:var(--green)}.status-inactive{background:var(--red-soft);color:var(--red)}.prompt-editor{display:flex;flex-direction:column;gap:1.25rem}.prompt-editor-header{display:flex;align-items:baseline;gap:.75rem}.prompt-editor-header h3{margin:0}.prompt-textarea{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace!important;font-size:.85rem!important;line-height:1.5!important;min-height:400px;resize:vertical}.prompt-variables{margin-top:.5rem}.prompt-variables-label{font-size:.8rem;color:var(--gray-500);display:block;margin-bottom:.4rem}.prompt-variable-chips{display:flex;flex-wrap:wrap;gap:.35rem}.prompt-variable-chip{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.75rem;padding:.2rem .5rem;background:var(--blue-soft);color:var(--blue);border:1px solid transparent;border-radius:4px;cursor:pointer;transition:background .15s,border-color .15s}.prompt-variable-chip:hover{background:#3b82f633;border-color:var(--blue)}.prompt-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.prompt-reset-confirm{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--red)}.btn-danger{background:var(--red);color:#fff;border:none;border-radius:var(--radius);padding:.4rem .75rem;cursor:pointer;font-size:.85rem}.btn-danger:hover{background:#b91c1c}.save-msg{font-size:.85rem;font-weight:500}.save-msg-ok{color:var(--green)}.save-msg-err{color:var(--red)}.prompt-preview{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.25rem;margin-top:.5rem}.prompt-preview h4{margin:0 0 .75rem;font-size:.95rem}.prompt-preview h5{margin:.75rem 0 .35rem;font-size:.85rem;color:var(--gray-500)}.prompt-preview-text{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.8rem;line-height:1.5;white-space:pre-wrap;word-break:break-word;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:1rem;max-height:600px;overflow-y:auto}.seller-accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.25rem}.seller-account-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.seller-account-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.seller-account-card-title h3{font-size:1.05rem;font-weight:600;margin-bottom:.35rem}.seller-account-badges{display:flex;gap:.4rem}.seller-account-health{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.seller-account-health-label{font-size:.8rem;color:var(--gray-500)}.seller-account-card-body{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.75rem}.seller-account-detail{display:flex;gap:.5rem;font-size:.85rem}.seller-account-detail .detail-label{color:var(--gray-500);min-width:90px;flex-shrink:0}.seller-account-health-msg{color:var(--gray-500);font-size:.8rem}.seller-account-card-actions{display:flex;gap:.5rem;align-items:center}.status-dot-warning{background:#f59e0b}.form-help{display:block;font-size:.78rem;color:var(--gray-500);margin-top:.2rem}.brand-card-account{display:inline-block;font-size:.78rem;color:var(--blue);background:var(--blue-soft);padding:.15rem .5rem;border-radius:3px;margin-bottom:.25rem}.lo-pull-bar{display:flex;align-items:center;gap:.75rem;background:var(--surface-raised);border:1px solid var(--border);border-radius:6px;padding:.6rem 1rem;margin-bottom:.75rem}.lo-pull-account{font-size:.82rem;color:var(--gray-400);white-space:nowrap}.lo-pull-account-label{font-weight:600;color:var(--text-primary)}.lo-pull-sku{display:flex;align-items:center;gap:.4rem;flex:1}.lo-pull-sku label{font-size:.82rem;font-weight:600;white-space:nowrap}.lo-pull-sku .form-input{max-width:200px}.lo-pull-btn{white-space:nowrap}.lo-pull-note{font-size:.82rem;padding:.5rem .75rem;border-radius:4px;margin-bottom:.75rem}.lo-pull-note-info{background:var(--yellow-soft, #fff8e1);color:var(--text-primary)}.lo-pull-note-muted{background:var(--surface-raised);color:var(--gray-400)}.lo-pull-note a{color:var(--blue)}.lo-pull-msg{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:4px;margin-bottom:.75rem;font-size:.85rem}.lo-pull-msg-success{background:var(--green-soft, #e8f5e9);color:var(--green, #2e7d32)}.lo-pull-msg-error{background:var(--red-soft, #fbe9e7);color:var(--red, #c62828)}.lo-push-modal{max-width:900px;width:95vw;max-height:85vh;overflow-y:auto}.lo-push-loading{display:flex;align-items:center;gap:.75rem;padding:2rem;justify-content:center}.lo-push-summary{padding:.75rem 1rem;font-size:.85rem;color:var(--gray-400);border-bottom:1px solid var(--border)}.lo-push-warn{color:var(--yellow, #f9a825);font-weight:600}.lo-push-fields{padding:.5rem 1rem}.lo-push-field{border-bottom:1px solid var(--border);padding:.75rem 0}.lo-push-field:last-child{border-bottom:none}.lo-push-field-unchanged{opacity:.5}.lo-push-field-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem}.lo-push-field-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.lo-push-field-label input[type=checkbox]{margin:0}.lo-push-no-change{font-size:.78rem;color:var(--gray-400);font-style:italic}.lo-push-diff{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.lo-push-diff-col{border-radius:4px;padding:.5rem}.lo-push-diff-current{background:var(--red-soft, #fbe9e7)}.lo-push-diff-proposed{background:var(--green-soft, #e8f5e9)}.lo-push-diff-label{font-size:.75rem;font-weight:600;color:var(--gray-400);margin-bottom:.25rem;text-transform:uppercase}.lo-push-diff-text{font-size:.82rem;white-space:pre-wrap;word-break:break-word;margin:0;font-family:inherit;max-height:200px;overflow-y:auto}.lo-push-actions{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem;border-top:1px solid var(--border)}.lo-push-msg{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:4px;margin-bottom:.75rem;font-size:.85rem}.lo-push-msg-success{background:var(--green-soft, #e8f5e9);color:var(--green, #2e7d32)}.lo-push-msg-error{background:var(--red-soft, #fbe9e7);color:var(--red, #c62828)}.lo-push-msg-warn{background:#fef3c7;color:#92400e}.lo-push-msg-ok{background:var(--green-soft, #e8f5e9);color:var(--green, #2e7d32)}.lo-push-action-btn,.lo-quick-push-btn{white-space:nowrap}.lo-push-history .data-table{font-size:.85rem}.lo-push-fields-cell{font-size:.78rem;max-width:200px;word-break:break-word}.lo-push-error-cell{max-width:200px}.status-badge-error{background:var(--red-soft, #fbe9e7);color:var(--red, #c62828)}.status-badge-warning{background:var(--yellow-soft, #fff8e1);color:var(--yellow, #f9a825)}.lo-flat-file-btn{white-space:nowrap}.lo-flat-file-hint{font-size:.78rem;color:var(--gray-500);max-width:320px;line-height:1.35}.lo-template-btn{background:none;border:none;color:var(--blue-500, #3b82f6);cursor:pointer;font-size:.82rem;padding:.25rem .5rem;text-decoration:underline;white-space:nowrap}.lo-template-btn:hover{color:var(--blue-700, #1d4ed8)}.btn-link{background:none;border:none;color:var(--blue-500, #3b82f6);cursor:pointer;font-size:.82rem;padding:0;text-decoration:underline}.btn-link:hover{color:var(--blue-700, #1d4ed8)}.app-card-wrapper{display:flex;flex-direction:column;gap:.35rem}.app-card-wrapper .app-card{flex:1}.app-card-action{font-size:.78rem;padding-left:.5rem}.push-history-filters{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:1rem}.push-history-filters select,.push-history-filters input{padding:.35rem .5rem;border:1px solid var(--gray-300);border-radius:var(--radius);font-size:.85rem;background:#fff}.push-history-search{min-width:140px}.lo-stats-bar{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem;padding:.75rem 1rem;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow)}.lo-stat{display:flex;flex-direction:column;align-items:center;min-width:80px}.lo-stat-value{font-size:1.5rem;font-weight:700;color:var(--gray-900);line-height:1.2}.lo-stat-label{font-size:.72rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.03em}.lo-stat-error .lo-stat-value,.lo-stat-error .lo-stat-label{color:var(--red)}.picklist-locator-form{background:#fff;border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);margin-bottom:1.5rem}.picklist-locator-uploads{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1rem}.picklist-locator-summary{display:flex;justify-content:space-between;align-items:center;margin:1rem 0;font-weight:500}.picklist-locator-result .data-table td{font-size:.82rem;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picklist-loc-cell{background:var(--green-soft)}.print-list-header-info{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center}.print-list-header-info span{font-size:.9rem}.var-family-meta{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 0;font-size:.9rem}.var-badge{display:inline-block;padding:.15rem .6rem;border-radius:4px;font-size:.8rem;font-weight:600}.var-badge-ok{background:var(--green-soft, #d4edda);color:var(--green, #155724)}.var-badge-warn{background:var(--yellow-soft, #fff3cd);color:var(--yellow-dark, #856404)}.var-children-table-wrap{overflow-x:auto;margin-bottom:.5rem}.var-children-table{width:100%;border-collapse:collapse;font-size:.875rem}.var-children-table th,.var-children-table td{padding:.4rem .6rem;border-bottom:1px solid var(--border, #e0e0e0);text-align:left}.var-children-table th{font-weight:600;background:var(--bg-subtle, #f7f8fa)}.var-row-error{background:var(--red-soft, #fde8e8)}.var-row-warn{background:var(--yellow-soft, #fef9e7)}.var-mono{font-family:SF Mono,Fira Mono,monospace;font-size:.82rem}.var-title-cell{max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.var-inline-input{width:100%;padding:.2rem .4rem;font-size:.85rem;border:1px solid var(--border, #ccc);border-radius:3px}.var-table-actions{display:flex;gap:.5rem;margin:.5rem 0}.var-muted{color:var(--text-muted, #888);font-size:.85rem}.var-unmapped-list{list-style:none;padding:0;margin:0}.var-unmapped-list li{padding:.25rem 0;font-size:.875rem}.var-child-tabs{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:1rem;border-bottom:2px solid var(--border, #e0e0e0);padding-bottom:0}.var-child-tab{padding:.4rem .8rem;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;font-size:.85rem;color:var(--text-muted, #666);position:relative}.var-child-tab:hover{color:var(--text, #222)}.var-child-tab-active{color:var(--primary, #3b82f6);border-bottom-color:var(--primary, #3b82f6);font-weight:600}.var-child-tab-error{color:var(--red, #dc3545)}.var-parent-tab{border-right:1px solid var(--border, #e0e0e0);padding-right:1rem;margin-right:.5rem}.var-tab-detail{font-size:.75rem;color:var(--text-muted, #666);font-weight:400}.var-tab-badge{display:inline-block;width:14px;height:14px;line-height:14px;text-align:center;border-radius:50%;background:var(--red, #dc3545);color:#fff;font-size:.65rem;font-weight:700;margin-left:4px;vertical-align:top}.var-child-output{border:1px solid var(--border, #e0e0e0);border-radius:6px;padding:1rem}.var-output-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border, #e0e0e0)}.var-template-info{background:var(--bg-subtle, #f7f8fa);padding:.5rem .75rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.var-parent-create{background:var(--bg-subtle, #f7f8fa);padding:.75rem 1rem;border-radius:6px;border:1px solid var(--border, #e0e0e0)}.var-checkbox-row{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem}.var-checkbox-row input[type=checkbox]{width:16px;height:16px}.var-push-results{border:1px solid var(--border, #e0e0e0);border-radius:6px;padding:1rem}.var-push-detail-list{margin-top:.75rem;display:flex;flex-direction:column;gap:.3rem}.var-push-detail{display:flex;justify-content:space-between;align-items:center;padding:.3rem .6rem;border-radius:4px;font-size:.85rem}.var-push-ok{background:var(--green-soft, #d4edda)}.var-push-fail{background:var(--red-soft, #fde8e8)}.sync-controls{margin-bottom:1.5rem;padding:1rem;border:1px solid var(--border, #e0e0e0);border-radius:6px;background:var(--bg-subtle, #f7f8fa)}.sync-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.sync-status-panel{margin-top:.75rem;padding:.75rem;border:1px solid var(--border, #e0e0e0);border-radius:4px;background:#fff}.sync-status-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.sync-current{font-size:.9rem}.sync-results{margin-top:.5rem;display:flex;flex-direction:column;gap:.25rem}.sync-result-item{display:flex;justify-content:space-between;align-items:center;padding:.3rem .6rem;border-radius:4px;font-size:.85rem}.sync-result-name{font-weight:600}.sync-result-ok{background:var(--green-soft, #d4edda);color:#166534}.sync-result-fail{background:var(--red-soft, #fde8e8);color:#991b1b}.sync-pending{margin-top:.5rem;display:flex;gap:.5rem;flex-wrap:wrap}.sync-pending-item{font-size:.85rem;color:var(--text-muted, #888)}.removal-file-list{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;margin:.5rem 0}.removal-file-item{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .5rem;background:var(--bg-subtle, #f0f1f3);border:1px solid var(--border, #ddd);border-radius:4px;font-size:.85rem}.removal-file-remove{background:none;border:none;cursor:pointer;font-size:.8rem;color:var(--text-muted, #888);padding:0 2px;line-height:1}.removal-file-remove:hover{color:var(--red, #dc3545)}.removal-files-summary{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;font-size:.85rem}.removal-fp-ok{color:var(--green, #155724)}.removal-fp-error{color:var(--red, #dc3545)}.email-chip-field{display:flex;flex-direction:column;gap:4px}.email-chip-container{display:flex;flex-wrap:wrap;gap:6px;padding:6px 8px;border:1px solid #ccc;border-radius:4px;background:#fff;min-height:36px;cursor:text}.email-chip-container:focus-within{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.email-chip{display:inline-flex;align-items:center;gap:4px;background:#eef2ff;color:#1e3a8a;border-radius:12px;padding:2px 8px;font-size:.875rem;line-height:1.4}.email-chip-label{-webkit-user-select:text;user-select:text}.email-chip-remove{background:transparent;border:0;color:#1e3a8a;cursor:pointer;font-size:.875rem;line-height:1;padding:0 2px;border-radius:50%}.email-chip-remove:hover,.email-chip-remove:focus{background:#c7d2fe}.email-chip-input{flex:1 1 120px;border:0;outline:none;font-size:.95rem;background:transparent;min-width:120px}.email-chip-error{color:var(--red, #dc3545);font-size:.85rem}.joy-task-header h1{margin-bottom:.5rem}.joy-task-meta{display:flex;gap:1rem;align-items:center;font-size:.9rem;color:var(--gray-500)}.joy-task-clickup{color:var(--blue);text-decoration:none}.joy-task-clickup:hover{text-decoration:underline}.joy-task-description{margin-top:.5rem;color:var(--gray-700)}.joy-task-controls{display:flex;align-items:center;gap:1rem;margin:1.25rem 0}.joy-task-error{color:var(--red);font-size:.9rem}.joy-task-empty{color:var(--gray-400)}.joy-task-group{margin-top:1.5rem}.joy-task-group-heading{font-size:1.05rem;font-weight:600;color:var(--gray-700);margin:0}.joy-badge{display:inline-block;padding:.15rem .6rem;border-radius:999px;font-size:.78rem;font-weight:600;background:var(--gray-100);color:var(--gray-500);text-transform:capitalize}.joy-badge-running{background:var(--blue-soft);color:var(--blue)}.joy-badge-success{background:var(--green-soft);color:var(--green)}.joy-badge-partial{background:#fff7ed;color:#b45309}.joy-badge-failed{background:var(--red-soft);color:var(--red)}.joy-runs-table{width:100%;border-collapse:collapse;font-size:.9rem}.joy-runs-table th,.joy-runs-table td{text-align:left;padding:.5rem .75rem;border-bottom:1px solid var(--gray-200)}.joy-run-detail-row td{background:var(--gray-50)}.joy-run-error{color:var(--red);margin-bottom:.5rem}.joy-run-log{white-space:pre-wrap;word-break:break-word;font-size:.8rem;color:var(--gray-700);max-height:320px;overflow:auto;margin:0}.joy-inv-value-history{display:flex;flex-direction:column;gap:1.5rem}.joy-inv-value-market h3{margin:0 0 .5rem;font-size:1rem}.joy-inv-value-basis{font-size:.8rem;color:var(--gray-700)}.joy-task-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin-top:1rem}.joy-task-card{display:block;padding:1rem;border:1px solid var(--gray-200);border-radius:8px;text-decoration:none;color:inherit;background:#fff;transition:box-shadow .15s ease}.joy-task-card:hover{box-shadow:0 2px 8px #0f172a14}.joy-task-card-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.joy-task-card-title{font-weight:600}.joy-task-card-cadence{font-size:.8rem;color:var(--gray-500);margin-top:.35rem}.joy-task-card-desc{font-size:.85rem;color:var(--gray-700);margin-top:.5rem}.joy-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.joy-stat-card{padding:1rem;border:1px solid var(--gray-200);border-radius:8px;background:#fff}.joy-stat-card-title{font-weight:600;font-size:.9rem;color:var(--gray-700)}.joy-stat-card-value{font-size:1.6rem;font-weight:700;margin-top:.25rem}.joy-stat-card-date{font-size:.75rem;color:var(--gray-500);margin-top:.1rem}.joy-stat-card-description{font-size:.8rem;color:var(--gray-600);margin-top:.5rem}.joy-stat-trend{margin-top:.75rem;width:100%;border-collapse:collapse;font-size:.75rem}.joy-stat-trend th{font-weight:500;color:var(--gray-500);padding:2px 4px;text-align:right}.joy-stat-trend td{padding:2px 4px;text-align:right;color:var(--gray-800)}.ppc-cockpit-page{--cockpit-gray-600: #475569}.ppc-cockpit-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.ppc-cockpit-error{background:var(--red-soft);color:var(--red);padding:.6rem .9rem;border-radius:8px;margin-bottom:1rem}.ppc-cockpit-empty{color:var(--gray-500)}.ppc-cockpit-queue{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1rem;align-items:start}.ppc-cockpit-refresh{display:flex;align-items:center;gap:.6rem}.ppc-cockpit-refresh-result{font-size:.85rem;font-weight:600;color:var(--green)}.cockpit-kill-switch{padding:.7rem 1rem;border-radius:8px;margin-bottom:1rem;font-weight:600;display:flex;flex-direction:column;gap:.25rem}.cockpit-kill-switch--halted{background:var(--red-soft);color:var(--red);border:1px solid var(--red)}.cockpit-kill-switch--clear{background:var(--gray-100, #f3f4f6);color:var(--gray-600, #4b5563);border:1px solid var(--gray-200, #e5e7eb)}.cockpit-kill-switch-reason{font-size:.85rem;font-weight:400}.cockpit-seam{margin-top:.6rem;padding:.4rem .7rem;border-radius:6px;font-size:.85rem;font-weight:600;background:var(--amber-soft, #fef3c7);color:var(--amber-900, #78350f);border:1px solid var(--amber-300, #fcd34d)}.cockpit-seam--cap-blocked,.cockpit-seam--unknown{background:var(--red-soft);color:var(--red);border-color:var(--red)}.cockpit-info{border-bottom:1px dotted var(--gray-400);cursor:help}.cockpit-info-mark{display:inline-block;margin-left:.15rem;font-size:.7em;font-weight:700;color:var(--gray-500);vertical-align:super}.cockpit-verdict-pair-label{font-size:.82rem;color:var(--cockpit-gray-600)}.cockpit-divergence{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.6rem}.cockpit-verdict-pair{display:flex;gap:.8rem}.cockpit-verdict{font-size:.9rem;color:var(--gray-700)}.cockpit-flag{display:inline-block;padding:.1rem .5rem;border-radius:999px;font-size:.72rem;font-weight:600}.cockpit-flag-divergence,.cockpit-flag-degraded,.cockpit-flag-stale{background:#fff7ed;color:#b45309}.cockpit-overlay{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.5rem;margin:.6rem 0}.cockpit-element{display:flex;flex-direction:column;padding:.4rem .6rem;border-radius:8px;background:var(--gray-50, #f9fafb)}.cockpit-element.cockpit-element-missing{background:var(--red-soft)}.cockpit-element-deferred{font-size:.8rem;font-style:italic;color:var(--blue)}.cockpit-element.cockpit-element-deferred{background:var(--blue-soft)}.cockpit-element-label{font-size:.8rem;color:var(--cockpit-gray-600)}.cockpit-element-value{font-weight:600}.cockpit-element-missing .cockpit-element-missing,.cockpit-element-missing span:last-child{color:var(--red);font-style:italic;font-weight:600}.cockpit-element-stale-badge{margin-left:.4rem;font-size:.68rem;color:#b45309}.cockpit-dual-lens{border-top:1px solid var(--gray-100);padding-top:.5rem;margin:.5rem 0}.cockpit-dual-lens-row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--gray-700)}.cockpit-dual-lens-meta{display:flex;gap:.8rem;font-size:.8rem;color:var(--cockpit-gray-600);margin-top:.25rem}.cockpit-freshness{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.cockpit-freshness-computed{color:var(--cockpit-gray-600)}.cockpit-batch-impact{display:flex;gap:.9rem}.cockpit-batch-impact-metric{display:flex;flex-direction:column}.cockpit-batch-impact-value{white-space:nowrap}.target-table-wrapper{overflow-x:auto}.asin-summary-banner{display:flex;flex-wrap:wrap;align-items:baseline;gap:.6rem;padding:.6rem .9rem;border-radius:8px;background:var(--gray-50, #f9fafb);border:1px solid var(--gray-200, #e5e7eb);margin-bottom:.75rem}.asin-summary-banner-asin{font-weight:700;color:var(--blue)}.asin-summary-banner-title{color:var(--gray-500, #6b7280);font-size:.85rem}.asin-summary-banner-message{color:var(--cockpit-gray-600);font-size:.85rem}.target-table{width:100%;border-collapse:collapse;font-size:.88rem}.target-table thead th{text-align:left;padding:.5rem .6rem;border-bottom:2px solid var(--gray-200, #e5e7eb);color:var(--cockpit-gray-600);font-weight:600;white-space:nowrap}.target-table-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.target-table-sortable:hover{color:var(--gray-900)}.target-table-row td{padding:.5rem .6rem;border-bottom:1px solid var(--gray-100, #f3f4f6);vertical-align:top}.target-table-row-degraded,.target-table-row-divergent,.target-table-row-error,.target-table-row-cap_blocked{border-left:4px solid #b45309}.target-table-row-no_data{border-left:4px solid var(--gray-300, #d1d5db)}.target-table-row-decided{border-left:4px solid var(--green, #16a34a)}.target-table-row-excluded{color:var(--gray-500, #6b7280)}.target-table-cell-target{min-width:220px}.target-table-expand-toggle{border:1px solid var(--gray-300, #d1d5db);border-radius:4px;background:#fff;width:1.4rem;height:1.4rem;line-height:1;cursor:pointer;margin-right:.4rem}.target-table-targeting{font-weight:600;max-width:24ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;vertical-align:middle}.target-table-badge{margin-left:.4rem;padding:.05rem .4rem;border-radius:999px;font-size:.68rem;font-weight:600;background:var(--gray-100);color:var(--gray-500);text-transform:uppercase}.target-table-match-types{display:block;font-size:.75rem;color:var(--gray-500, #6b7280)}.target-table-cell-bid{white-space:nowrap}.target-table-rec-source{font-size:.75rem;color:var(--cockpit-gray-600)}.target-table-stat{font-weight:600}.target-table-stat-missing{color:var(--red);font-style:italic;font-weight:400}.target-table-stat-stale{color:#b45309}.target-table-cell-verdict{min-width:180px}.target-table-status{font-weight:600}.target-table-status-decided{color:var(--green, #16a34a)}.target-table-status-degraded,.target-table-status-divergent,.target-table-status-error,.target-table-status-cap_blocked{color:#b45309}.target-table-status-computing,.target-table-status-refreshing{color:var(--cockpit-gray-600);font-style:italic}.target-table-verdict-pair{display:flex;flex-direction:column;gap:.1rem;font-size:.8rem;color:var(--gray-700);margin-top:.2rem}.target-table-cell-actions{min-width:160px}.target-table-excluded-reason{font-size:.8rem;font-style:italic;color:var(--gray-500, #6b7280)}.target-table-expansion-row td{background:var(--gray-50, #f9fafb);border-bottom:1px solid var(--gray-200, #e5e7eb)}.target-row-expansion{display:flex;flex-direction:column;gap:.6rem;padding:.6rem .4rem}.target-row-expansion-why{color:var(--gray-700);font-size:.9rem}.target-row-expansion-excluded{color:var(--gray-500, #6b7280);font-size:.85rem;font-style:italic}.target-row-expansion-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.target-row-expansion-heading{font-size:.8rem;font-weight:700;color:var(--cockpit-gray-600);text-transform:uppercase;margin-bottom:.3rem}.target-row-expansion-freshness{display:flex;flex-wrap:wrap;gap:1.2rem;border-top:1px solid var(--gray-200, #e5e7eb);padding-top:.5rem}.target-row-expansion-freshness-label{display:block;font-size:.75rem;color:var(--cockpit-gray-600);margin-bottom:.15rem}.target-row-actions{display:flex;flex-direction:column;gap:.4rem}.target-row-actions-error{color:var(--red);font-size:.78rem}.target-row-actions-buttons{display:flex;gap:.4rem}.target-row-actions-reject-panel{display:flex;flex-direction:column;gap:.4rem;min-width:220px}.target-row-actions-label{display:flex;flex-direction:column;gap:.2rem;font-size:.78rem;color:var(--cockpit-gray-600)}.mfa-card{background:#fff;border:1px solid var(--gray-200);border-radius:8px;padding:1.5rem;max-width:520px}.mfa-section{display:flex;flex-direction:column;gap:1rem}.mfa-status-row{display:flex;align-items:center;justify-content:space-between}.mfa-status-label{font-weight:600;color:var(--gray-900)}.mfa-status-pill{font-size:.78rem;font-weight:600;padding:.2rem .6rem;border-radius:999px}.mfa-status-pill.mfa-on{background:#dcfce7;color:#166534}.mfa-status-pill.mfa-off{background:var(--gray-200);color:var(--gray-500)}.mfa-enroll-step h3,.mfa-recovery-panel h3{font-size:1.05rem;font-weight:700;color:var(--gray-900);margin-bottom:.4rem}.mfa-qr-wrap{display:inline-block;padding:.75rem;background:#fff;border:1px solid var(--gray-200);border-radius:8px;margin:.75rem 0}.mfa-manual{margin:.5rem 0 1rem;font-size:.85rem}.mfa-manual summary{cursor:pointer;color:var(--blue)}.mfa-secret{display:inline-block;margin-top:.5rem;padding:.4rem .6rem;background:var(--gray-100, #f3f4f6);border-radius:6px;font-family:monospace;letter-spacing:.05em;word-break:break-all}.mfa-confirm-form{display:flex;flex-direction:column;gap:.5rem;max-width:260px;margin-top:.75rem}.mfa-regen-actions{display:flex;gap:.6rem}.mfa-recovery-panel{border:1px solid #fcd34d;background:#fffbeb;border-radius:8px;padding:1.25rem}.mfa-recovery-list{list-style:none;padding:0;margin:.75rem 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem 1rem;font-family:monospace;font-size:.95rem;letter-spacing:.05em}.mfa-challenge-toggle{background:none;border:none;color:#2563eb;cursor:pointer;font-size:.9rem;padding:.5rem 0;margin-top:.25rem;text-decoration:underline}.mfa-challenge-toggle:hover{color:#1d4ed8}.mfa-grace-banner{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;background:#fffbeb;border-bottom:1px solid #fcd34d;color:#92400e;padding:.6rem 1rem;font-size:.9rem}.mfa-grace-banner-link{color:#92400e;font-weight:600;text-decoration:underline}.mfa-grace-banner-link:hover{color:#78350f}.mfa-gate-card{max-width:520px;width:100%}.excl-section{background:#fff;border:1px solid var(--gray-200);border-radius:8px;box-shadow:var(--shadow);padding:1.25rem;margin-bottom:1.5rem}.excl-section-head{margin-bottom:1rem}.excl-section-head h3{font-size:1rem;font-weight:600;margin-bottom:.2rem}.excl-section-head p{font-size:.85rem;color:var(--gray-500);line-height:1.45}.excl-intro{font-size:.9rem;color:var(--gray-500);line-height:1.5;margin-bottom:1.25rem;max-width:70ch}.excl-form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--gray-100)}.excl-form .form-field{margin-bottom:0;min-width:170px}.excl-form .form-field-grow{flex:1;min-width:220px}.excl-form-actions{display:flex;align-items:center;gap:.75rem}.excl-feed-badge{display:inline-block;padding:.15rem .6rem;border-radius:999px;font-size:.78rem;font-weight:600;white-space:nowrap;cursor:help}.excl-feed-seen{background:var(--green-soft);color:var(--green)}.excl-feed-unseen{background:#fff3cd;color:#856404}.excl-feed-nodata{background:var(--gray-100);color:var(--gray-500)}.excl-banner-neutral{background:var(--gray-50);color:var(--gray-700);padding:.75rem 1rem;border-radius:var(--radius);font-size:.9rem;border:1px solid var(--gray-200);margin-bottom:1.5rem}.excl-conflict-list{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.6rem}.excl-conflict-item{background:#fff;border:1px solid #fecaca;border-radius:var(--radius);padding:.7rem .85rem}.excl-conflict-sku{font-weight:600;color:var(--gray-900)}.excl-meta{font-size:.8rem;color:var(--gray-500)}.excl-reason{color:var(--gray-700);max-width:34ch}.excl-nowrap{white-space:nowrap}.ordcfg-section{background:#fff;border:1px solid var(--gray-200);border-radius:8px;box-shadow:var(--shadow);padding:1.25rem;margin-bottom:1.5rem}.ordcfg-section-head{margin-bottom:1rem}.ordcfg-section-head h3{font-size:1rem;font-weight:600;margin-bottom:.2rem}.ordcfg-section-head p{font-size:.85rem;color:var(--gray-500);line-height:1.45}.ordcfg-intro{font-size:.9rem;color:var(--gray-500);line-height:1.5;margin-bottom:1.25rem;max-width:70ch}.ordcfg-table th,.ordcfg-table td{padding-left:.7rem;padding-right:.7rem}.ordcfg-table td{vertical-align:top}.ordcfg-table,.ordcfg-history-table{table-layout:fixed;width:100%}.ordcfg-table th:nth-child(1){width:38%}.ordcfg-table th:nth-child(2){width:16%}.ordcfg-table th:nth-child(3){width:16%}.ordcfg-table th:nth-child(4){width:20%}.ordcfg-table th:nth-child(5){width:10%}.ordcfg-history-table th:nth-child(1){width:13%}.ordcfg-history-table th:nth-child(2){width:20%}.ordcfg-history-table th:nth-child(3){width:10%}.ordcfg-history-table th:nth-child(4){width:13%}.ordcfg-history-table th:nth-child(5){width:12%}.ordcfg-history-table th:nth-child(6){width:32%}.ordcfg-history-table td{overflow-wrap:anywhere;vertical-align:top}.ordcfg-table .action-cell{flex-wrap:wrap}.ordcfg-label{color:var(--gray-900);font-weight:600;font-size:.95rem;line-height:1.3}.ordcfg-desc{color:var(--gray-900);font-weight:500;line-height:1.45}.ordcfg-table .ordcfg-desc{color:var(--gray-500);font-weight:400;font-size:.8rem;margin-top:.2rem}.ordcfg-key{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem;color:var(--gray-500);margin-top:.3rem}.ordcfg-tech-note{font-size:.78rem;color:var(--gray-500);line-height:1.4;margin-top:.35rem}.ordcfg-details{margin-top:.4rem}.ordcfg-details-toggle{display:flex;align-items:center;gap:.35rem;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:.78rem;color:var(--gray-500)}.ordcfg-details-toggle:hover{color:var(--gray-700)}.ordcfg-advanced-head{margin-top:.5rem}.ordcfg-legacy{font-size:.78rem;color:var(--gray-500);margin-top:.25rem}.ordcfg-dual-use{background:#fff3cd;color:#856404;border:1px solid #ffeaa7;border-radius:var(--radius);padding:.5rem .6rem;font-size:.78rem;line-height:1.4;margin-top:.5rem}.ordcfg-value{font-weight:600;overflow-wrap:anywhere}.ordcfg-unit{font-weight:400;color:var(--gray-500)}.ordcfg-unseeded{color:#856404;font-size:.82rem}.ordcfg-range{color:var(--gray-500)}.ordcfg-when{color:var(--gray-700)}.ordcfg-actor{font-size:.78rem;color:var(--gray-500);overflow-wrap:anywhere}.ordcfg-edit-input{width:100%}.ordcfg-field-error{color:var(--red);font-size:.78rem;margin-top:.3rem;max-width:18rem}.ordcfg-baseline{color:var(--gray-400);font-style:italic}.ordhero-section{background:#fff;border:1px solid var(--gray-200);border-radius:8px;box-shadow:var(--shadow);padding:1.25rem;margin-bottom:1.5rem}.ordhero-section-head{margin-bottom:1rem}.ordhero-section-head h3{font-size:1rem;font-weight:600;margin-bottom:.2rem}.ordhero-section-head p{font-size:.85rem;color:var(--gray-500);line-height:1.45}.ordhero-intro{font-size:.9rem;color:var(--gray-500);line-height:1.5;margin-bottom:.75rem;max-width:70ch}.ordhero-limits{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:.75rem 1rem;margin-bottom:1.5rem;max-width:70ch;font-size:.85rem;color:var(--gray-700);line-height:1.5}.ordhero-limits ul{margin:.4rem 0 0;padding-left:1.1rem}.ordhero-limits li{margin-bottom:.25rem}.ordhero-form{display:flex;flex-direction:column;gap:.6rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--gray-100)}.ordhero-pin-inputs{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);align-items:start;gap:.75rem}.ordhero-form .form-field{margin-bottom:0;min-width:0}.ordhero-pin-readout{min-height:2.5rem;display:flex;align-items:center;font-size:.82rem;color:var(--gray-600)}.ordhero-pin-readout-hint{color:var(--gray-500)}.ordhero-pin-account{display:flex;align-items:center;gap:.5rem}.ordhero-pin-account label{font-size:.82rem;font-weight:600;color:var(--gray-700)}.ordhero-pin-account .form-select{width:auto;min-width:12rem}.ordhero-form-actions{display:flex;align-items:center;gap:.75rem}.ordhero-feed-badge{display:inline-block;padding:.15rem .6rem;border-radius:999px;font-size:.78rem;font-weight:600;white-space:nowrap;cursor:help}.ordhero-feed-seen{background:var(--green-soft);color:var(--green)}.ordhero-feed-unseen{background:#fff3cd;color:#856404}.ordhero-feed-nodata{background:var(--gray-100);color:var(--gray-500)}.ordhero-state-ok{background:var(--green-soft);color:var(--green)}.ordhero-state-bad{background:#fee2e2;color:#991b1b}.ordhero-state-pending{background:var(--gray-100);color:var(--gray-500)}.ordhero-banner-neutral{background:var(--gray-50);color:var(--gray-700);padding:.75rem 1rem;border-radius:var(--radius);font-size:.9rem;border:1px solid var(--gray-200);margin-bottom:1rem}.ordhero-meta{font-size:.8rem;color:var(--gray-500)}.ordhero-reason{color:var(--gray-700);max-width:34ch}.ordhero-unknown{color:var(--gray-400);font-style:italic}.ordhero-nowrap{white-space:nowrap}.ordovr-section{background:#fff;border:1px solid var(--gray-200);border-radius:8px;box-shadow:var(--shadow);padding:1.25rem;margin-bottom:1.5rem}.ordovr-section-head{margin-bottom:1rem}.ordovr-section-head h3{font-size:1rem;font-weight:600;margin-bottom:.2rem}.ordovr-section-head p{font-size:.85rem;color:var(--gray-600);margin-bottom:.35rem}.ordovr-detail{font-size:.8rem;color:var(--gray-500);line-height:1.5}.ordovr-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.75rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--gray-100)}.ordovr-form .form-field{margin-bottom:0;min-width:150px}.ordovr-form .form-field-grow{flex:1;min-width:220px}.ordovr-lever-field{max-width:170px}.ordovr-lever-global{display:block;margin-top:.25rem;font-size:.74rem;font-weight:600;color:var(--gray-600);font-variant-numeric:tabular-nums}.ordovr-lever-help{display:block;margin-top:.2rem;font-size:.72rem;color:var(--gray-500);line-height:1.35}.ordovr-edit-input{width:3.2rem;padding:.3rem .4rem;font-size:.82rem;text-align:right}.ordovr-edit-reason{min-width:6rem;padding:.3rem .5rem;font-size:.82rem}.ordovr-edit-error-row td{color:var(--red);font-size:.82rem;line-height:1.5;background:var(--red-soft);padding-top:.5rem;padding-bottom:.5rem}.ordovr-form-actions{display:flex;align-items:center;gap:.75rem}.ordovr-th-lever{vertical-align:bottom}.ordovr-th-global{display:block;margin-top:.15rem;text-transform:none;font-weight:400;font-size:.68rem;color:var(--gray-500);letter-spacing:0;white-space:nowrap}.ordovr-lever-cell{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.ordovr-feed-badge{display:inline-block;padding:.15rem .6rem;border-radius:999px;font-size:.78rem;font-weight:600;white-space:nowrap;cursor:help}.ordovr-feed-seen{background:var(--green-soft);color:var(--green)}.ordovr-feed-unseen{background:#fff3cd;color:#856404}.ordovr-feed-nodata{background:var(--gray-100);color:var(--gray-500)}.ordovr-meta{font-size:.8rem;color:var(--gray-500)}.ordovr-reason{color:var(--gray-700);max-width:34ch}.ordovr-unknown{color:var(--gray-400);font-style:italic}.ordovr-nowrap{white-space:nowrap}.ordovr-detail-cell{font-size:.82rem;color:var(--gray-700);min-width:22ch;max-width:40ch}.ordrun-identity{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:.85rem 1rem;margin-bottom:1rem}.ordrun-identity-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.ordrun-identity-label,.ordrun-label{font-weight:600;color:var(--gray-900)}.ordrun-identity-desc,.ordrun-muted{font-size:.82rem;color:var(--gray-500)}.ordrun-status{margin-left:.5rem;padding:.05rem .4rem;border-radius:var(--radius);font-size:.72rem;text-transform:uppercase;background:var(--gray-200);color:var(--gray-700)}.ordrun-status-success{background:var(--green-soft);color:var(--green)}.ordrun-status-failed,.ordrun-status-partial{background:var(--red-soft);color:var(--red)}.ordrun-picker select,.ordrun-sort select,.ordrun-controls select,.ordrun-controls input{margin-left:.4rem;padding:.3rem .4rem;border:1px solid var(--gray-300);border-radius:var(--radius)}.ordrun-staleness,.ordrun-holds{margin-top:.75rem;padding:.6rem .8rem;border-left:3px solid var(--red);background:var(--red-soft);border-radius:var(--radius);font-size:.85rem}.ordrun-staleness ul,.ordrun-holds ul{margin:.4rem 0 0;padding-left:1.1rem}.ordrun-section-head{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;margin:1.25rem 0 .5rem}.ordrun-section-head h3,.ordrun-section-head h4{margin:0}.ordrun-num{text-align:right;font-variant-numeric:tabular-nums}.ordrun-bar-track{height:4px;background:var(--gray-200);border-radius:2px;margin-top:.25rem;width:160px}.ordrun-bar{display:block;height:100%;background:var(--blue);border-radius:2px}.ordrun-threshold{font-family:ui-monospace,monospace;font-size:.8rem;color:var(--gray-700)}.ordrun-linkish{background:none;border:none;padding:0;color:var(--blue);cursor:pointer;font:inherit;text-decoration:underline;-webkit-user-select:text;user-select:text}.ordrun-linkish:hover{color:var(--blue-hover)}.ordrun-unknown{color:var(--gray-400);font-style:italic}.ordrun-unknown-count{color:var(--red);font-weight:600}.ordrun-measured-empty{color:var(--gray-700)}.ordrun-page{max-width:none}.ordrun-page .ordrun-display-fact,.ordrun-page .ordrun-truncation,.ordrun-page .ordrun-note,.ordrun-page .ordrun-banner-detail,.ordrun-page .ordrun-trace{max-width:110ch}.ordrun-display-fact,.ordrun-truncation,.ordrun-note{font-size:.82rem;color:var(--gray-700);background:var(--gray-50);border-left:3px solid var(--gray-300);padding:.5rem .7rem;border-radius:var(--radius)}.ordrun-badge{display:inline-block;margin-left:.35rem;padding:.05rem .4rem;border-radius:var(--radius);font-size:.72rem;background:var(--gray-100);color:var(--gray-700)}.ordrun-badge-ok{background:var(--green-soft);color:var(--green)}.ordrun-badge-warn,.ordrun-badge-unknown{background:var(--red-soft);color:var(--red)}.ordrun-divider{margin:1.25rem 0 .4rem;padding-top:.6rem;border-top:2px dashed var(--gray-300);font-size:.9rem;letter-spacing:.06em}.ordrun-divider-note{display:block;font-weight:400;letter-spacing:normal;font-size:.8rem;color:var(--gray-500)}.ordrun-row-active{background:var(--blue-soft)}.ordrun-controls{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin:1rem 0 .5rem;font-size:.85rem}.ordrun-grid{height:620px;width:100%}.ordrun-band{border:1px solid var(--gray-200);border-radius:var(--radius);padding:.25rem .9rem .9rem;margin-bottom:1rem}.ordrun-band-hero{border-left:3px solid var(--blue)}.ordrun-band-duplicate{border-left:3px solid var(--red)}.ordrun-finding{border-top:1px solid var(--gray-200);padding:.6rem 0}.ordrun-finding-head{display:flex;gap:.6rem;align-items:baseline;flex-wrap:wrap}.ordrun-finding-reco,.ordrun-finding-noreco,.ordrun-finding-stored,.ordrun-finding-warn{margin:.35rem 0 0;font-size:.85rem}.ordrun-finding-warn{color:var(--red);font-weight:600}.ordrun-finding-stored{color:var(--gray-500);font-style:italic}.ordrun-details-toggle{background:none;border:none;padding:0;margin-top:.3rem;color:var(--gray-700);cursor:pointer;font:inherit;font-size:.8rem}.ordrun-pin{position:relative;display:inline-block}.ordrun-pin-btn{background:none;border:none;cursor:pointer;font-size:1rem;color:var(--gray-400);padding:0 .15rem}.ordrun-pin-btn-on{color:var(--blue)}.ordrun-pin-btn:disabled{cursor:not-allowed;opacity:.45}.ordrun-pin-popover{position:fixed;z-index:60;width:260px;display:block;background:#fff;border:1px solid var(--gray-300);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:.6rem;font-size:.82rem}.ordrun-pin-label{display:block;font-weight:600;margin-bottom:.25rem}.ordrun-pin-reason{width:100%;border:1px solid var(--gray-300);border-radius:var(--radius);padding:.3rem;font:inherit}.ordrun-pin-reason-read{margin:0 0 .5rem;padding:.35rem .5rem;border-left:3px solid var(--gray-300);background:var(--gray-50);color:var(--gray-700);white-space:pre-wrap;max-height:7.5rem;overflow-y:auto}.ordrun-pin-error{color:var(--red);margin-top:.3rem}.ordrun-pin-actions{display:flex;gap:.4rem;margin-top:.5rem}.ordrun-overlay{position:fixed;inset:0;z-index:80;display:flex;align-items:flex-start;justify-content:center;padding:3rem 1rem;background:#0f172a73;overflow-y:auto}.ordrun-trace{border:1px solid var(--gray-200);border-radius:var(--radius);padding:.9rem;background:#fff;width:min(980px,100%);max-height:100%;overflow-y:auto;box-shadow:var(--shadow-md)}.ordrun-trace:focus{outline:none}.ordrun-trace-head{display:flex;justify-content:space-between;align-items:baseline}.ordrun-trace-head h3{margin:0}.ordrun-trace-section{margin-top:.9rem}.ordrun-trace-inert{border-left:3px solid var(--gray-300);padding-left:.7rem}.ordrun-kv{display:grid;grid-template-columns:minmax(140px,max-content) 1fr;gap:.2rem .8rem;margin:.4rem 0 0;font-size:.85rem}.ordrun-kv dt{color:var(--gray-500)}.ordrun-kv dd{margin:0}.ordrun-json{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:.5rem;font-size:.78rem;max-height:320px;overflow:auto}.ordrun-subtree summary{cursor:pointer;font-size:.85rem;padding:.25rem 0}.ordrun-command{display:block;margin-top:.3rem;background:var(--gray-900);color:var(--gray-100);padding:.4rem .5rem;border-radius:var(--radius);font-size:.78rem;overflow-x:auto}.ordrun-loading-cell{color:var(--gray-300)}.ordrun-freshness{font-size:.9rem;color:var(--gray-700);padding:.5rem 0 .75rem;border-bottom:1px solid var(--gray-200);margin-bottom:1rem}.ordrun-freshness-empty{border-bottom:none}.ordrun-banner-detail{margin-top:.15rem;font-size:.78rem}.ordrun-back{background:none;border:1px solid var(--gray-300);border-radius:var(--radius);padding:.15rem .5rem;margin-right:.6rem;color:var(--gray-700);cursor:pointer;font:inherit;font-size:.85rem}.ordrun-back:hover{background:var(--gray-100);color:var(--gray-900)}.ordrun-filter-icon{flex:0 0 auto;margin-left:.3rem;border:none;border-radius:var(--radius);background:none;color:var(--gray-500);line-height:1;padding:.15rem .25rem;cursor:pointer;display:inline-flex;align-items:center}.ordrun-filter-icon:hover{background:var(--gray-100);color:var(--gray-700)}.ordrun-filter-icon-on{color:var(--blue)}.ordrun-filter-menu{position:fixed;z-index:70;min-width:14rem;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:0 6px 20px #0f172a29;padding:.35rem 0;display:flex;flex-direction:column}.ordrun-filter-menu-item{background:none;border:none;text-align:left;font:inherit;font-size:.82rem;padding:.3rem .7rem;cursor:pointer;color:var(--gray-700)}.ordrun-filter-menu-item:hover{background:var(--gray-50)}.ordrun-filter-menu-item-on{color:var(--blue);font-weight:600}.ordrun-filter-menu-reset{border-top:1px solid var(--gray-200);margin-top:.2rem}.ordrun-filter-menu-value{display:flex;flex-direction:column;gap:.2rem;padding:.4rem .7rem .5rem;border-top:1px solid var(--gray-200)}.ordrun-filter-menu-value .ordrun-col-filter{width:100%}.ordrun-filter-menu-value .ordrun-col-filter:disabled{background:var(--gray-50);color:var(--gray-500)}.ordrun-filter-menu-list{display:flex;flex-direction:column;max-height:15rem;overflow-y:auto}.ordrun-filter-menu-empty{padding:.4rem .7rem;font-size:.8rem;color:var(--gray-500)}.ordrun-col-filter{width:100%;min-width:0;box-sizing:border-box;border:1px solid var(--gray-300);border-radius:var(--radius);padding:.15rem .35rem;font:inherit;font-size:.78rem;font-weight:400}.ordrun-col-filter:focus{outline:2px solid var(--blue);outline-offset:-1px}.ordrun-sort-header{background:none;border:none;padding:0;font:inherit;font-weight:inherit;color:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:.3rem}.ordrun-sort-header:hover{color:var(--blue)}.ordrun-sort-arrow{font-size:.7rem;color:var(--gray-400)}th[aria-sort=ascending] .ordrun-sort-arrow,th[aria-sort=descending] .ordrun-sort-arrow{color:var(--blue)}.ordrun-col-note{font-weight:400;font-size:.72rem;color:var(--gray-500);text-transform:none;letter-spacing:normal}.ordrun-small-orders{margin-top:.75rem;border-top:1px dashed var(--gray-300);padding-top:.5rem}.ordrun-past-runs{margin-top:2rem;padding-top:.75rem;border-top:1px solid var(--gray-200)}.ordrun-past-runs-body{margin-top:.6rem;font-size:.85rem}.ordrun-row-offlist{background:var(--gray-50);color:var(--gray-500)}.ordrun-on-list{color:var(--green);font-weight:600}.ordrun-group-table td,.ordrun-band td{-webkit-user-select:text;user-select:text}.ordrun-qty,.ordrun-qty-readonly{display:inline-flex;align-items:center;gap:.15rem;white-space:nowrap}.ordrun-qty-readonly{color:var(--gray-700)}.ordrun-qty-input{width:4.5rem;padding:.15rem .3rem;border:1px solid var(--gray-300);border-radius:var(--radius);font:inherit;font-size:.82rem;text-align:right}.ordrun-qty-input:focus{border-color:var(--blue);outline:none}.ordrun-qty-input:disabled{background:var(--gray-100);color:var(--gray-500)}.ordrun-qty-error{color:var(--red);font-size:.72rem;margin-left:.3rem;white-space:normal}.ordrun-badge-edited{background:var(--blue-soft);color:var(--blue-hover)}.ordrun-badge-carried{background:var(--gray-100);color:var(--gray-700);font-style:italic}.ordrun-badge-changed{background:var(--gray-50);color:var(--gray-900);border:1px solid var(--gray-400)}.ordrun-select-col{width:4.5rem;text-align:center}.ordrun-state-band{margin:.75rem 0;padding:.5rem .7rem;border-left:3px solid var(--gray-300);background:var(--gray-50);border-radius:var(--radius);font-size:.85rem;color:var(--gray-700)}.ordrun-write-error-dismiss{margin-left:.75rem}.ordrun-excluded{color:var(--red);font-weight:600;font-size:.8rem;white-space:nowrap}.ordrun-qty-exclude,.ordrun-qty-restore{margin-left:.4rem;font-size:.72rem;padding:.1rem .4rem}.ag-cell.ordrun-cell-order{display:flex;align-items:center}.ordrun-row-order{display:flex;align-items:center;justify-content:flex-start;padding-left:.9rem;gap:.35rem}.ordrun-row-select{cursor:pointer;flex:none}.ordrun-row-select:disabled{cursor:not-allowed}.ordrun-row-chip{font-size:.62rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--red);background:var(--red-soft);border-radius:var(--radius);padding:.05rem .25rem;line-height:1.3;white-space:nowrap}.ordrun-row-order-blocked .ordrun-row-select{opacity:.35}.ordrun-po-results{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--gray-200)}.ordrun-po-results-title{margin:0 0 .4rem;font-size:.95rem}.ordrun-po-note{margin:.25rem 0 0;font-size:.8rem;max-width:70ch}.ordrun-po-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin:.5rem 0;font-size:.85rem;color:var(--gray-700)}.ordrun-po-summary{margin-top:.5rem}.ordrun-po-reasons{margin:0;padding-left:1rem;font-size:.8rem;color:var(--gray-700)}.ordrun-sort-header{background:none;border:0;padding:0;font:inherit;color:inherit;cursor:pointer;white-space:nowrap}.ordrun-sort-header:hover{text-decoration:underline}.ordrun-selectable td,.ordrun-selectable td *{-webkit-user-select:text;user-select:text}.ordrun-filter-row th{padding-top:0;padding-bottom:.35rem}.ordrun-filter-input{width:100%;min-width:0;box-sizing:border-box;padding:.2rem .4rem;font-size:.8rem;font-family:inherit;color:var(--gray-700);border:1px solid var(--gray-300);border-radius:var(--radius);font-weight:400}.ordrun-filter-input:focus{outline:2px solid var(--blue);outline-offset:-1px}.ordpar-section{background:#fff;border:1px solid var(--gray-200);border-radius:8px;box-shadow:var(--shadow);padding:1.25rem;margin-bottom:1.5rem}.ordpar-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.ordpar-section-head h3{font-size:1rem;font-weight:600;margin:0}.ordpar-section h4{font-size:.85rem;font-weight:600;margin:1.25rem 0 .5rem;color:var(--gray-700)}.ordpar-section h4:first-of-type{margin-top:.25rem}.ordpar-headline{font-size:1.05rem;margin-bottom:.4rem}.ordpar-badge{display:inline-block;padding:.15rem .6rem;border-radius:var(--radius);font-size:.75rem;font-weight:600;background:var(--gray-100);color:var(--gray-700);white-space:nowrap}.ordpar-badge-ok{background:var(--green-soft);color:var(--green)}.ordpar-badge-warn{background:var(--yellow-soft, #fef3c7);color:#92400e}.ordpar-badge-bad{background:var(--red-soft);color:var(--red)}.ordpar-note{font-size:.85rem;color:var(--gray-600);margin-bottom:.5rem}.ordpar-controls{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.ordpar-controls label{font-size:.85rem;font-weight:600;color:var(--gray-700)}.ordpar-controls select{padding:.35rem .5rem;border:1px solid var(--gray-300);border-radius:var(--radius);font-size:.85rem;max-width:32rem}.ordpar-facts{display:grid;grid-template-columns:max-content 1fr;gap:.35rem 1rem;font-size:.85rem;margin:0}.ordpar-facts dt{font-weight:600;color:var(--gray-700)}.ordpar-facts dd{margin:0;color:var(--gray-800)}.ordpar-unknown{color:var(--gray-500);font-style:italic}.ordpar-triage-form{margin-top:1rem;padding:1rem;border:1px dashed var(--gray-300);border-radius:var(--radius);background:var(--gray-50, #f9fafb)}.ordpar-triage-form label{display:block;font-size:.85rem;font-weight:600;margin:.6rem 0 .25rem}.ordpar-triage-form textarea{width:100%;min-height:4rem;padding:.4rem;border:1px solid var(--gray-300);border-radius:var(--radius);font-family:inherit;font-size:.85rem}.ordpar-triage-form button{margin-top:.75rem}.ordpar-page{max-width:none}.ordpar-page .ordpar-note,.ordpar-page .ordpar-headline,.ordpar-page .ordpar-facts{max-width:110ch}.ordpar-page .data-table td{-webkit-user-select:text;user-select:text}.ordovr-page{max-width:none}.ordovr-page .ordovr-intro,.ordovr-page .ordovr-banner,.ordovr-page .ordovr-detail,.ordovr-page .ordovr-muted{max-width:110ch}.ordovr-intro{color:var(--gray-700);margin-bottom:1rem}.ordovr-muted{color:var(--gray-600);font-size:.85rem}.ordovr-banner{border:1px solid var(--gray-200);border-left:3px solid var(--blue);border-radius:var(--radius);padding:.75rem .9rem;margin-bottom:1rem;color:var(--gray-700)}.ordovr-page .data-table td{-webkit-user-select:text;user-select:text}.ordovr-controls{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap;margin:0 0 1rem}.ordovr-control{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem}.ordovr-control label{color:var(--gray-600);font-weight:600}.ordovr-control-count{font-size:.85rem;color:var(--gray-700);padding-bottom:.4rem}.ordovr-bulk,.ordovr-result,.ordovr-summary,.ordovr-grid-section{border:1px solid var(--gray-200);border-radius:var(--radius);padding:.9rem 1rem 1rem;margin-bottom:1.25rem}.ordovr-bulk{border-left:3px solid var(--blue)}.ordovr-bulk-selection{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin-bottom:.9rem}.ordovr-bulk-form{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-start}.ordovr-bulk-lever{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;min-width:15rem}.ordovr-bulk-lever label{color:var(--gray-600);font-weight:600}.ordovr-bulk-value{max-width:9rem}.ordovr-bulk-reason{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;flex:1 1 22rem}.ordovr-bulk-reason label{color:var(--gray-600);font-weight:600}.ordovr-bulk-confirm{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;flex:1 1 100%;border-top:1px solid var(--gray-200);padding-top:.75rem}.ordovr-bulk-sentence{font-size:.95rem;color:var(--gray-900);margin:0}.ordovr-result-summary{display:flex;gap:1.25rem;flex-wrap:wrap;list-style:none;padding:0;margin:0 0 .75rem;font-size:.85rem;color:var(--gray-700)}.ordovr-summary-line{color:var(--gray-800);margin:0 0 .75rem}.ordovr-grid{height:620px;width:100%}.ordovr-header{display:flex;align-items:center;width:100%;min-width:0;gap:.15rem;cursor:pointer}.ordovr-header-right{justify-content:flex-end}.ordovr-header-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.ordovr-header .ordrun-filter-icon{flex:0 0 auto;margin-left:auto}.ordovr-header-right .ordrun-filter-icon{margin-left:.15rem}.ordovr-linkish-btn{background:none;border:none;padding:0;margin-left:.4rem;font:inherit;color:var(--blue);cursor:pointer;text-decoration:underline}.ordovr-select-box{cursor:pointer}.ordovr-state-badge{display:inline-block;padding:.1rem .45rem;border-radius:999px;font-size:.75rem;font-weight:600}.ordovr-state-active{background:var(--blue-50, #eff6ff);color:var(--blue, #2563eb)}.ordovr-state-inactive{background:var(--gray-100);color:var(--gray-600)}.ordovr-state-none{background:transparent;color:var(--gray-400);font-weight:400}.ordovr-sku-cell{-webkit-user-select:text;user-select:text}.ordovr-batch-note{display:block;margin-top:.15rem;font-size:.75rem;color:var(--gray-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ordovr-result-alert{border:1px solid var(--amber-300, #fcd34d);border-left:3px solid var(--amber-500, #f59e0b);background:var(--amber-50, #fffbeb);border-radius:var(--radius);padding:.6rem .8rem;margin-bottom:.75rem;font-size:.85rem;color:var(--gray-800)}.ordovr-result-row-alert td{background:var(--amber-50, #fffbeb)}.ordovr-lever-retired{color:var(--gray-400);text-decoration:line-through}.ordovr-selection-warn{color:var(--amber-700, #b45309);font-size:.85rem}.ordovr-bulk-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.ordovr-blocked-reason{font-size:.85rem;color:var(--amber-700, #b45309)}.ordovr-linkish{color:var(--blue, #2563eb);text-decoration:none}.ordovr-linkish:hover{text-decoration:underline}.ordovr-list-controls{display:flex;align-items:center;gap:.6rem;margin:.75rem 0 .5rem;font-size:.85rem}.ordovr-list-controls label{color:var(--gray-600);font-weight:600}.ordovr-lever-editable{cursor:text;border-bottom:1px dotted var(--gray-300)}.ordovr-lever-editable:hover{border-bottom-color:var(--blue, #2563eb)}.ordovr-cell-input{width:100%;padding:.1rem .3rem;font-size:.85rem}.ordovr-reason-popover{position:fixed;z-index:60;min-width:22rem;max-width:28rem;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:0 8px 24px #0f172a24;padding:.8rem .9rem;font-size:.85rem}.ordovr-reason-popover-head{margin:0 0 .5rem;font-weight:600;color:var(--gray-900)}.ordovr-reason-popover label{display:block;margin-bottom:.2rem;color:var(--gray-600);font-weight:600}.ordovr-reason-popover-actions{display:flex;align-items:center;gap:.6rem;margin-top:.7rem;flex-wrap:wrap}.ordhero-account-note{display:block;margin-top:.2rem;font-size:.75rem;color:var(--gray-500)}
