/* 0.6.81 — Home Resume Refresh
   Scope intentionally limited to #homeResumeSection / .home-resume-v081.
   Do not use this file to restyle other Home sections. */

#homeResumeSection .home-resume-v081{
  padding:10px;
  border:1px solid var(--line2);
  background:color-mix(in srgb,var(--surface) 94%,var(--bg));
}
#homeResumeSection .home-resume-v081 .home-resume-toggle{
  grid-template-columns:76px minmax(0,1fr) 38px;
  gap:12px;
  align-items:center;
}
#homeResumeSection .home-resume-v081 .home-resume-toggle>.poster{
  width:76px;
  height:112px;
  border-color:var(--line2);
}
#homeResumeSection .home-resume-v081 .home-resume-copy small{
  margin:0 0 6px;
  color:var(--lime);
  font-size:8px;
  font-weight:900;
  letter-spacing:.11em;
}
#homeResumeSection .home-resume-v081 .home-resume-copy strong{
  font-size:17px;
  line-height:1.15;
  letter-spacing:-.015em;
}
#homeResumeSection .home-resume-v081 .home-resume-copy>span:not(.home-resume-progress):not(.home-resume-meta){
  margin-top:6px;
  color:var(--muted);
  font-size:10px;
  line-height:1.35;
}
#homeResumeSection .home-resume-v081 .home-resume-progress{
  display:block;
  height:4px;
  margin-top:11px;
  overflow:hidden;
  background:var(--surface3);
}
#homeResumeSection .home-resume-v081 .home-resume-progress>span{
  display:block;
  height:100%;
  background:var(--lime);
}
#homeResumeSection .home-resume-v081 .home-resume-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:6px;
  color:var(--muted);
  font-size:8.8px;
  line-height:1.2;
}
#homeResumeSection .home-resume-v081 .home-resume-meta b{
  flex:none;
  color:var(--ink2);
  font-size:8.8px;
  font-weight:850;
}
#homeResumeSection .home-resume-v081 .home-resume-arrow{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:1px solid var(--lime2);
  border-radius:50%;
  color:var(--lime);
  line-height:0;
  transform:none;
  transition:transform .18s ease,background .18s ease;
}
#homeResumeSection .home-resume-v081 .home-resume-arrow svg{
  display:block;
  width:16px;
  height:16px;
  overflow:visible;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:square;
  stroke-linejoin:miter;
}
#homeResumeSection .home-resume-v081.is-expanded .home-resume-arrow{
  transform:rotate(90deg);
  background:color-mix(in srgb,var(--lime) 7%,transparent);
}
#homeResumeSection .home-resume-v081 .home-resume-expanded{
  display:none;
  margin:10px -10px -10px;
  padding:12px 10px 10px;
  border-top:1px solid var(--line);
  background:color-mix(in srgb,var(--surface2) 54%,transparent);
}
#homeResumeSection .home-resume-v081.is-expanded .home-resume-expanded{display:block}
#homeResumeSection .home-resume-v081 .home-resume-expanded-label{
  display:block;
  margin-bottom:7px;
  color:var(--dim);
  font-size:7.8px;
  font-weight:900;
  letter-spacing:.13em;
}
#homeResumeSection .home-resume-v081 .home-resume-expanded p{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:6;
  margin:0;
  color:var(--muted);
  font-size:10px;
  line-height:1.55;
}
#homeResumeSection .home-resume-v081 .home-resume-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:12px;
}
#homeResumeSection .home-resume-v081 .home-resume-actions .button{
  min-height:44px;
  padding:8px 10px;
  font-size:10px;
  font-weight:850;
  line-height:1.2;
  white-space:nowrap;
}
#homeResumeSection .home-resume-v081 .home-resume-actions .primary{
  border-color:var(--lime2);
  background:var(--lime);
  color:#071004;
}
#homeResumeSection .home-resume-v081 .home-resume-actions .secondary{
  background:transparent;
  border-color:var(--line2);
  color:var(--ink);
}
html[data-theme="light"] #homeResumeSection .home-resume-v081 .home-resume-copy small,
html[data-theme="light"] #homeResumeSection .home-resume-v081 .home-resume-arrow{
  color:#526d0a;
}
html[data-theme="light"] #homeResumeSection .home-resume-v081 .home-resume-progress>span{
  background:#526d0a;
}
html[data-theme="light"] #homeResumeSection .home-resume-v081 .home-resume-actions .primary{
  background:#b7ff2a;
  color:#071004;
}
@media(max-width:360px){
  #homeResumeSection .home-resume-v081 .home-resume-toggle{grid-template-columns:68px minmax(0,1fr) 34px;gap:10px}
  #homeResumeSection .home-resume-v081 .home-resume-toggle>.poster{width:68px;height:102px}
  #homeResumeSection .home-resume-v081 .home-resume-copy strong{font-size:15px}
  #homeResumeSection .home-resume-v081 .home-resume-actions{grid-template-columns:1fr}
}
