*{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)}.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)}.action-cell{display:flex;gap:.5rem}.status-badge{display:inline-block;padding:.15rem .6rem;border-radius:999px;font-size:.78rem;font-weight:600}.status-active{background:var(--green-soft);color:var(--green)}.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-300);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{display:flex;align-items:center;gap:.5rem;font-size:.88rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--blue)}.perm-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.35rem}.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}.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}.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}.save-msg-ok{color:var(--green)}.save-msg-err{color:var(--red)}.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-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-generate-btn{align-self:flex-start;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-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}@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}}
