*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f6f7fb;color:#1e293b}.container{max-width:1100px;margin:0 auto;padding:24px}.header h1{margin:0;font-size:2rem}.header p{margin-top:8px;color:#475569}.inline-link-row{margin-top:12px}.inline-link-row a{color:#2563eb;text-decoration:none}.inline-link-row a:hover{text-decoration:underline}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:24px}.project-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:18px}.project-card h2{margin:0;font-size:1.2rem}.project-card p{color:#475569}.project-link{display:inline-block;margin-top:8px;color:#2563eb;font-weight:600;text-decoration:none}.project-link:hover{text-decoration:underline}.status{margin-top:12px;margin-bottom:0}.error{color:#b91c1c}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:20px}.stat-card{background:#fff;border-radius:12px;padding:16px;border:1px solid #e2e8f0}.stat-card h3{margin:0;font-size:.95rem;color:#475569}.stat-card p{margin:8px 0 0;font-size:1.8rem;font-weight:700}.table-section{margin-top:24px}.table-section h2{margin:0 0 12px}.table-wrap{overflow-x:auto;background:#fff;border:1px solid #e2e8f0;border-radius:12px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-bottom:1px solid #e2e8f0;font-size:.95rem}thead th{background:#f8fafc}.empty{text-align:center;color:#64748b}@media(max-width:900px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.stats-grid{grid-template-columns:1fr}}
