:root{ --bg:#fff; --text:#111827; --muted:#6b7280; --card:#f9fafb; --link:#0a66c2; --border:#e5e7eb; --card-body-max:220px; }
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--text);font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial}
.container{max-width:980px;margin:0 auto;padding:0 1rem}
header{padding:2rem 0 1.25rem;border-bottom:1px solid var(--border)}
h1{margin:0 0 .5rem;font-size:clamp(1.5rem,2.5vw,2.25rem);letter-spacing:-.01em}
.lead{margin:0;color:var(--muted)}
.controls{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin-top:1rem}
select,input{border:1px solid var(--border);border-radius:.6rem;background:transparent;color:inherit;padding:.55rem .8rem;font:inherit}
.search{flex:1;min-width:220px}
main{padding:1rem 0 3rem}
.projects{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin:0;padding:0;list-style:none}
.project{border:1px solid var(--border);border-radius:.8rem;background:var(--card);padding:1rem;display:flex;flex-direction:column;min-height:0}
.project h3{margin:0 0 .25rem;font-size:1.05rem}
.meta{font-size:.875rem;color:var(--muted);margin-bottom:.5rem}
.project-body{max-height:var(--card-body-max);overflow-y:auto;min-height:0;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.project-body p{margin:0 0 .75rem}
.project a{text-decoration:none;color:var(--link);font-weight:600}
.project a:hover,.project a:focus{text-decoration:underline}
footer{border-top:1px solid var(--border);padding:1rem 0;color:var(--muted);font-size:.9rem}
.notice{background:#fff8c5;border:1px solid #fde68a;color:#7c6f1a;border-radius:.6rem;padding:.75rem;margin:.75rem 0}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
