*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:#f5f5f5;color:#222}#root{min-height:100vh}.app-layout{display:flex;min-height:100vh;height:100vh}.sb{position:relative;display:flex;flex-direction:column;flex-shrink:0;height:100vh;background:#1e293b;color:#cbd5e1;transition:width .22s cubic-bezier(.4,0,.2,1);overflow:visible}.sb--expanded{width:240px}.sb--collapsed{width:56px}.sb-header{flex-shrink:0;padding:.875rem .75rem;border-bottom:1px solid rgba(255,255,255,.08)}.sb-brand{display:flex;align-items:center;gap:.625rem;text-decoration:none;color:#f1f5f9}.sb-logo{height:28px;width:auto;flex-shrink:0;border-radius:6px}.sb-brand-text{font-weight:600;font-size:.8125rem;letter-spacing:-.01em;white-space:nowrap}.sb-nav{flex:1;display:flex;flex-direction:column;padding:.5rem;gap:1px;overflow-y:auto;overflow-x:hidden}.sb-section-label{padding:1.125rem .625rem .375rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#64748b;white-space:nowrap}.sb-divider{height:1px;margin:.75rem .625rem;background:#ffffff0f}.sb-item{display:flex;align-items:center;gap:.625rem;padding:.5rem .625rem;border-radius:6px;color:#94a3b8;text-decoration:none;font-size:.8125rem;font-weight:450;border:none;background:none;cursor:pointer;font-family:inherit;width:100%;text-align:left;transition:color .15s,background .15s}.sb-item:hover{color:#e2e8f0;background:#ffffff0f}.sb-item--active{color:#f8fafc;background:#ffffff1a}.sb-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px}.sb-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.sb-chevron{flex-shrink:0;display:flex;align-items:center;opacity:.5;transition:transform .2s ease,opacity .2s}.sb-chevron--open{transform:rotate(180deg);opacity:.7}.sb-dropdown{position:relative;display:flex;flex-direction:column}.sb-submenu{display:flex;flex-direction:column;padding:2px 0 2px 1.125rem;margin-left:.9375rem;border-left:1px solid rgba(255,255,255,.1);gap:1px}.sb-subitem{display:block;padding:.375rem .625rem;border-radius:5px;color:#94a3b8;text-decoration:none;font-size:.78125rem;transition:color .15s,background .15s}.sb-subitem:hover{color:#e2e8f0;background:#ffffff0f}.sb-subitem--active{color:#f8fafc;background:#ffffff1a}.sb-flyout{position:absolute;left:calc(100% + 6px);top:0;z-index:100;min-width:190px;padding:.375rem;background:#1e293b;border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 8px 24px #00000059;display:flex;flex-direction:column;gap:1px}.sb-flyout-title{padding:.375rem .5rem .5rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:.25rem}.sb-flyout-item{display:block;padding:.4rem .5rem;border-radius:5px;color:#94a3b8;text-decoration:none;font-size:.78125rem;transition:color .15s,background .15s}.sb-flyout-item:hover{color:#e2e8f0;background:#ffffff0f}.sb-flyout-item--active{color:#f8fafc;background:#ffffff1a}.sb-footer{flex-shrink:0;padding:.5rem;border-top:1px solid rgba(255,255,255,.08)}.sb-connection-btn{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0;padding:.375rem .5rem;border:none;border-radius:6px;background:#ffffff0a;cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:500;transition:background .15s,color .15s}.sb-connection-btn:hover{background:#ffffff14}.sb-connection-btn svg{flex-shrink:0;transition:color .15s}.sb-connection-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sb-connection--ok{color:#4ade80}.sb-connection--ok:hover{color:#86efac}.sb-connection--error{color:#f87171}.sb-connection--error:hover{color:#fca5a5}.sb-connection--loading{color:#94a3b8}.sb-connection--loading:hover{color:#cbd5e1}.sb-connection--loading svg{animation:spin-slow 1.5s linear infinite}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sb-edge-toggle{position:absolute;top:50%;right:-12px;transform:translateY(-50%);z-index:10;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:1px solid #334155;border-radius:50%;background:#1e293b;color:#94a3b8;cursor:pointer;transition:background .15s,color .15s,border-color .15s;box-shadow:0 1px 3px #0003}.sb-edge-toggle svg{width:14px;height:14px}.sb-edge-toggle:hover{background:#334155;color:#e2e8f0;border-color:#475569}.sb-edge-toggle--flip svg{transform:rotate(180deg)}.main-content{flex:1;min-width:0;overflow:auto;padding:1rem;background:#f5f5f5}.home-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 2rem);gap:2rem}.home-page h1{margin:0;font-size:1.75rem;text-align:center}.home-nav{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.home-btn{padding:.5rem 1rem;font-size:.875rem;border:1px solid #ccc;border-radius:6px;background:#fff;color:#222;text-decoration:none;cursor:pointer}.home-btn:hover{background:#f0f0f0}.app-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.app-header-main{flex:1;min-width:0;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.app-header-title-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.app-header-action{flex-shrink:0}.dashboard-page{padding-top:.75rem}.dashboard-summary{margin:.25rem 0 0;font-size:.9375rem;color:#6b7280}.db-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:.875rem;margin-bottom:1.5rem}.db-stat{display:flex;align-items:center;gap:.875rem;background:#fff;border-radius:10px;border:1px solid #e5e7eb;border-left:3px solid var(--db-accent, #e5e7eb);padding:.875rem 1rem}.db-stat-icon{flex-shrink:0;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--db-accent) 10%,transparent);color:var(--db-accent)}.db-stat-icon svg{width:18px;height:18px}.db-stat-body{flex:1;min-width:0}.db-stat-extra{flex-shrink:0;margin-left:auto;align-self:center}.db-stat-value{font-size:1.25rem;font-weight:700;color:#111827;line-height:1.2}.db-stat-label{font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-top:.1rem}.db-section-title{margin:0 0 .75rem;font-size:.95rem;font-weight:600;color:#222}.db-card{background:#fff;border-radius:10px;padding:1.25rem;border:1px solid #e5e7eb}.db-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.db-card-header .db-section-title{margin-bottom:0}.db-link{font-size:.82rem;color:#2563eb;text-decoration:none;font-weight:500}.db-link:hover{text-decoration:underline}.db-health-dist{background:#fff;border-radius:10px;padding:1.25rem;border:1px solid #e5e7eb;margin-bottom:1.5rem}.db-health-bar{display:flex;height:14px;border-radius:7px;overflow:hidden;gap:2px;margin-bottom:.75rem}.db-health-bar-seg{border-radius:5px;min-width:4px}.db-health-good{background:#16a34a}.db-health-fair{background:#ca8a04}.db-health-poor{background:#dc2626}.db-health-legend{display:flex;gap:1.5rem;font-size:.82rem;color:#6b7280}.db-health-legend-item{display:flex;align-items:center;gap:.375rem}.db-health-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.db-gaps{display:flex;flex-direction:column;gap:.5rem}.db-gap-row{display:grid;grid-template-columns:20px 1fr auto 100px;align-items:center;gap:.5rem;font-size:.85rem}.db-gap-icon{color:#6b7280;display:flex;align-items:center}.db-gap-label{color:#374151;font-weight:500}.db-gap-count{color:#6b7280;font-size:.8rem;text-align:right}.db-gap-bar{height:6px;background:#f3f4f6;border-radius:3px;overflow:hidden}.db-gap-bar-fill{height:100%;background:#dc2626;border-radius:3px;opacity:.7}.db-gap-bar-fill--blue{background:#2563eb}.db-gap-bar-fill--green{background:#16a34a}.db-gap-row--no-icon{grid-template-columns:1fr auto 100px}.db-right-col{display:flex;flex-direction:column;gap:1.5rem}.db-bottom{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;align-items:start}.db-attention-table{font-size:.85rem}.db-score-col{width:50px;text-align:center}.db-repo-cell{display:flex;align-items:center;gap:.5rem}.db-repo-name{color:#2563eb;text-decoration:none;font-weight:500}.db-repo-name:hover{text-decoration:underline}.db-missing-tags{display:flex;flex-wrap:wrap;gap:.25rem}.db-missing-tag{display:inline-block;font-size:.7rem;padding:.125rem .4rem;border-radius:4px;background:#fef2f2;color:#b91c1c;font-weight:500}@media (max-width: 900px){.db-summary{grid-template-columns:repeat(2,1fr)}.db-bottom{grid-template-columns:1fr}}@media (max-width: 640px){.db-summary{grid-template-columns:repeat(2,1fr)}.db-gap-row{grid-template-columns:20px 1fr auto 60px}.db-gap-row--no-icon{grid-template-columns:1fr auto 60px}}.header-logo-link{display:flex;align-items:center;text-decoration:none}.header-logo{height:40px;width:auto;display:block}.app-header h1{margin:0;font-size:1.5rem}.summary-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin-bottom:1.5rem}.basic-info-row{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem}@media (max-width: 900px){.basic-info-row{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.summary-card{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 1px 3px #00000014}.summary-card .title,.summary-card-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#666;margin-bottom:.25rem}.summary-card .value,.summary-card-value{font-size:1.25rem;font-weight:600}.summary-card--elevated{border:1px solid #e5e7eb;border-radius:10px;border-top:3px solid #e5e7eb;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem .75rem;box-shadow:none}.summary-card--elevated .summary-card-value{font-size:1.5rem;font-weight:700;color:#111827}.summary-card--elevated .summary-card-label{font-size:.78rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:0}.summary-card-icon{color:#6b7280;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.summary-card-subtitle{font-size:.75rem;color:#888;margin-top:.15rem}.chart-panel{background:#fff;border-radius:10px;padding:1.25rem;margin-bottom:1.5rem;border:1px solid #e5e7eb}.chart-panel h3,.chart-panel-title{margin:0 0 .25rem;font-size:1.05rem;font-weight:600;color:#111827}.chart-panel-subtitle{margin:0 0 1rem;font-size:.82rem;color:#6b7280}.chart-tooltip{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.65rem .85rem;box-shadow:0 4px 12px #00000014;font-size:.82rem}.chart-tooltip-label{font-weight:600;color:#374151;margin-bottom:.35rem}.chart-tooltip-row{display:flex;align-items:center;gap:.4rem;padding:.15rem 0}.chart-tooltip-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.chart-tooltip-name{color:#6b7280;flex:1}.chart-tooltip-value{font-weight:600;color:#111827;font-variant-numeric:tabular-nums}.community-standards-note{margin:0 0 1rem;font-size:.9rem;color:#6b7280}.table-panel{background:#fff;border-radius:8px;padding:1rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #00000014;overflow-x:auto}.table-panel h3{margin:0 0 .75rem;font-size:1rem}.table-wrapper{overflow-x:auto}.detail-github-link{display:flex;align-items:center;color:#374151;text-decoration:none;transition:color .15s ease}.detail-github-link:hover{color:#111827}.detail-description-block{margin-bottom:1rem}.detail-description-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#666;margin-bottom:.25rem}.detail-description-text{margin:0;color:#555;line-height:1.5}.repo-dashboard{display:flex;flex-direction:column;gap:1.5rem}.repo-dashboard-top .table-panel{margin:0}.feature-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.feature-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:var(--surface-bg);border-radius:6px;border:1px solid var(--border-color)}.feature-item span{font-weight:500;color:var(--text-secondary)}.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table th,.data-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #eee}.data-table th{font-weight:600;color:#444}.data-table tr:hover td{background:#fafafa}.status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .5rem;border-radius:9999px;font-size:.6875rem;font-weight:500;letter-spacing:.01em;white-space:nowrap}.status-badge:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}.status-badge.ok{background:#22c55e1f;color:#4ade80}.status-badge.ok:before{background:#4ade80;box-shadow:0 0 4px #4ade8080}.status-badge.error{background:#ef44441f;color:#f87171}.status-badge.error:before{background:#f87171;box-shadow:0 0 4px #f8717180}.status-badge.loading{background:#ffffff0f;color:#94a3b8}.status-badge.loading:before{background:#94a3b8;animation:pulse-dot 1.5s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:.4}50%{opacity:1}}button{padding:.5rem .75rem;font-size:.875rem;border:1px solid #ccc;border-radius:6px;background:#fff;cursor:pointer}button:hover{background:#f0f0f0}.loading-msg,.error-msg{padding:1rem;text-align:center;color:#666}.error-msg{color:#721c24;background:#f8d7da;border-radius:8px;margin-bottom:1rem}.topic-chips{display:flex;flex-wrap:wrap;gap:.25rem}.topic-chips span{display:inline-block;padding:.1rem .35rem;font-size:.65rem;border-radius:4px;background:#f3f4f6;color:#6b7280}.topic-chips--detail span{font-size:.8rem;padding:.25rem .6rem}.bool-badge{display:inline-block;padding:.1rem .35rem;font-size:.7rem;border-radius:4px;font-weight:500}.bool-badge.yes{background:#d4edda;color:#155724}.bool-badge.no{background:#f8d7da;color:#721c24}.visibility-tag{display:inline-block;padding:.1rem .35rem;font-size:.7rem;border-radius:4px;font-weight:500}.visibility-tag.public{background:#d4edda;color:#155724}.visibility-tag.private{background:#f8d7da;color:#721c24}.filter-row{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem}.filter-row label{display:flex;align-items:center;gap:.35rem;font-size:.875rem}.filter-row select,.filter-row .filter-input{padding:.4rem .6rem;font-size:.875rem;border:1px solid #ccc;border-radius:6px}.filter-row .filter-input{min-width:120px}.ph-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.ph-summary-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem .75rem;background:#fff;border-radius:10px;border:1px solid #e5e7eb}.ph-summary-value{font-size:1.5rem;font-weight:700;color:#111827}.ph-summary-label{font-size:.78rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.ph-toolbar{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem}.ph-toolbar-label{font-size:.82rem;font-weight:500;color:#6b7280}.ph-sort-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:.45rem 2rem .45rem .75rem;font-size:.82rem;font-weight:500;border:1px solid #e5e7eb;border-radius:8px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right .6rem center;color:#374151;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.ph-sort-select:hover{border-color:#c7d2fe}.ph-sort-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.ph-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem}.ph-card-link{text-decoration:none;color:inherit}.ph-card{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:10px;padding:1.1rem 1.25rem;border:1px solid #e5e7eb;transition:box-shadow .2s ease,border-color .2s ease}.ph-card:hover{box-shadow:0 4px 16px #00000012;border-color:#c7d2fe}.ph-card-top{display:flex;gap:1rem;align-items:flex-start;margin-bottom:.85rem}.ph-card-info{flex:1;min-width:0}.ph-card-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.25rem}.ph-card-title{margin:0;font-size:1rem;font-weight:600;min-width:0}.ph-card-title a{color:#111827;text-decoration:none}.ph-card-title a:hover{text-decoration:underline;color:#4f46e5}.ph-card-desc{margin:0;font-size:.82rem;color:#6b7280;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ph-score-ring{flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center}.ph-score-ring svg{display:block}.ph-score-ring-label{position:absolute;font-size:.85rem;font-weight:700;line-height:1}.ph-card-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:.35rem .75rem;margin-top:auto;padding-top:.75rem;border-top:1px solid #f3f4f6;font-size:.8rem}.ph-card-contributors{display:flex;gap:.75rem;align-items:center;padding-top:.6rem;margin-top:.6rem;border-top:1px solid #f3f4f6;flex-wrap:nowrap;overflow:hidden}.ph-contributor{display:flex;align-items:center;gap:.35rem;text-decoration:none;color:#374151;font-size:.78rem;min-width:0}.ph-contributor:hover .ph-contributor-login{color:#4f46e5;text-decoration:underline}.ph-contributor-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover;flex-shrink:0}.ph-contributor-login{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ph-check{display:inline-flex;align-items:center;gap:.4rem;font-weight:500;padding:.3rem .5rem;border-radius:5px;transition:background .15s ease}.ph-check.ok{color:#15803d;background:#f0fdf4}.ph-check.missing{color:#b91c1c;background:#fef2f2}.ph-check-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.ph-check-icon svg{display:block}.ph-check-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.repo-card-owner-tag{flex-shrink:0;padding:.15rem .5rem;font-size:.7rem;font-weight:500;border-radius:9999px;white-space:nowrap}.repo-card-owner-tag.owner-0{background:#dbeafe;color:#1e40af}.repo-card-owner-tag.owner-1{background:#d1fae5;color:#065f46}.repo-card-owner-tag.owner-2{background:#fce7f3;color:#9d174d}.repo-card-owner-tag.owner-3{background:#fef3c7;color:#92400e}.repo-card-owner-tag.owner-4{background:#e0e7ff;color:#3730a3}.repo-card-owner-tag.owner-5{background:#d1fae5;color:#047857}.repo-card-owner-tag.owner-6{background:#f3e8ff;color:#6b21a8}.repo-card-owner-tag.owner-7{background:#fed7aa;color:#c2410c}.repo-card-owner-tag.owner-8{background:#cffafe;color:#0e7490}.repo-card-owner-tag.owner-9{background:#fecaca;color:#b91c1c}.app-header .repo-card-owner-tag{padding:.35rem .75rem;font-size:.85rem}@media (max-width: 640px){.ph-summary{grid-template-columns:repeat(2,1fr)}.ph-grid{grid-template-columns:1fr}.ph-card-checks{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.ph-toolbar{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.4rem .5rem}.ph-sort-select{width:100%}}.rp-section{margin-bottom:2.5rem}.rp-section-title{font-size:1.15rem;font-weight:700;color:#111827;margin:0 0 .35rem}.rp-section-desc{font-size:.88rem;color:#6b7280;margin:0 0 1.25rem;line-height:1.5}.rp-generate-btn{padding:.5rem 1.1rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s}.rp-generate-btn:hover{background:#1d4ed8}.rp-generate-btn:disabled{opacity:.6;cursor:not-allowed}.rd-download-pdf-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;background:#1e293b;color:#f1f5f9;border:1px solid #1e293b;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}.rd-download-pdf-btn:hover{background:#334155;border-color:#334155}.rp-empty{text-align:center;padding:3rem 2rem;color:#6b7280}.rp-empty p{margin:.5rem 0;font-size:.9rem}.rp-list{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.rp-table{width:100%;border-collapse:collapse;font-size:.85rem}.rp-table th{text-align:left;padding:.65rem 1rem;background:#f9fafb;color:#6b7280;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e5e7eb}.rp-table td{padding:.6rem 1rem;border-bottom:1px solid #f3f4f6;color:#374151;vertical-align:middle}.rp-table tbody tr:last-child td{border-bottom:none}.rp-table tbody tr:hover{background:#f9fafb}.rp-table-date{font-weight:500;color:#111827;white-space:nowrap}.rp-table-actions{text-align:right;white-space:nowrap}.rp-table-actions .rp-icon-btn{margin-left:.35rem}.rp-current-label{display:inline-block;margin-left:.5rem;padding:.15rem .45rem;background:#f3f4f6;color:#6b7280;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;vertical-align:middle}.rp-health-badge{display:inline-block;padding:.15rem .5rem;border-radius:6px;font-size:.8rem;font-weight:600}.rp-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;border:none;padding:0;cursor:pointer;transition:all .15s;text-decoration:none;vertical-align:middle}.rp-icon-btn--view{background:#f0f5ff;color:#93b4f4}.rp-icon-btn--view:hover{background:#e8effc;color:#6898ec}.rp-icon-btn--download{background:#f2faf5;color:#86d9a1}.rp-icon-btn--download:hover{background:#e5f5eb;color:#5cc87c}.rd-report{width:100%;padding:0 2rem 3rem}.rd-report-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;padding-top:1.5rem}.rd-report-header-actions{display:flex;justify-content:space-between;align-items:center}.rd-report-back{display:inline-flex;align-items:center;color:#6b7280;text-decoration:none;font-size:.85rem;padding-top:.25rem}.rd-report-back:hover{color:#2563eb}.rd-report-hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem;padding:1rem 1rem .5rem}.rd-report-hero-title{font-size:1.6rem;font-weight:700;color:#111827;margin:0;letter-spacing:-.01em}.rd-report-hero-desc{font-size:.875rem;color:#6b7280;margin:0;max-width:480px}.rd-report-hero-date{display:inline-flex;align-items:center;gap:.35rem;margin-top:.2rem;padding:.3rem .75rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;font-size:.8rem;font-weight:500;color:#475569}.rd-report-print-header{display:none}.rd-report-section{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:2rem;margin-bottom:2rem}.rd-report-section-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1rem}.rd-report-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:1rem}.rd-report-stat{display:flex;flex-direction:column;gap:.15rem}.rd-report-stat-value{font-size:1.3rem;font-weight:700;color:#111827}.rd-report-stat-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.03em;font-weight:500}.rd-report-badge{display:inline-block;padding:.1rem .4rem;border-radius:5px;font-size:.8rem;font-weight:600}.rd-report-dist-bar{display:flex;height:14px;border-radius:7px;overflow:hidden;gap:2px;margin-bottom:.75rem}.rd-report-dist-seg{border-radius:5px;min-width:4px}.rd-report-dist-legend{display:flex;gap:1.5rem;font-size:.82rem;color:#6b7280}.rd-report-dist-item{display:flex;align-items:center;gap:.375rem}.rd-report-dist-dot{display:inline-block;width:8px;height:8px;border-radius:50%}.rd-report-lang-grid{display:flex;flex-wrap:wrap;gap:.5rem}.rd-report-lang-tag{padding:.3rem .7rem;background:#f3f4f6;border-radius:6px;font-size:.82rem;color:#374151}.rd-report-lang-tag strong{margin-left:.25rem;color:#111827}.rp-bar-list{display:flex;flex-direction:column;gap:.6rem}.rp-bar-row{display:flex;align-items:center;gap:.75rem}.rp-bar-label{width:100px;font-size:.82rem;color:#374151;font-weight:500;flex-shrink:0}.rp-bar-track{flex:1;height:20px;background:#f3f4f6;border-radius:4px;overflow:hidden}.rp-bar-fill{height:100%;border-radius:4px;transition:width .4s ease}.rp-bar-pct{width:110px;text-align:right;font-size:.8rem;font-weight:600;color:#374151}.rd-report-repo-table-wrap{overflow-x:auto}.rd-report-repo-table{font-size:.82rem;min-width:700px}.rd-report-repo-table th{text-align:center;white-space:nowrap}.rd-report-repo-table th:first-child{text-align:left}.rd-report-repo-table td{text-align:center}.rd-repo-name{text-align:left!important;font-family:monospace;font-size:.78rem;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rd-report-repo-table .rd-check-pass{color:#16a34a;font-weight:700}.rd-report-repo-table .rd-check-fail{color:#dc2626}.rd-report-repo-table th svg{display:block;margin:0 auto;color:#374151}.rd-cell-icon,.rd-cell-icon--text{display:none}.rd-col-legend{display:flex;flex-wrap:wrap;gap:.35rem 1.25rem;padding:.5rem 0 .75rem;font-size:.78rem;color:#4b5563}.rd-col-legend-item{display:inline-flex;align-items:center;gap:.3rem}.rd-col-legend-item svg{flex-shrink:0;color:#6b7280}@media print{.no-print,.sb,.app-header,.status-badge{display:none!important}.app-layout{display:block!important}.main-content{margin:0!important;padding:0!important;overflow:visible!important;background:#fff!important}body{background:#fff!important}}.playbook-page{width:100%;padding:0 2rem 4rem}.playbook-intro{max-width:920px;color:#6b7280;font-size:.95rem;margin-bottom:2.5rem;line-height:1.6}.playbook-intro p{margin:0 0 .9rem}.playbook-body-copy{margin:0 0 .9rem;max-width:900px;font-size:.92rem;line-height:1.65;color:#4b5563}.playbook-section{margin-bottom:3rem;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff}.playbook-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.playbook-section-title{margin:0 0 .2rem;font-size:1.05rem;font-weight:600;color:#111827}.playbook-section-subtitle{margin:0;font-size:.85rem;color:#6b7280}.playbook-section-body{padding:1.5rem}.playbook-group-title{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin:1.5rem 0 .75rem}.playbook-group-title:first-child{margin-top:0}.playbook-criterion{padding:.75rem 0;border-bottom:1px solid #f3f4f6}.playbook-criterion:last-child{border-bottom:none}.playbook-criterion-main{display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem;flex-wrap:wrap}.playbook-criterion-label{font-weight:500;font-size:.9rem;color:#111827}.playbook-criterion-desc{margin:0;font-size:.85rem;color:#6b7280;line-height:1.5}.playbook-badge{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:99px;font-size:.72rem;font-weight:600;white-space:nowrap}.playbook-badge--draft{background:#fef9c3;color:#854d0e;border:1px solid #fde047}.playbook-badge--defined{background:#dcfce7;color:#15803d;border:1px solid #86efac}.playbook-badge--todo{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.playbook-badge--required{background:#fee2e2;color:#b91c1c;border:1px solid #fca5a5}.playbook-badge--recommended{background:#e0f2fe;color:#0369a1;border:1px solid #7dd3fc}.playbook-badge--tracked{background:#f0fdf4;color:#15803d;border:1px solid #86efac}.playbook-callout{background:#fffbeb;border:1px solid #fde68a;border-radius:6px;padding:.75rem 1rem;font-size:.85rem;color:#92400e;margin-bottom:1.25rem;line-height:1.5}.playbook-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.playbook-two-col{grid-template-columns:1fr}}.playbook-card{border:1px solid #e5e7eb;border-radius:8px;padding:1rem 1.25rem;background:#fff}.playbook-card-title{margin:0 0 .75rem;font-size:.9rem;font-weight:600;color:#374151}.playbook-card-copy{margin:0 0 .9rem;font-size:.86rem;line-height:1.55;color:#6b7280}.playbook-role-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem}.playbook-role-group{padding:0 0 .1rem}.playbook-role-group-title{margin:0 0 .7rem;font-size:.95rem;font-weight:600;color:#111827}.playbook-outcomes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem 1rem}.playbook-outcome{padding:.9rem 1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fafafa}@media (max-width: 900px){.playbook-role-groups,.playbook-outcomes{grid-template-columns:1fr}}.playbook-list{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem;font-size:.875rem;color:#374151;line-height:1.5}.playbook-placeholder{color:#9ca3af;font-style:italic}.playbook-open-questions{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.playbook-question{font-size:.875rem;color:#374151;padding:.5rem .75rem;background:#f9fafb;border-left:3px solid #d1d5db;border-radius:0 4px 4px 0}.playbook-workflow-step{display:flex;gap:1rem;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.playbook-workflow-step:last-child{border-bottom:none}.playbook-workflow-step-num{flex-shrink:0;width:24px;height:24px;background:#e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#374151;margin-top:2px}.playbook-roadmap{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 700px){.playbook-roadmap{grid-template-columns:1fr}}.playbook-roadmap-group{border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.playbook-roadmap-phase{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin-bottom:.75rem}.fr-page{display:flex;flex-direction:column;min-height:calc(100vh - 2rem);width:100%;padding:0 2rem 3rem}.fr-hero{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:4rem 1rem 3rem;max-width:80%;margin:0 auto}.fr-eyebrow{margin:0 0 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#9ca3af}.fr-title{margin:0 0 1.5rem;font-size:2.75rem;font-weight:800;color:#111827;letter-spacing:-.03em;line-height:1.15}.fr-subtitle{margin:0;font-size:1.1rem;color:#6b7280;line-height:1.75;max-width:80%}.fr-statement-section{padding:0 0 2.5rem;max-width:80%;margin:0 auto;width:100%}.fr-statement{padding:2.25rem 2.75rem;background:#334155;color:#f9fafb;border-radius:12px;font-size:1.25rem;font-weight:500;line-height:1.7;letter-spacing:-.01em;text-align:center}.fr-how{max-width:80%;margin:0 auto 3rem;width:100%}.fr-how-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 700px){.fr-how-grid{grid-template-columns:1fr}}.fr-how-block{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1.75rem}.fr-how-label{margin:0 0 .75rem;font-size:.9rem;font-weight:700;color:#111827}.fr-how-text{margin:0;font-size:.9rem;color:#6b7280;line-height:1.7}.fr-pillars{max-width:80%;margin:0 auto;padding-top:1.5rem;width:100%}.foundations-pillars-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin-bottom:1.25rem}.foundations-pillar-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width: 600px){.foundations-pillar-cards{grid-template-columns:1fr}}.foundations-pillar-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem 1.5rem 1.75rem;display:flex;flex-direction:column;gap:0}.foundations-pillar-card:nth-child(1){border-top:3px solid #6366f1}.foundations-pillar-card:nth-child(2){border-top:3px solid #67b7d1}.foundations-pillar-card:nth-child(3){border-top:3px solid #10b981}.foundations-pillar-card:nth-child(4){border-top:3px solid #f59e0b}.foundations-pillar-num{font-size:.7rem;font-weight:700;color:#d1d5db;letter-spacing:.06em;margin-bottom:1rem}.foundations-pillar-name{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:.65rem;letter-spacing:-.01em}.foundations-pillar-desc{margin:0;font-size:.85rem;color:#6b7280;line-height:1.65}.pq-badges{display:flex;gap:.5rem;flex-wrap:wrap;margin-left:auto}.pq-badge{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .6rem;border-radius:4px}.pq-badge--tracked{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.foundations-features{display:flex;flex-direction:column;gap:0;margin-top:1.5rem;border-top:1px solid #e5e7eb}.foundations-feature{padding:1rem 0;border-bottom:1px solid #f3f4f6}.foundations-feature-name{font-size:.9rem;font-weight:700;color:#111827;margin-bottom:.3rem}.foundations-feature-desc{margin:0;font-size:.88rem;color:#4b5563;line-height:1.6}.foundations-phase-row{padding:1rem 0;border-bottom:1px solid #f3f4f6}.foundations-phase-header{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.4rem}.foundations-phase-name{font-size:.9rem;font-weight:700;color:#111827}.foundations-phase-audience{font-size:.78rem;color:#9ca3af}.foundations-phase-goal{margin:0 0 .3rem;font-size:.88rem;color:#4b5563;line-height:1.6}.foundations-phase-focus{margin:0;font-size:.8rem;font-style:italic;color:#9ca3af}.fg-phases{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.fg-phase{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1.5rem 1.75rem;border-left:3px solid #d1d5db}.fg-phase--required{border-left-color:#6366f1}.fg-phase--recommended{border-left-color:#67b7d1}.fg-phase--advanced{border-left-color:#f59e0b}.pq-label--required{color:#6366f1}.pq-label--recommended{color:#67b7d1}.pq-label--advanced{color:#f59e0b}.fg-phase-header{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.6rem}.fg-phase-name{font-size:1rem;font-weight:700;color:#111827}.fg-phase-audience{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af}.fg-phase-goal{margin:0 0 .4rem;font-size:.88rem;color:#4b5563;line-height:1.65}.fg-phase-focus{margin:0;font-size:.82rem;font-style:italic;color:#9ca3af}.playbook-tool-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.25rem}@media (max-width: 640px){.playbook-tool-grid{grid-template-columns:1fr}}.playbook-tool-card{border:1px solid #e5e7eb;border-radius:8px;padding:1rem 1.1rem}.playbook-tool-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.playbook-tool-pillar{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#6b7280}.rd-hero{margin-top:0}.rd-hero-content{display:flex;gap:2rem;align-items:flex-start}.rd-hero-left{flex:1;min-width:0}.rd-hero-desc{margin:0 0 .75rem;color:#555;line-height:1.6;font-size:.95rem}.rd-hero-right{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.4rem}.rd-hero-ring-caption{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#999;font-weight:500}.rd-score-ring{position:relative;display:inline-flex;align-items:center;justify-content:center}.rd-score-ring svg{display:block}.rd-score-ring-label{position:absolute;font-size:1.4rem;font-weight:700;line-height:1}.rd-hero-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.rd-meta-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.78rem;font-weight:500;border-radius:6px;background:#f3f4f6;color:#4b5563}.rd-meta-tag--link{color:#4f46e5;text-decoration:none}.rd-meta-tag--link:hover{background:#e0e7ff}.rd-lang-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.rd-columns{display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem}.rd-col-main,.rd-col-side{display:flex;flex-direction:column;gap:1.5rem}.rd-col-main .table-panel,.rd-col-side .table-panel{margin-bottom:0}.rd-section-title{margin:0 0 1rem;font-size:1.05rem;font-weight:600}.rd-overview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.rd-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.35rem .75rem}.rd-community-score{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.rd-community-pct{font-size:1.5rem;font-weight:700;color:#111;min-width:3rem}.rd-community-bar{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.rd-community-bar-fill{height:100%;border-radius:4px;transition:width .4s ease}.rd-health-checks{display:grid;grid-template-columns:1fr;gap:.35rem}.rd-status-flags{display:flex;flex-direction:column;gap:.5rem}.rd-status-flag{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:6px;font-size:.85rem;font-weight:500}.rd-status-flag--active{background:#fef3c7;color:#92400e}.rd-status-flag--inactive{background:#f9fafb;color:#9ca3af}.rd-status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.rd-status-flag--active .rd-status-dot{background:#f59e0b}.rd-status-flag--inactive .rd-status-dot{background:#d1d5db}.rd-no-community{color:#9ca3af;font-size:.85rem;font-style:italic}.rd-lang-bar-track{display:flex;height:8px;border-radius:999px;overflow:hidden;gap:2px;margin-bottom:1rem}.rd-lang-bar-segment{border-radius:999px;transition:opacity .15s}.rd-lang-bar-segment:hover{opacity:.8}.rd-lang-list{display:flex;flex-direction:column;gap:.375rem}.rd-lang-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.rd-lang-name{flex:1;color:#e2e8f0}.rd-lang-pct{color:#9ca3af;min-width:3.5rem;text-align:right}.rd-lang-bytes{color:#6b7280;min-width:4.5rem;text-align:right;font-size:.78rem}.rd-contributors{margin-top:0}.rd-contributors .rd-section-title{display:flex;align-items:center;gap:.5rem}.rd-contributors-count{background:#1f2937;color:#9ca3af;font-size:.75rem;font-weight:600;padding:.15rem .5rem;border-radius:999px}.rd-contributors-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem}.rd-contributor-row{display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem;border-radius:8px;background:#0f172a;text-decoration:none;transition:background .15s}.rd-contributor-row:hover{background:#1e293b}.rd-contributor-avatar{border-radius:50%;flex-shrink:0;object-fit:cover}.rd-contributor-login{flex:1;color:#e2e8f0;font-size:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rd-contributor-commits{color:#6b7280;font-size:.75rem;white-space:nowrap}@media (max-width: 900px){.rd-columns{grid-template-columns:1fr}.rd-hero-content{flex-direction:column}.rd-hero-right{flex-direction:row;gap:.75rem}}.tp-summary{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:1.5rem}.tp-summary--4{grid-template-columns:repeat(4,1fr)}.tp-bottom{display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem;align-items:start}.tp-bottom .table-panel{margin-bottom:0}.tp-section-title{margin:0 0 .75rem;font-size:1.05rem;font-weight:600;color:#111827}.tp-table{font-size:.85rem}.tp-table th{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;font-weight:600;border-bottom:2px solid #e5e7eb}.tp-rank-col{width:36px}.tp-metric-col{text-align:right}.tp-rank{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#f3f4f6;font-size:.72rem;font-weight:700;color:#6b7280}.tp-repo-cell{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.tp-repo-cell .repo-card-owner-tag{font-size:.65rem;padding:.1rem .4rem}.tp-repo-name{font-weight:600;color:#111827;text-decoration:none}.tp-repo-name:hover{color:#4f46e5;text-decoration:underline}.tp-metric-cell{text-align:right}.tp-metric-value{font-weight:600;font-variant-numeric:tabular-nums;color:#111827;margin-bottom:.25rem}.tp-bar{height:4px;background:#f3f4f6;border-radius:2px;overflow:hidden;min-width:60px}.tp-bar-fill{height:100%;background:#6366f1;border-radius:2px;transition:width .3s ease}.tp-date-cell{color:#6b7280;font-size:.82rem;white-space:nowrap}@media (max-width: 900px){.tp-summary{grid-template-columns:repeat(3,1fr)}.tp-summary--4{grid-template-columns:repeat(2,1fr)}.tp-bottom{grid-template-columns:1fr}}@media (max-width: 640px){.tp-summary{grid-template-columns:repeat(2,1fr)}}.ro-toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem 1.25rem;margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.85rem}.ro-toolbar-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.85rem}.ro-filter-group{display:flex;flex-direction:column;gap:.3rem}.ro-filter-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.ro-search-wrap{position:relative;display:flex;align-items:center}.ro-search-icon{position:absolute;left:.6rem;color:#9ca3af;display:flex;pointer-events:none}.ro-search-icon svg{width:13px;height:13px}.ro-search-input{padding:.45rem .75rem .45rem 2rem;font-size:.82rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;min-width:150px;transition:border-color .15s ease,box-shadow .15s ease}.ro-search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.ro-apply-btn{padding:.45rem 1rem;font-size:.82rem;font-weight:500;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;color:#374151;cursor:pointer;transition:background .15s,border-color .15s}.ro-apply-btn:hover{background:#e5e7eb;border-color:#d1d5db}.ro-toolbar-sort{display:flex;align-items:center;gap:.5rem;border-top:1px solid #f3f4f6;padding-top:.75rem}.ro-count-badge{margin-left:auto;font-size:.78rem;font-weight:500;color:#6b7280;background:#f3f4f6;padding:.25rem .6rem;border-radius:9999px}.ro-table-panel{border:1px solid #e5e7eb;border-radius:10px;box-shadow:none}.ro-table th{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;font-weight:600;position:sticky;top:0;background:#fff;z-index:1}.ro-th-group{text-align:center;font-size:.68rem;color:#9ca3af;font-weight:600;padding-bottom:.25rem;border-bottom:none}.ro-th-group--border{border-left:2px solid #f3f4f6}.ro-repo-link{font-weight:600;color:#111827;text-decoration:none}.ro-repo-link:hover{color:#4f46e5;text-decoration:underline}.ro-desc-cell{max-width:240px}.ro-desc{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-size:.82rem;color:#6b7280}.ro-no-desc{font-size:.82rem;color:#d1d5db;font-style:italic}.ro-lang{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem}.ro-license{font-size:.82rem;color:#6b7280}.ro-status-tag{display:inline-block;padding:.1rem .4rem;font-size:.68rem;font-weight:600;border-radius:4px}.ro-status-tag--fork{background:#fef3c7;color:#92400e}.ro-status-tag--source{background:#f0fdf4;color:#15803d}.ro-status-tag--archived{background:#fef2f2;color:#b91c1c}.ro-date{font-size:.82rem;color:#6b7280;white-space:nowrap}.ro-table .ph-check{padding:.2rem .35rem}@media (max-width: 900px){.ro-toolbar-filters{flex-direction:column;align-items:stretch}}.cs-callout{display:flex;align-items:center;gap:.6rem;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:.65rem 1rem;font-size:.85rem;color:#92400e;margin-bottom:1.25rem}.cs-callout-icon{flex-shrink:0;display:flex;color:#f59e0b}.cs-table-panel{border:1px solid #e5e7eb;border-radius:10px;box-shadow:none}.cs-table th{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;font-weight:600;border-bottom:2px solid #e5e7eb}.cs-check-col{text-align:center;min-width:60px}.cs-check-cell{text-align:center}.cs-check-cell .ph-check{padding:.2rem .35rem;justify-content:center}.cs-health-cell{display:flex;flex-direction:column;gap:.25rem;min-width:70px}.cs-health-pct{font-weight:700;font-size:.85rem;font-variant-numeric:tabular-nums}.cs-health-bar{height:4px;background:#f3f4f6;border-radius:2px;overflow:hidden}.cs-health-bar-fill{height:100%;border-radius:2px;transition:width .3s ease}.cs-doc-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.82rem;color:#4f46e5;text-decoration:none;font-weight:500}.cs-doc-link:hover{text-decoration:underline}.cs-doc-link svg{width:12px;height:12px}.cs-no-data{color:#d1d5db}@media (max-width: 768px){.rd-report{padding:0 .75rem 2rem}.rd-report-section{padding:1.25rem 1rem;margin-bottom:1.25rem}.rd-report-hero-title{font-size:1.25rem}.rd-report-dist-legend{gap:.5rem 1rem;flex-wrap:wrap}.rp-bar-label{width:72px;font-size:.78rem}.rp-bar-pct{width:72px;font-size:.75rem}.rd-report-repo-table-wrap{margin:0;padding:0;width:100%;overflow:visible}.rd-col-legend{background:#f9fafb;border-radius:6px;padding:.5rem .75rem;margin-bottom:.75rem;gap:.35rem 1rem}.rd-report-repo-table{min-width:0;display:block;width:100%}.rd-report-repo-table thead{display:none}.rd-report-repo-table tbody{display:flex;flex-direction:column;gap:.5rem}.rd-report-repo-table tbody tr{display:block;border:1px solid #e5e7eb;border-radius:8px;padding:.625rem .75rem;background:#fff}.rd-report-repo-table td.rd-repo-name{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left!important;border-bottom:1px solid #f3f4f6;padding:0 0 .375rem;margin-bottom:.375rem;font-weight:600}.rd-report-repo-table td:not(.rd-repo-name){display:inline-flex;flex-direction:column;align-items:center;border-bottom:none;padding:.1rem .3rem;font-size:.9rem;vertical-align:middle;gap:.1rem}.rd-cell-icon{display:flex;color:#9ca3af}.rd-cell-icon--text{font-size:.6rem;text-transform:uppercase;letter-spacing:.04em;color:#9ca3af;font-weight:600}}.mobile-topbar{display:none}.mobile-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:199;background:#00000080}@media (max-width: 768px){.mobile-topbar{display:flex;align-items:center;justify-content:space-between;height:52px;padding:0 1rem;background:#1e293b;position:sticky;top:0;z-index:200;flex-shrink:0}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;color:#cbd5e1;cursor:pointer;border-radius:6px;padding:0}.mobile-menu-btn:hover{background:#ffffff14}.sb{position:fixed!important;left:0;top:0;height:100vh;z-index:200;width:240px!important;transform:translate(-100%);transition:transform .22s cubic-bezier(.4,0,.2,1)}.sb--mobile-open{transform:translate(0)}.sb-edge-toggle{display:none}.app-layout{display:block;height:auto;min-height:calc(100vh - 52px)}.main-content{height:auto;min-height:calc(100vh - 52px)}}
