:root{color:#f7f0d8;background:radial-gradient(circle at top,#b4592659,#0000 45%),linear-gradient(#1f1712 0%,#0c0a09 100%);font-family:Iosevka Aile,IBM Plex Sans,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}.shell{place-items:center;min-height:100vh;padding:24px;display:grid}.page-frame{align-items:start;gap:24px;width:min(1460px,100%);display:grid}.layout{grid-template-columns:300px minmax(0,1fr) 300px;align-items:start;gap:24px;display:grid}.card{background:#261813e0;border:1px solid #ffd8ad2e;border-radius:24px;padding:32px;box-shadow:0 20px 80px #00000059}.primary-card{width:100%}.search-card{z-index:1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);gap:14px;display:grid;position:sticky;top:24px}.sidebar-card{grid-template-rows:auto minmax(0,1fr);gap:16px;max-height:calc(100vh - 48px);display:grid;position:sticky;top:24px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#f3b07a;margin:0 0 12px}h1{margin:0 0 24px;font-size:clamp(2rem,8vw,4rem);line-height:.95}h2{margin:0;font-size:1.2rem}.search-form{align-items:center;gap:12px;display:flex}.search-hint{color:#c9aa8c;margin:-4px 0 0;font-size:.9rem}.search-hint code{color:#ffd9b3;font-family:inherit}.search-input{color:inherit;background:#ffffff12;border:1px solid #ffd8ad2e;border-radius:999px;flex:1;min-width:0;padding:16px 22px}.search-input::placeholder{color:#c9aa8c}.search-error{margin-top:-4px}.search-button{color:#2a1a12;cursor:pointer;white-space:nowrap;background:#f3b07a;border:0;border-radius:999px;padding:16px 22px;font-weight:700}.loading,.score-view,.details-card{gap:16px;display:grid}.details-header{justify-content:space-between;align-items:end;gap:16px;display:flex}.repo-sidebar-panel{min-height:0}.repo-list-scroll{min-height:0;max-height:calc(100vh - 180px);padding-right:6px;overflow-y:auto}.progress{background:#ffffff14;border-radius:999px;height:18px;overflow:hidden}.progress-bar{background:linear-gradient(90deg,#f37a5d 0%,#f3b07a 100%);border-radius:999px;width:35%;height:100%;animation:1.3s ease-in-out infinite alternate pulse}.status,.meta{color:#e8c8aa;margin:0}.repo-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.repo-list-item{background:#ffffff0d;border-radius:14px;padding:12px 14px}.repo-list-row{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.repo-list-link{color:#ffd9b3;overflow-wrap:anywhere;font-weight:700;text-decoration:none}.repo-list-link:hover,.repo-list-link:focus-visible,.more-link:hover,.more-link:focus-visible{color:#fff2dc;text-decoration:underline}.repo-list-score{color:#f3b07a;white-space:nowrap;font-size:.95rem}.repo-list-meta{color:#c9aa8c;margin:8px 0 0;font-size:.9rem}.repo-panel-error{margin-top:12px}.more-link{color:#ffd9b3;cursor:pointer;text-align:left;background:0 0;border:0;margin-top:14px;padding:0}.score-badge{aspect-ratio:1;color:#1e100a;text-align:center;cursor:help;background:radial-gradient(circle at 30% 30%,#ffd2a6 0%,#f37a5d 50%,#6c2a13 100%);border-radius:50%;width:180px;position:relative}.score-badge-value{place-items:center;margin:0;font-size:4rem;font-weight:800;line-height:1;display:grid;position:absolute;inset:0}.score-badge-label{letter-spacing:.08em;text-transform:uppercase;font-size:.9rem;font-weight:700;position:absolute;bottom:38px;left:50%;transform:translate(-50%)}.details-reset-link{color:#ffd9b3;white-space:nowrap;text-decoration:none}.details-reset-link:hover,.details-reset-link:focus-visible{color:#fff2dc;text-decoration:underline}.component-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.monthly-chart-card{background:#ffffff0d;border-radius:18px;gap:14px;padding:18px 20px 28px;display:grid}.monthly-chart-header{justify-content:space-between;align-items:end;gap:16px;display:flex}.monthly-chart-header .meta{margin-top:6px}.monthly-chart-scale{color:#f3b07a;text-align:right;white-space:nowrap;margin:0}.monthly-chart-scroll{padding-bottom:4px;overflow-x:auto}.monthly-chart{height:240px;display:block;overflow:visible}.monthly-chart-axis{stroke:#ffd8ad33;stroke-width:2px}.monthly-chart-area{fill:url(#monthly-area-gradient)}.monthly-chart-line{fill:none;stroke:url(#monthly-line-gradient);stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.monthly-chart-point{fill:#f7d5b4;stroke:#2a120d;stroke-width:2px}.monthly-chart-target{cursor:pointer}.monthly-chart-target:focus-visible .monthly-chart-point,.monthly-chart-target:hover .monthly-chart-point,.monthly-chart-target.is-selected .monthly-chart-point{fill:#fff2dc;stroke:#f37a5d;stroke-width:3px}.monthly-chart-target:focus-visible .monthly-chart-label,.monthly-chart-target:hover .monthly-chart-label,.monthly-chart-target.is-selected .monthly-chart-label{fill:#fff2dc}.monthly-chart-label{fill:#e8c8aa;font-size:12px}.monthly-chart defs linearGradient stop:first-child{stop-color:#f3b07a}.monthly-chart defs linearGradient stop:last-child{stop-color:#f37a5d}.monthly-chart defs #monthly-area-gradient stop:first-child{stop-opacity:.28}.monthly-chart defs #monthly-area-gradient stop:last-child{stop-opacity:0}.component-list li{background:#ffffff0d;border-radius:14px;justify-content:space-between;gap:12px;padding:12px 14px;display:flex}.component-label,.score-value{cursor:help}.score-value{text-align:right}.error{color:#ff9f95;margin:0}@keyframes pulse{0%{transform:translate(-10%)}to{transform:translate(180%)}}@media (width<=1200px){.layout{grid-template-columns:1fr}.sidebar-card,.search-card{max-height:none;position:static}.primary-card{order:1}.sidebar-card-left{order:2}.sidebar-card-right{order:3}.monthly-chart-header{flex-direction:column;align-items:start}.monthly-chart-scale{text-align:left}.details-header{flex-direction:column;align-items:start}}@media (width<=640px){.layout{grid-template-columns:1fr}.card{padding:24px}.search-card,.sidebar-card{max-height:none;position:static}.repo-list-scroll{max-height:360px}.search-form{flex-direction:column;align-items:stretch}.score-badge{width:140px;font-size:3rem}.repo-list-row{flex-direction:column;align-items:start}}
