:root{color:#18181b;background:#fff;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body,h1,h2{margin:0}h1{font-size:x-large}h2{font-size:large}hr{border:0;border-top:1px solid #cecece;width:100%;margin:0}.container{width:min(1180px,100% - 32px);margin:0 auto}main{flex-direction:column;gap:34px;padding:20px 0 32px;display:flex}.input-summary{justify-content:space-between;align-items:center;gap:16px;display:flex}.input-heading{flex-direction:column;gap:2px;display:flex}.input-heading p{margin:0}.input-metadata{flex-wrap:wrap;justify-content:flex-end;gap:6px 22px;display:flex}.stats{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.stat-card{flex-direction:column;gap:2px;display:flex}.tabs{gap:4px;display:flex;overflow-x:auto}.tab-button{cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:7px 11px;font-size:medium}.tab-button:hover{background:#f7f7f7}.tab-button.active{background:#ececec;font-weight:500}.tab-panel{margin-top:22px}.panel-header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:22px;display:flex}.panel-header p{text-align:right;margin:0}.chart{width:100%;height:420px;position:relative}.table-container{width:100%;overflow-x:auto}.results-table{border-collapse:collapse;white-space:nowrap;width:100%}.results-table th,.results-table td{text-align:left;padding:10px}.overall-card{flex-direction:column;align-items:center;gap:16px;display:flex}#overall-name{font-size:x-large}#overall-score{font-weight:600}@media (width<=800px){.input-summary{flex-direction:column;align-items:flex-start}.input-metadata{justify-content:flex-start}.stats{grid-template-columns:repeat(2,1fr)}.panel-header{flex-direction:column;align-items:flex-start}.panel-header p{text-align:left}.chart{height:340px}}@media (width<=500px){.container{width:min(100% - 20px,1180px)}.chart{height:300px}}
