.toolroom-detail-item.has-process-icon{grid-template-columns:32px 54px 1fr;gap:14px;align-items:center}
.toolroom-point-icon{position:relative;width:50px;height:50px;display:grid;place-items:center;border:1px solid #ffffff2b;background:linear-gradient(145deg,#24292b,#111415 70%);box-shadow:inset 3px 0 #c52b2f,0 8px 22px #0008;overflow:hidden;animation:toolroomIconLift 2.8s ease-in-out infinite}
.toolroom-detail-item:nth-child(2) .toolroom-point-icon{animation-delay:.22s}.toolroom-detail-item:nth-child(3) .toolroom-point-icon{animation-delay:.44s}
.toolroom-point-icon:after{content:"";position:absolute;inset:-45% -70%;background:linear-gradient(105deg,transparent 42%,#ffffff3b 50%,transparent 58%);transform:translateX(-45%);animation:toolroomIconSweep 3.4s ease-in-out infinite}
.toolroom-point-icon svg{position:relative;z-index:1;width:34px;height:34px;fill:none;stroke:#e6e9e9;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s ease}
.toolroom-point-icon .accent{stroke:#ef353b;stroke-width:2.4}.toolroom-point-icon .draw{stroke:#fff;stroke-dasharray:18;animation:toolroomIconDraw 2.8s ease-in-out infinite}
.toolroom-detail-item:hover .toolroom-point-icon{border-color:#ef353b;box-shadow:inset 3px 0 #ef353b,0 0 24px #c52b2f55}.toolroom-detail-item:hover .toolroom-point-icon svg{transform:scale(1.07)}
@keyframes toolroomIconLift{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes toolroomIconSweep{0%,35%{transform:translateX(-55%)}62%,100%{transform:translateX(55%)}}@keyframes toolroomIconDraw{0%,100%{stroke-dashoffset:18}45%,70%{stroke-dashoffset:0}}
@media(max-width:560px){.toolroom-detail-item.has-process-icon{grid-template-columns:26px 46px 1fr;gap:10px}.toolroom-point-icon{width:44px;height:44px}.toolroom-point-icon svg{width:30px;height:30px}}
@media(prefers-reduced-motion:reduce){.toolroom-point-icon,.toolroom-point-icon:after,.toolroom-point-icon .draw{animation:none}}
