:root{--bg:#f4f7fb;--panel:#fff;--ink:#172033;--muted:#64748b;--line:#e2e8f0;--blue:#2563eb;--blue-dark:#1d4ed8;--blue-soft:#eff6ff;--green:#16803c;--green-soft:#ecfdf3;--yellow:#a16207;--yellow-soft:#fffbeb;--orange:#c2410c;--orange-soft:#fff7ed;--red:#b42318;--red-soft:#fff1f2;--gray-soft:#f8fafc;--shadow:0 12px 32px rgba(15,23,42,.065);font-family:"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}html{min-width:300px}body{margin:0;background:var(--bg);color:var(--ink)}button,input,textarea,select{font:inherit}button,a{cursor:pointer}a{color:inherit}.shell{max-width:1390px;margin:auto;padding:0 28px 34px}.topbar{min-height:76px;display:flex;align-items:center;gap:28px;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;min-width:max-content}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#60a5fa);color:#fff;box-shadow:0 7px 16px rgba(37,99,235,.24)}.brand-mark svg{width:22px;height:22px}.brand strong{display:block;font-size:16px;letter-spacing:-.01em}.brand small{display:block;color:var(--muted);font-size:11px;margin-top:2px}.main-nav{display:flex;align-self:stretch;align-items:center;gap:4px;flex:1}.nav-link{display:inline-flex;align-items:center;gap:7px;height:100%;padding:0 13px;text-decoration:none;color:#64748b;font-size:13px;font-weight:650;border-bottom:2px solid transparent}.nav-link:hover,.nav-link.active{color:var(--blue);border-bottom-color:var(--blue)}.nav-icon{font-size:19px;line-height:1;font-weight:400}.account-menu{display:flex;align-items:center;gap:15px;font-size:13px}.account-name{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:650}.account-menu form{margin:0}.logout-button{border:0;background:transparent;padding:6px 0;color:var(--muted);font-size:12px}.logout-button:hover{color:var(--red)}.page{padding:31px 0}.narrow-page{max-width:1100px;margin:auto}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:23px}.eyebrow{margin:0 0 7px;color:var(--blue);text-transform:uppercase;letter-spacing:.095em;font-size:10px;font-weight:800}.page-heading h1{margin:0;font-size:29px;letter-spacing:-.035em}.lead{margin:7px 0 0;color:var(--muted);font-size:14px}.heading-meta{display:flex;align-items:center;gap:7px;color:var(--green);font-size:12px;font-weight:650;padding-bottom:6px;white-space:nowrap}.live-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #dcfce7}.card{background:var(--panel);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:21px;margin-bottom:18px}.card-heading{display:flex;align-items:flex-start;gap:11px;margin-bottom:18px}.card-heading h2{margin:0;font-size:18px;letter-spacing:-.02em}.card-heading p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.step-badge{display:grid;place-items:center;flex:0 0 auto;width:29px;height:29px;border-radius:9px;background:#dbeafe;color:#1d4ed8;font-size:14px;font-weight:800}.freshness-banner{display:flex;align-items:center;gap:13px;flex-wrap:wrap;padding:14px 16px;margin-bottom:18px;border:1px solid #bfdbfe;border-radius:14px;background:var(--blue-soft);color:#1e3a8a}.freshness-symbol{display:grid;place-items:center;flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:#2563eb;color:#fff;font-weight:800}.freshness-copy{display:flex;flex-direction:column;gap:3px;min-width:180px;flex:1 1 240px;font-size:13px}.freshness-copy span{font-size:11px;color:#49638a}.source-mini-list{display:flex;gap:8px;flex-wrap:wrap;flex:2 1 460px}.source-mini{display:flex;flex-direction:column;min-width:175px;padding:7px 10px;border:1px solid #bfdbfe;border-radius:8px;background:rgba(255,255,255,.7);line-height:1.3}.source-mini b{font-size:10px;text-transform:uppercase;letter-spacing:.055em;color:#55709a}.source-mini strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#1e3a8a}.source-mini small{font-size:10px;color:#64748b;margin-top:2px}.query-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:19px}.field-label{display:block;margin:0 0 8px;font-weight:700;font-size:14px}.input-column textarea{display:block;width:100%;min-height:190px;resize:vertical;padding:13px 14px;border:1px solid #cbd5e1;border-radius:11px;background:#fff;color:var(--ink);line-height:1.5;font-family:Consolas,"Courier New",monospace;font-size:13px}.input-column textarea:focus,input:focus,select:focus{outline:3px solid rgba(37,99,235,.15);border-color:var(--blue)}.field-help{margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.query-action{padding:17px;border:1px solid var(--line);border-radius:13px;background:var(--gray-soft)}.action-kicker{display:block;color:var(--blue);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;margin-bottom:6px}.query-action h3{margin:0 0 7px;font-size:16px}.query-action p{margin:0 0 15px;color:var(--muted);font-size:13px;line-height:1.5}.button-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:9px 14px;border:1px solid transparent;border-radius:9px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,border-color .15s,color .15s,box-shadow .15s}.button:disabled{cursor:not-allowed;opacity:.45}.button-primary{background:var(--blue);color:#fff;box-shadow:0 5px 12px rgba(37,99,235,.2)}.button-primary:hover:not(:disabled){background:var(--blue-dark)}.button-secondary{background:#fff;color:#334155;border-color:#cbd5e1}.button-secondary:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.button-ghost{background:transparent;border-color:transparent;color:#64748b}.button-ghost:hover:not(:disabled){background:#f1f5f9;color:#334155}.button-wide{width:100%;margin-top:12px}.inline-status{display:flex;align-items:flex-start;gap:8px;min-height:38px;margin-top:11px;padding:10px;border-radius:9px;background:#f1f5f9;color:#475569;font-size:12px;line-height:1.35}.inline-status::before{content:"";flex:0 0 auto;width:8px;height:8px;margin-top:3px;border-radius:50%;background:#94a3b8}.inline-status.ready{background:var(--green-soft);color:#166534}.inline-status.ready::before{background:#22c55e}.inline-status.error{background:var(--red-soft);color:#9f1239}.inline-status.error::before{background:#ef4444}.inline-status.loading{background:var(--blue-soft);color:#1d4ed8}.inline-status.loading::before{background:#60a5fa}.results-card{padding-bottom:14px}.results-heading{align-items:center}.result-actions{margin-left:auto}.result-freshness{display:flex;align-items:center;gap:7px;margin:-3px 0 15px;padding:9px 11px;border-radius:8px;background:#f8fafc;color:#475569;font-size:11px;line-height:1.45}.result-freshness strong{color:#1e3a8a}.summary-grid{display:grid;grid-template-columns:repeat(5,minmax(110px,1fr));gap:9px;margin-bottom:16px}.summary-tile{padding:11px 13px;border:1px solid var(--line);border-radius:11px;background:var(--gray-soft)}.summary-tile span{display:block;color:var(--muted);font-size:11px}.summary-tile strong{display:block;margin-top:3px;font-size:21px;font-variant-numeric:tabular-nums}.tile-good{background:var(--green-soft);border-color:#bbf7d0;color:#166534}.tile-inbound{background:var(--yellow-soft);border-color:#fde68a;color:#92400e}.tile-receiving{background:var(--orange-soft);border-color:#fed7aa;color:#9a3412}.tile-bad{background:var(--red-soft);border-color:#fecdd3;color:#9f1239}.table-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:12px}table{width:100%;border-collapse:collapse;min-width:980px;background:#fff}th{padding:10px 11px;background:#f8fafc;color:#475569;border-bottom:1px solid var(--line);text-align:left;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.035em;white-space:nowrap}td{padding:11px;border-bottom:1px solid #eef2f7;vertical-align:top;font-size:13px}tr:last-child td{border-bottom:0}#results-table tbody tr{cursor:pointer}#results-table tbody tr:hover{background:#f8fbff}.code,.mono{font-family:Consolas,"Courier New",monospace}.code{font-weight:750;color:#1e3a8a;white-space:nowrap}.model{min-width:150px;max-width:260px;line-height:1.4}.qty{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.metric-main{font-weight:800}.metric-sub{margin-top:3px;color:var(--muted);font-size:11px;white-space:nowrap}.note{min-width:260px;max-width:400px;line-height:1.45}.note strong{font-weight:800}.subnote,.muted-block{display:block;margin-top:3px;color:var(--muted);font-size:11px;line-height:1.3}.status-pill,.status-label{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap}.status-pill::before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.pill-good,.status-ok{background:var(--green-soft);color:var(--green)}.pill-inbound{background:var(--yellow-soft);color:var(--yellow)}.pill-receiving{background:var(--orange-soft);color:var(--orange)}.pill-bad,.status-error{background:var(--red-soft);color:var(--red)}.pill-check{background:var(--blue-soft);color:#1d4ed8}.pill-info{background:#f1f5f9;color:#475569}.empty-state{padding:37px 18px;text-align:center;color:var(--muted);font-size:13px}.empty-state.compact{padding:24px 13px}.details-panel{margin-top:14px;padding:12px 14px;border:1px solid var(--line);border-radius:11px;background:var(--gray-soft);color:#475569}.details-panel summary{cursor:pointer;font-size:13px;font-weight:700;color:#334155}.details-panel pre{margin:10px 0 0;white-space:pre-wrap;word-break:break-word;font:12px/1.55 Consolas,"Courier New",monospace}.site-footer{color:var(--muted);text-align:center;font-size:10px;line-height:1.5;padding:7px 12px}.flash-stack{padding-top:15px}.flash,.alert{padding:11px 14px;border-radius:10px;font-size:13px;line-height:1.45}.flash-success,.alert-success{background:var(--green-soft);border:1px solid #bbf7d0;color:#166534}.flash-error,.alert-error{background:var(--red-soft);border:1px solid #fecdd3;color:#9f1239}.flash-warning,.alert-warning{background:var(--yellow-soft);border:1px solid #fde68a;color:#92400e}.flash-info,.alert-info{background:var(--blue-soft);border:1px solid #bfdbfe;color:#1e3a8a}.alert{margin-bottom:18px}.alert strong,.alert span{display:block}.upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.drop-zone{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:5px;min-height:176px;padding:19px;border:1.5px dashed #bfd0e6;border-radius:13px;background:var(--gray-soft);cursor:pointer;transition:.15s ease}.drop-zone:hover,.drop-zone:focus-within{border-color:var(--blue);background:var(--blue-soft)}.drop-zone input{position:absolute;width:1px;height:1px;opacity:0}.drop-icon{display:grid;place-items:center;width:35px;height:35px;margin-bottom:5px;border-radius:10px;background:#dbeafe;color:#1d4ed8;font-size:20px}.drop-zone strong{font-size:15px}.drop-zone small{color:var(--muted);font-size:11px}.selected-file{display:block;max-width:100%;margin-top:auto;padding-top:9px;color:#1e3a8a;font-size:12px;font-weight:650;overflow-wrap:anywhere}.upload-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding-top:15px;border-top:1px solid var(--line)}.upload-footer p{display:flex;gap:8px;max-width:670px;margin:0;color:var(--muted);font-size:12px;line-height:1.45}.info-icon{display:grid;place-items:center;flex:0 0 auto;width:17px;height:17px;border-radius:50%;background:#dbeafe;color:#1d4ed8;font-size:11px;font-weight:800}.step-warning{background:#fef3c7;color:#a16207}.warning-list{margin:0;padding:0 0 0 20px;color:#92400e;font-size:13px;line-height:1.6}.history-card{overflow:hidden}.simple-table{min-width:720px}.file-cell{font-weight:650;color:#1e3a8a}.source-type{font-size:11px;font-weight:800;color:#475569}.status-label{font-size:11px}.status-label::before{display:none}.auth-page{min-height:100vh}.auth-layout{display:grid;place-items:center;min-height:calc(100vh - 20px);padding:25px 15px}.auth-card{width:min(100%,430px);padding:31px 34px 27px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 17px 45px rgba(15,23,42,.09)}.auth-brand{margin-bottom:31px}.auth-heading h1{margin:0;font-size:24px;letter-spacing:-.035em}.auth-heading p:not(.eyebrow){margin:8px 0 22px;color:var(--muted);font-size:13px;line-height:1.5}.auth-form label{display:block;margin:15px 0 7px;font-size:13px;font-weight:700}.auth-form input{display:block;width:100%;height:43px;padding:9px 11px;border:1px solid #cbd5e1;border-radius:9px;color:var(--ink);background:#fff}.auth-form .button{margin-top:21px}.auth-note{margin:20px 0 0;padding-top:17px;border-top:1px solid var(--line);color:var(--muted);font-size:11px;line-height:1.5;text-align:center}.stats-page .page-heading{margin-bottom:22px}.filter-card{padding:17px 19px}.filter-form{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));align-items:end;gap:13px}.filter-field label{display:block;margin-bottom:6px;color:#475569;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.filter-field input,.filter-field select{display:block;width:100%;height:39px;padding:7px 9px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:var(--ink);font-size:12px}.filter-actions{display:flex;gap:7px;align-items:center}.filter-actions .button{min-height:39px;padding-inline:12px}.stat-cards{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:11px;margin-bottom:18px}.stat-card{padding:16px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:var(--shadow)}.stat-card-blue{background:var(--blue-soft);border-color:#bfdbfe}.stat-card-green{background:var(--green-soft);border-color:#bbf7d0}.stat-label{display:block;color:var(--muted);font-size:11px}.stat-card strong{display:block;margin:5px 0 2px;font-size:27px;letter-spacing:-.035em}.stat-card small{color:var(--muted);font-size:10px}.stats-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:18px}.chart-card,.popular-card{min-height:280px}.trend-chart{display:flex;align-items:flex-end;gap:8px;height:175px;padding:15px 5px 0;border-bottom:1px solid var(--line)}.trend-bar{display:flex;flex:1;align-items:flex-end;justify-content:center;height:100%;min-width:17px}.trend-bar i{display:block;width:100%;max-width:30px;min-height:3px;border-radius:5px 5px 0 0;background:linear-gradient(#60a5fa,#2563eb)}.trend-bar span{position:absolute;transform:translateY(19px);font-size:9px;color:var(--muted);white-space:nowrap}.trend-bar{position:relative}.popular-list{list-style:none;padding:0;margin:8px 0 0}.popular-list li{display:flex;align-items:center;gap:9px;padding:11px 3px;border-bottom:1px solid #eef2f7;font-size:13px}.popular-list li:last-child{border-bottom:0}.rank{display:grid;place-items:center;width:22px;height:22px;border-radius:7px;background:#f1f5f9;color:#64748b;font-size:11px;font-weight:800}.popular-code{font-family:Consolas,"Courier New",monospace;color:#1e3a8a;font-weight:700;flex:1}.popular-count{font-weight:800;color:#334155}.audit-card{padding-bottom:14px}.result-count{margin-left:auto;color:var(--muted);font-size:12px;white-space:nowrap}.audit-table{min-width:1020px}.datetime{white-space:nowrap;color:#475569}.sap-list{max-width:180px;color:#1e3a8a;font-family:Consolas,"Courier New",monospace;font-size:11px;word-break:break-word}.row-error{display:block;max-width:150px;margin-top:4px;color:var(--red);font-size:10px;line-height:1.3}.auth-event-section{margin-top:18px}.auth-events-table{min-width:850px}.auth-event-type{font-size:11px}.event-login{color:var(--green)}.event-failed{color:var(--red)}.event-logout{color:#64748b}
@media(max-width:1050px){.shell{padding-inline:18px}.filter-form{grid-template-columns:repeat(3,minmax(120px,1fr))}.summary-grid{grid-template-columns:repeat(3,minmax(110px,1fr))}}
@media(max-width:760px){.shell{padding-inline:12px}.topbar{min-height:68px;gap:12px;flex-wrap:wrap;padding:10px 0}.main-nav{order:3;flex-basis:100%;height:37px;min-height:37px}.nav-link{height:37px;padding-inline:8px}.account-menu{margin-left:auto}.account-name{max-width:100px}.page{padding-top:24px}.page-heading{align-items:flex-start;flex-direction:column;gap:14px}.page-heading h1{font-size:25px}.heading-meta{padding:0}.query-layout,.stats-grid{grid-template-columns:1fr}.results-heading{align-items:flex-start}.result-actions{margin:6px 0 0}.upload-grid{grid-template-columns:1fr}.upload-footer{align-items:flex-start;flex-direction:column}.filter-form{grid-template-columns:repeat(2,minmax(120px,1fr))}.stat-cards{grid-template-columns:repeat(2,minmax(120px,1fr))}}
@media(max-width:470px){.card{padding:15px;border-radius:13px}.freshness-banner{align-items:flex-start;flex-direction:column}.source-mini-list{width:100%}.source-mini{flex:1 1 100%;min-width:0}.summary-grid{grid-template-columns:repeat(2,minmax(110px,1fr));gap:7px}.summary-tile{padding:9px}.summary-tile strong{font-size:18px}.filter-form{grid-template-columns:1fr}.stat-cards{gap:8px}.stat-card{padding:12px}.stat-card strong{font-size:22px}.auth-card{padding:25px 20px}.button{padding-inline:11px}}
.audit-notice{display:flex;align-items:flex-start;gap:8px;margin:-5px 0 18px;padding:9px 11px;border:1px solid #dbeafe;border-radius:9px;background:#f8fbff;color:#58708f;font-size:11px;line-height:1.45}.audit-notice>span:first-child{display:grid;place-items:center;flex:0 0 auto;width:16px;height:16px;border-radius:50%;background:#dbeafe;color:#1d4ed8;font-weight:800;font-size:10px}.distribution-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:11px;margin-bottom:18px}.distribution-card{min-height:184px;padding:15px 16px}.distribution-title{display:flex;align-items:center;gap:8px;padding-bottom:9px;border-bottom:1px solid var(--line)}.distribution-icon{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:var(--blue-soft);color:var(--blue);font-size:15px}.distribution-title h3{margin:0;font-size:13px}.distribution-title small{display:block;margin-top:2px;color:var(--muted);font-size:10px}.distribution-card ul{list-style:none;padding:0;margin:5px 0 0}.distribution-card li{display:flex;align-items:flex-start;justify-content:space-between;gap:9px;padding:6px 0;border-bottom:1px solid #f1f5f9;color:#475569;font-size:11px}.distribution-card li:last-child{border-bottom:0}.distribution-card li>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.distribution-card li>strong{color:#334155;font-size:11px}.distribution-card .muted-block{font-size:9px}
@media(max-width:760px){.distribution-grid{grid-template-columns:repeat(2,minmax(140px,1fr))}}
@media(max-width:470px){.distribution-grid{grid-template-columns:1fr}}
.audit-extra-card{padding-bottom:14px}.audit-extra-table{min-width:870px}.raw-query{max-width:240px;white-space:pre-wrap;word-break:break-word;font-family:Consolas,"Courier New",monospace;font-size:11px}.referer{max-width:180px;overflow-wrap:anywhere;font-size:11px}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:13px;padding-top:14px;color:var(--muted);font-size:11px}.pagination a{color:var(--blue);font-weight:700;text-decoration:none}.pagination a:hover{text-decoration:underline}.pagination .disabled{color:#cbd5e1}
