.resume-shell{min-height:100vh;background:var(--bg);color:var(--t)}.resume-shell .top{height:66px}.resume-shell-layout{display:grid;grid-template-columns:195px 1fr;min-height:calc(100vh - 66px)}.resume-shell-aside{background:#151515;border-right:1px solid var(--l);padding:20px 12px}.resume-shell-nav{height:38px;border-radius:9px;background:#202020;margin:6px 0}.resume-shell-nav.active{background:#2b2b2b}.resume-shell-main{padding:24px;max-width:1360px;width:100%;margin:auto}.resume-shell-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.resume-shell-heading h1{margin:0}.resume-resume-dot{width:8px;height:8px;border-radius:50%;background:#777;animation:resumePulse 1.2s ease-in-out infinite}.resume-skeleton{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.resume-skeleton-block{height:96px;border:1px solid var(--l);border-radius:14px;background:#1a1a1a;position:relative;overflow:hidden}.resume-skeleton-block::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,#ffffff09,transparent);animation:resumeSweep 1.4s ease-in-out infinite}.resume-skeleton-wide{grid-column:1/-1;height:180px}.resume-shell-note{font-size:12px;color:var(--m);display:flex;align-items:center;gap:7px}@keyframes resumePulse{50%{opacity:.35}}@keyframes resumeSweep{to{transform:translateX(100%)}}@media(max-width:850px){.resume-shell-layout{grid-template-columns:1fr}.resume-shell-aside{display:flex;gap:6px;overflow:hidden;padding:8px}.resume-shell-nav{width:92px;flex:0 0 auto;margin:0}.resume-skeleton{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.resume-shell-main{padding:14px}.resume-skeleton{grid-template-columns:1fr 1fr}.resume-skeleton-block{height:84px}.resume-skeleton-wide{grid-column:1/-1;height:150px}.resume-shell-heading{align-items:flex-start;flex-direction:column}}
