body.page-project-history main{--page-max: var(--container-xl);padding-bottom:4.75rem}body.page-project-history .project-history-page{width:100%;max-width:none;margin:0 auto;display:grid;gap:1.5rem}body.page-project-history .project-history-head,body.page-project-history .project-history-log{animation:projectHistoryFadeUp .42s ease}body.page-project-history .project-history-head{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(min(100%,19rem),.95fr);gap:1rem}body.page-project-history .project-history-head__copy{display:grid;gap:.8rem}body.page-project-history .project-history-head__copy h1{margin:0}body.page-project-history .project-history-head__copy p,body.page-project-history .history-empty-state p{margin:0;max-width:62ch}body.page-project-history .project-history-head__actions{display:flex;flex-wrap:wrap;gap:.7rem}body.page-project-history .history-link-button{display:inline-flex;align-items:center;justify-content:center;padding:.72rem 1rem;border-radius:var(--radius-pill);border:1px solid var(--border-color);background:#fffcf7db;color:var(--text-secondary);text-decoration:none;font-family:var(--font-mono);font-size:.82rem;transition:transform .2s ease,border-color .2s ease,color .2s ease,background-color .2s ease}body.page-project-history .history-link-button:hover{transform:translateY(-1px);color:var(--accent);border-color:var(--border-hover);background:rgba(var(--accent-rgb),.08)}body.page-project-history .project-history-head__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,9rem),1fr));gap:.8rem}body.page-project-history .history-stat{display:grid;gap:.25rem;padding:1rem;border:1px solid var(--border-color);border-radius:var(--radius-md);background:#fffcf7b8}body.page-project-history .history-stat__label,body.page-project-history .history-stat__note,body.page-project-history .history-summary-item span,body.page-project-history .history-year-group__label,body.page-project-history .history-entry-card__cta{font-family:var(--font-mono)}body.page-project-history .history-stat__label,body.page-project-history .history-year-group__label,body.page-project-history .history-summary-item span{color:var(--text-muted);font-size:.78rem;text-transform:lowercase}body.page-project-history .history-stat__value{font-size:1.12rem;line-height:1.2;word-break:break-word}body.page-project-history .history-stat__note{color:var(--text-secondary);font-size:.8rem}body.page-project-history .project-history-log__body{display:grid;gap:1.2rem;padding:1.2rem 1.3rem 1.3rem}body.page-project-history .history-error-banner{padding:.9rem 1rem;border:1px solid rgba(168,78,61,.22);border-radius:var(--radius-md);background:#a84e3d12;color:#934c38}body.page-project-history .history-summary-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));gap:.9rem}body.page-project-history .history-summary-item{display:grid;gap:.2rem;padding:.95rem 1rem;border:1px solid var(--border-color);border-radius:var(--radius-md);background:#fffcf7b8}body.page-project-history .history-summary-item strong{font-size:1rem}body.page-project-history .history-year-list{display:grid;gap:1.25rem}body.page-project-history .history-year-group{display:grid;grid-template-columns:160px minmax(0,1fr);gap:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}body.page-project-history .history-year-group:first-child{padding-top:0;border-top:none}body.page-project-history .history-year-group__meta{display:grid;align-content:start;gap:.25rem}body.page-project-history .history-year-group__meta h2{margin:0;font-size:2.2rem;line-height:1}body.page-project-history .history-year-group__meta span{color:var(--text-secondary);font-size:.82rem;font-family:var(--font-mono)}body.page-project-history .history-entry-list{list-style:none;margin:0;padding:0;display:grid;gap:.8rem}body.page-project-history .history-entry-card{display:grid;gap:.7rem;padding:1.05rem 1.1rem;border:1px solid var(--border-color);border-radius:var(--radius-lg);background:#fffcf7c2;box-shadow:var(--shadow-crisp);color:inherit;text-decoration:none;transition:transform .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease}body.page-project-history .history-entry-card:hover{transform:translateY(-2px);border-color:var(--border-hover);background:#fff9f2f0;box-shadow:var(--shadow-soft)}body.page-project-history .history-entry-card--private{border-style:dashed}body.page-project-history .history-entry-card__top,body.page-project-history .history-entry-card__time{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem}body.page-project-history .history-entry-card__time{justify-content:flex-start}body.page-project-history .history-entry-card__cta{color:var(--accent-strong);font-size:.78rem}body.page-project-history .history-entry-card h3{margin:0;font-size:1.1rem;line-height:1.35}body.page-project-history .history-entry-card__detail{margin:0;color:var(--text-secondary);font-size:.95rem;line-height:1.72}body.page-project-history .history-empty-state{display:grid;gap:.8rem;padding:1rem 0}@keyframes projectHistoryFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:64rem){body.page-project-history .project-history-head{grid-template-columns:1fr}}@media(max-width:760px){body.page-project-history main{padding-bottom:4rem}body.page-project-history .project-history-head__stats,body.page-project-history .history-summary-strip{grid-template-columns:1fr}body.page-project-history .project-history-log__body{padding:1rem}body.page-project-history .history-year-group{grid-template-columns:1fr}body.page-project-history .history-entry-card__top{flex-direction:column;align-items:flex-start}}
