@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{font-family:Space Grotesk,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:500;color:#0f172a;background-color:#f4f6fb;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 10% 20%,rgba(48,86,255,.08),transparent 25%),radial-gradient(circle at 80% 10%,rgba(255,99,164,.08),transparent 25%),linear-gradient(135deg,#eef2ff,#f8fafc 60%);color:#0f172a}a{color:inherit;text-decoration:none}#root{min-height:100vh}.page{max-width:1040px;margin:0 auto;padding:3rem 1.5rem 4rem;display:flex;flex-direction:column;gap:2.5rem}.hero{display:flex;flex-direction:column;gap:1.25rem}.hero h1{font-size:clamp(2rem,2vw + 1rem,3.2rem);line-height:1.1;margin:0;color:#0e1116}.accent{color:#3056ff}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.8rem;color:#334155;font-weight:600;margin:0}.lede{margin:0;max-width:72ch;color:#4b5563;font-size:1.05rem}.actions{display:flex;gap:.75rem;flex-wrap:wrap}button{border:none;border-radius:12px;padding:.85rem 1.2rem;font-weight:600;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .16s ease}.primary{background:linear-gradient(120deg,#3056ff,#8f9dff);color:#f8fafc;box-shadow:0 15px 35px #3056ff40}.primary:hover{transform:translateY(-1px);box-shadow:0 18px 40px #3056ff4d}.ghost{background:#fff9;color:#0f172a;border:1px solid rgba(0,0,0,.06)}.ghost:hover{background:#ffffffe6;transform:translateY(-1px)}.text-button{background:transparent;color:#3056ff;padding:.5rem .6rem;box-shadow:none;cursor:pointer}.dashboard{display:flex;flex-direction:column;gap:1rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.panel{background:#ffffffd1;border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:1.5rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 12px 40px #0f172a14}.panel__heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.badge{background:#3056ff1f;color:#1d4ed8;border-radius:999px;padding:.35rem .75rem;font-weight:600;font-size:.95rem}.badge.neutral{background:#0ea5e91f;color:#0369a1}.count{min-height:120px;display:flex;align-items:center;justify-content:center}.count__value{font-size:clamp(3.4rem,6vw,5rem);font-weight:700;color:#0f172a;display:flex;align-items:flex-end;gap:.65rem}.count__value span{font-size:1.15rem;color:#475569;text-transform:uppercase;letter-spacing:.1em;font-weight:600}.skeleton{width:120px;height:48px;border-radius:12px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 37%,#e2e8f0 63%);background-size:400% 100%;animation:shimmer 1.3s ease-in-out infinite}.skeleton-row{height:64px;border-radius:12px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 37%,#e2e8f0 63%);background-size:400% 100%;animation:shimmer 1.3s ease-in-out infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.hint{color:#475569;font-size:.95rem;margin-top:.5rem}.error{margin-top:.75rem;padding:.75rem 1rem;background:#ef444414;border:1px solid rgba(239,68,68,.2);color:#b91c1c;border-radius:12px}.panel h2{margin:0 0 .5rem}.panel.clickable{text-align:left;cursor:pointer;width:100%;border:none}.panel.clickable .text-link{color:#0f172a;font-weight:600;font-size:.95rem;opacity:.8;text-decoration:underline}.panel.clickable:hover{transform:translateY(-2px);box-shadow:0 14px 48px #0f172a1f}.issues-panel{margin-top:.5rem}.issues-grid{display:grid;grid-template-columns:1fr;gap:.5rem}.issue-row{display:grid;grid-template-columns:80px 1fr 120px 140px;align-items:center;padding:.85rem 1rem;border:1px solid rgba(0,0,0,.05);border-radius:12px;background:#ffffffb3;color:#0f172a;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.issue-row.header{background:transparent;border-color:transparent;font-weight:700;color:#334155}.issue-row:hover{transform:translateY(-1px);border-color:#3056ff40;box-shadow:0 10px 28px #0f172a14}.issue-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:880px){.panel__heading{gap:.75rem}.panel__heading .text-button{margin-left:auto}.issue-row,.issue-row.header{grid-template-columns:70px 1fr;row-gap:.35rem}.issue-row span:nth-child(3),.issue-row span:nth-child(4),.issue-row.header span:nth-child(3),.issue-row.header span:nth-child(4){display:none}}
