*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f5f5f5;color:#333;min-height:100vh;padding:2rem}.container{max-width:1400px;margin:0 auto}header{margin-bottom:3rem;border-bottom:3px solid #0068FF;padding-bottom:2rem;background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 2px 4px #0000001a}h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#0054a6}.subtitle{color:#505858;font-size:1rem;margin-bottom:1.5rem}h2{font-size:1.5rem;color:#0054a6;font-weight:600;margin-bottom:1.5rem;border-bottom:2px solid #FFD032;padding-bottom:.5rem}.site-nav{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #EEEEEE}.site-nav a{color:#0068ff;text-decoration:none;font-size:.875rem;font-weight:500;padding:.375rem .75rem;border-radius:.25rem;transition:all .2s}.site-nav a:hover{background:#f0f7ff;color:#0054a6}.site-nav a.active{background:#0068ff;color:#fff}.site-nav .separator{color:#dbdbdb;margin:0 .25rem;align-self:center}.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem}.metric{background:#fff;border:1px solid #DBDBDB;border-radius:.5rem;padding:1.5rem;box-shadow:0 2px 4px #0000000d;transition:all .2s;text-align:center}.metric:hover{box-shadow:0 4px 8px #0068ff26;border-color:#0085c7}.metric-label{color:#505858;font-size:.875rem;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.metric-value{font-size:2rem;font-weight:700;color:#0068ff;line-height:1;margin-bottom:.5rem}.metric-value.excellent{color:#49b589}.metric-value.good{color:#0085c7}.metric-value.warning{color:#e57200}.metric-value.critical{color:#da291c}.metric-subtitle{color:#505858;font-size:.75rem;margin-top:.5rem}.charts{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:2rem}.chart-container{background:#fff;border:1px solid #DBDBDB;border-radius:.5rem;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.chart-container h3{font-size:1.25rem;margin-bottom:1rem;color:#0054a6;font-weight:600;border-bottom:2px solid #FFD032;padding-bottom:.5rem}.chart-wrapper{position:relative;height:300px}.chart-wrapper.tall{height:400px}.issues-section{background:#fff;border:1px solid #DBDBDB;border-radius:.5rem;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000000d}.issue-category{margin-bottom:2rem}.issue-category:last-child{margin-bottom:0}.issue-category h3{font-size:1.25rem;color:#0054a6;font-weight:600;margin-bottom:1rem;border-bottom:2px solid #FFD032;padding-bottom:.5rem}.issue-item{padding:1rem;margin-bottom:.75rem;background:#f9fafb;border-radius:.5rem;border:1px solid #EEEEEE;border-left:4px solid #0085C7}.issue-item.high{border-left-color:#da291c}.issue-item.medium{border-left-color:#e57200}.issue-item.low{border-left-color:#49b589}.issue-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.issue-type{font-weight:600;font-size:1rem;color:#333}.issue-badge{padding:.25rem .75rem;border-radius:.25rem;font-weight:600;font-size:.75rem;text-transform:uppercase;color:#fff}.issue-badge.high{background:#da291c}.issue-badge.medium{background:#e57200}.issue-badge.low{background:#49b589}.issue-count{font-weight:600;color:#333;margin-bottom:.5rem}.issue-description{color:#505858;font-size:.875rem;margin-bottom:.5rem}.page-list{margin-top:.75rem;padding-left:1.5rem;font-size:.875rem}.page-list li{margin-bottom:.375rem}.page-list a{color:#0085c7;text-decoration:none}.page-list a:hover{color:#0054a6;text-decoration:underline}.text-muted{color:#505858}.loading-spinner{text-align:center;padding:4rem;background:#fff;border-radius:.5rem;box-shadow:0 2px 4px #0000000d}.loading-spinner:after{content:" ";display:block;width:64px;height:64px;margin:1rem auto;border-radius:50%;border:6px solid #0068FF;border-color:#0068FF transparent #0068FF transparent;animation:spinner 1.2s linear infinite}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error{background:#fff5f5;border:1px solid #da291c;border-radius:.5rem;padding:1.5rem;color:#da291c;margin-bottom:2rem}.timestamp{color:#505858;font-size:.875rem;margin-top:2rem;padding-top:1rem;border-top:1px solid #DBDBDB;text-align:center}code{background:#f9fafb;border:1px solid #DBDBDB;padding:.125rem .375rem;border-radius:.25rem;font-family:Monaco,Courier New,monospace;font-size:.875rem;color:#0054a6}@media(max-width:768px){body{padding:1rem}.metric-value{font-size:1.75rem}.chart-wrapper{height:250px}.charts{grid-template-columns:1fr}}
