.analog-clock{width:120px;height:120px;border-radius:50%;border:4px solid #333;position:relative;background:#fff;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.hand{position:absolute;bottom:50%;left:50%;transform-origin:bottom;border-radius:4px}.hour-hand{width:4px;height:35px;background:#333;margin-left:-2px}.min-hand{width:3px;height:45px;background:#666;margin-left:-1.5px}.sec-hand{width:1px;height:50px;background:#ef4444;margin-left:-0.5px}.center-dot{position:absolute;top:50%;left:50%;width:8px;height:8px;background:#333;border-radius:50%;margin:-4px 0 0 -4px;z-index:10}.clock-num{position:absolute;width:100%;height:100%;text-align:center;font-size:10px;font-weight:bold;padding:4px;color:#999}.clock-num span{display:inline-block;transform:rotate(var(--rot-rev))}