.project-header{margin-bottom:3rem}.project-entry{text-align:left;box-sizing:border-box;width:100%;max-width:700px;margin-bottom:2rem}.project-entry.faded{opacity:.7;border-style:dashed}.status-title-group{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.meta-status{color:var(--text-accent);text-transform:uppercase;letter-spacing:.1em;border:1px solid var(--border-light);white-space:nowrap;border-radius:4px;padding:.2rem .6rem;font-family:ui-monospace,monospace;font-size:.65rem;font-weight:700}.project-tags{flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-top:1.5rem;display:flex}.status-icon{width:20px;height:20px;color:var(--text-accent);flex-shrink:0}.system-loader{background:var(--border-light);width:100%;height:2px;margin-top:1.5rem;position:relative;overflow:hidden}.loader-bar{background:var(--text-accent);width:30%;height:100%;animation:3s linear infinite loading;position:absolute}@keyframes loading{0%{left:-30%}to{left:100%}}@media (max-width:600px){.project-entry{max-width:100%;padding:0 1rem}.status-title-group{gap:.5rem}.project-tags{gap:.5rem 1rem;margin-top:1rem}.home-cta{margin-top:1.5rem!important}}